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