zhengyiming
3 天以前 4825276a399926b4edb71fefd06655d82874fad8
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,