zhengyiming
5 天以前 73327eadfdd6b8757a7bca87db7c96a79d3a4168
packages/services/apiV2/index.ts
@@ -29,6 +29,7 @@
import * as fileUtils from './fileUtils';
import * as settings from './settings';
import * as wxmpUtils from './wxmpUtils';
import * as standardService from './standardService';
export default {
  enterprise,
  enterpriseEmployee,
@@ -57,4 +58,5 @@
  fileUtils,
  settings,
  wxmpUtils,
  standardService,
};