zhengyiming
2 天以前 62467438f17f552b7f2e72e7e13968a398d55863
packages/services/apiV2/index.ts
@@ -10,6 +10,7 @@
import * as resource from './resource';
import * as task from './task';
import * as dictionary from './dictionary';
import * as enterpriseWallet from './enterpriseWallet';
import * as electronSign from './electronSign';
import * as userResume from './userResume';
import * as auth from './auth';
@@ -27,6 +28,7 @@
  resource,
  task,
  dictionary,
  enterpriseWallet,
  electronSign,
  userResume,
  auth,