From b42ca1e9ab197ce53828f4607610ae10f25965bb Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期五, 12 十二月 2025 19:59:13 +0800
Subject: [PATCH] feat: 新增渠道包
---
src/services/api/index.ts | 54 ++++++++++++++++++++++++++++++++++++++++++------------
1 files changed, 42 insertions(+), 12 deletions(-)
diff --git a/src/services/api/index.ts b/src/services/api/index.ts
index acc5733..2dd6b34 100644
--- a/src/services/api/index.ts
+++ b/src/services/api/index.ts
@@ -2,29 +2,59 @@
/* eslint-disable */
// API 鏇存柊鏃堕棿锛�
// API 鍞竴鏍囪瘑锛�
-import * as userResume from './userResume';
-import * as resource from './resource';
+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 electronSign from './electronSign';
+import * as resource from './resource';
+import * as logRecords from './logRecords';
import * as dictionary from './dictionary';
-import * as taskUser from './taskUser';
+import * as taskCheckReceive from './taskCheckReceive';
+import * as userResume from './userResume';
import * as auth from './auth';
import * as taskUser from './taskUser';
-import * as task from './task';
-import * as enterprise from './enterprise';
-import * as role from './role';
+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 fileUtils from './fileUtils';
+import * as settings from './settings';
+import * as wxmpUtils from './wxmpUtils';
export default {
- userResume,
- resource,
+ enterprise,
enterpriseEmployee,
user,
+ role,
+ task,
+ enterpriseWallet,
+ ocrUtils,
+ electronSign,
+ resource,
+ logRecords,
dictionary,
- taskUser,
+ taskCheckReceive,
+ userResume,
auth,
taskUser,
- task,
- enterprise,
- role,
+ enterpriseInsuranceProduct,
+ eventUtils,
+ enterpriseCooperationWallet,
+ insuranceProduct,
+ codeUrl,
+ syncDatabase,
menu,
+ sms,
+ userWallet,
+ fileUtils,
+ settings,
+ wxmpUtils,
};
--
Gitblit v1.9.1