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,