packages/services/apiV2/index.ts
@@ -4,6 +4,7 @@ // API 唯一标识: import * as userResume from './userResume'; import * as resource from './resource'; import * as enterpriseEmployee from './enterpriseEmployee'; import * as user from './user'; import * as dictionary from './dictionary'; import * as auth from './auth'; @@ -15,6 +16,7 @@ export default { userResume, resource, enterpriseEmployee, user, dictionary, auth,