From b73f871d7f1571cd4e276ca51ca6d6d6f35e7147 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期二, 30 十二月 2025 17:10:01 +0800
Subject: [PATCH] fix: bug
---
packages/services/apiV2/index.ts | 68 +++++++++++++++++++++++++++-------
1 files changed, 54 insertions(+), 14 deletions(-)
diff --git a/packages/services/apiV2/index.ts b/packages/services/apiV2/index.ts
index 110baef..aa4cd2f 100644
--- a/packages/services/apiV2/index.ts
+++ b/packages/services/apiV2/index.ts
@@ -2,25 +2,65 @@
/* eslint-disable */
// API 鏇存柊鏃堕棿锛�
// API 鍞竴鏍囪瘑锛�
-import * as userResume from './userResume';
-import * as resource from './resource';
-import * as user from './user';
-import * as dictionary from './dictionary';
-import * as auth from './auth';
-import * as taskUser from './taskUser';
-import * as task from './task';
import * as enterprise from './enterprise';
+import * as enterpriseEmployee from './enterpriseEmployee';
+import * as user from './user';
import * as role from './role';
+import * as task from './task';
+import * as enterpriseWallet from './enterpriseWallet';
+import * as ocrUtils from './ocrUtils';
+import * as standardOrder from './standardOrder';
+import * as electronSign from './electronSign';
+import * as resource from './resource';
+import * as logRecords from './logRecords';
+import * as dictionary from './dictionary';
+import * as taskCheckReceive from './taskCheckReceive';
+import * as taskUser from './taskUser';
+import * as standardService from './standardService';
+import * as userResume from './userResume';
+import * as auth from './auth';
+import * as enterpriseInsuranceProduct from './enterpriseInsuranceProduct';
+import * as eventUtils from './eventUtils';
+import * as enterpriseCooperationWallet from './enterpriseCooperationWallet';
+import * as insuranceProduct from './insuranceProduct';
+import * as codeUrl from './codeUrl';
+import * as syncDatabase from './syncDatabase';
import * as menu from './menu';
+import * as sms from './sms';
+import * as userWallet from './userWallet';
+import * as advertisement from './advertisement';
+import * as fileUtils from './fileUtils';
+import * as settings from './settings';
+import * as wxmpUtils from './wxmpUtils';
export default {
- userResume,
- resource,
- user,
- dictionary,
- auth,
- taskUser,
- task,
enterprise,
+ enterpriseEmployee,
+ user,
role,
+ task,
+ enterpriseWallet,
+ ocrUtils,
+ standardOrder,
+ electronSign,
+ resource,
+ logRecords,
+ dictionary,
+ taskCheckReceive,
+ taskUser,
+ standardService,
+ userResume,
+ auth,
+ enterpriseInsuranceProduct,
+ eventUtils,
+ enterpriseCooperationWallet,
+ insuranceProduct,
+ codeUrl,
+ syncDatabase,
menu,
+ sms,
+ userWallet,
+ advertisement,
+ fileUtils,
+ settings,
+ wxmpUtils,
};
--
Gitblit v1.10.0