zhengyiming
5 天以前 a35156737e7af7d7be74c5d2861487a393b9d2fa
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,