wupengfei
2 天以前 f35680f356168af8d4a3d5f34456e561af40fbba
src/services/api/index.ts
@@ -14,10 +14,12 @@
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';
@@ -26,6 +28,7 @@
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';
@@ -42,10 +45,12 @@
  logRecords,
  dictionary,
  taskCheckReceive,
  standardService,
  userResume,
  auth,
  taskUser,
  enterpriseInsuranceProduct,
  standardOrder,
  eventUtils,
  enterpriseCooperationWallet,
  insuranceProduct,
@@ -54,6 +59,7 @@
  menu,
  sms,
  userWallet,
  advertisement,
  fileUtils,
  settings,
  wxmpUtils,