zhengyiming
4 天以前 e75076815db5ab6870353d0760b962b671e7c56f
packages/services/apiV2/index.ts
@@ -14,18 +14,24 @@
import * as logRecords from './logRecords';
import * as dictionary from './dictionary';
import * as taskCheckReceive from './taskCheckReceive';
import * as standardService from './standardService';
import * as userResume from './userResume';
import * as auth from './auth';
import * as taskUser from './taskUser';
import * as enterpriseInsuranceProduct from './enterpriseInsuranceProduct';
import * as standardOrder from './standardOrder';
import * as eventUtils from './eventUtils';
import * as enterpriseCooperationWallet from './enterpriseCooperationWallet';
import * as insuranceProduct from './insuranceProduct';
import * as codeUrl from './codeUrl';
import * as syncDatabase from './syncDatabase';
import * as menu from './menu';
import * as sms from './sms';
import * as userWallet from './userWallet';
import * as advertisement from './advertisement';
import * as fileUtils from './fileUtils';
import * as settings from './settings';
import * as wxmpUtils from './wxmpUtils';
export default {
  enterprise,
  enterpriseEmployee,
@@ -39,16 +45,22 @@
  logRecords,
  dictionary,
  taskCheckReceive,
  standardService,
  userResume,
  auth,
  taskUser,
  enterpriseInsuranceProduct,
  standardOrder,
  eventUtils,
  enterpriseCooperationWallet,
  insuranceProduct,
  codeUrl,
  syncDatabase,
  menu,
  sms,
  userWallet,
  advertisement,
  fileUtils,
  settings,
  wxmpUtils,
};