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