From 650069714a250c746164c262a01854d3cf99ac80 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期五, 07 十一月 2025 11:16:20 +0800
Subject: [PATCH] feat: 1.3.0.1

---
 src/services/api/index.ts |   41 +++++++++++++++++++++++++++++------------
 1 files changed, 29 insertions(+), 12 deletions(-)

diff --git a/src/services/api/index.ts b/src/services/api/index.ts
index 65aec52..20f31ac 100644
--- a/src/services/api/index.ts
+++ b/src/services/api/index.ts
@@ -2,34 +2,51 @@
 /* eslint-disable */
 // API 鏇存柊鏃堕棿锛�
 // API 鍞竴鏍囪瘑锛�
+import * as enterprise from './enterprise';
 import * as enterpriseEmployee from './enterpriseEmployee';
 import * as user from './user';
 import * as role from './role';
-import * as enterprise from './enterprise';
 import * as task from './task';
+import * as enterpriseWallet from './enterpriseWallet';
 import * as ocrUtils from './ocrUtils';
-import * as dictionary from './dictionary';
-import * as userResume from './userResume';
-import * as fileUtils from './fileUtils';
-import * as auth from './auth';
-import * as taskCheckReceive from './taskCheckReceive';
 import * as resource from './resource';
+import * as enterpriseCooperationWallet from './enterpriseCooperationWallet';
+import * as logRecords from './logRecords';
+import * as dictionary from './dictionary';
+import * as taskCheckReceive from './taskCheckReceive';
+import * as electronSign from './electronSign';
+import * as userResume from './userResume';
+import * as auth from './auth';
 import * as taskUser from './taskUser';
+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 fileUtils from './fileUtils';
+import * as settings from './settings';
 export default {
+  enterprise,
   enterpriseEmployee,
   user,
   role,
-  enterprise,
   task,
+  enterpriseWallet,
   ocrUtils,
-  dictionary,
-  userResume,
-  fileUtils,
-  auth,
-  taskCheckReceive,
   resource,
+  enterpriseCooperationWallet,
+  logRecords,
+  dictionary,
+  taskCheckReceive,
+  electronSign,
+  userResume,
+  auth,
   taskUser,
+  codeUrl,
+  syncDatabase,
   menu,
+  sms,
+  userWallet,
   fileUtils,
+  settings,
 };

--
Gitblit v1.9.1