From 0df6e2d32260a40902b2984880ffc9a7b112d105 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期一, 29 十二月 2025 15:35:21 +0800
Subject: [PATCH] fix: bug
---
packages/services/apiV2/index.ts | 12 ++++++++----
1 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/packages/services/apiV2/index.ts b/packages/services/apiV2/index.ts
index 02cd392..10b88c6 100644
--- a/packages/services/apiV2/index.ts
+++ b/packages/services/apiV2/index.ts
@@ -14,9 +14,11 @@
import * as logRecords from './logRecords';
import * as dictionary from './dictionary';
import * as taskCheckReceive from './taskCheckReceive';
+import * as taskUser from './taskUser';
+import * as standardOrder from './standardOrder';
+import * as standardService from './standardService';
import * as userResume from './userResume';
import * as auth from './auth';
-import * as taskUser from './taskUser';
import * as enterpriseInsuranceProduct from './enterpriseInsuranceProduct';
import * as eventUtils from './eventUtils';
import * as enterpriseCooperationWallet from './enterpriseCooperationWallet';
@@ -26,10 +28,10 @@
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';
-import * as standardService from './standardService';
export default {
enterprise,
enterpriseEmployee,
@@ -43,9 +45,11 @@
logRecords,
dictionary,
taskCheckReceive,
+ taskUser,
+ standardOrder,
+ standardService,
userResume,
auth,
- taskUser,
enterpriseInsuranceProduct,
eventUtils,
enterpriseCooperationWallet,
@@ -55,8 +59,8 @@
menu,
sms,
userWallet,
+ advertisement,
fileUtils,
settings,
wxmpUtils,
- standardService,
};
--
Gitblit v1.10.0