From e75076815db5ab6870353d0760b962b671e7c56f Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期二, 23 十二月 2025 17:50:28 +0800
Subject: [PATCH] fix: 甲方小程序
---
packages/services/apiV2/index.ts | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/packages/services/apiV2/index.ts b/packages/services/apiV2/index.ts
index 02cd392..c4b5954 100644
--- a/packages/services/apiV2/index.ts
+++ b/packages/services/apiV2/index.ts
@@ -14,10 +14,12 @@
import * as logRecords from './logRecords';
import * as dictionary from './dictionary';
import * as taskCheckReceive from './taskCheckReceive';
+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 standardOrder from './standardOrder';
import * as eventUtils from './eventUtils';
import * as enterpriseCooperationWallet from './enterpriseCooperationWallet';
import * as insuranceProduct from './insuranceProduct';
@@ -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,10 +45,12 @@
logRecords,
dictionary,
taskCheckReceive,
+ standardService,
userResume,
auth,
taskUser,
enterpriseInsuranceProduct,
+ standardOrder,
eventUtils,
enterpriseCooperationWallet,
insuranceProduct,
@@ -55,8 +59,8 @@
menu,
sms,
userWallet,
+ advertisement,
fileUtils,
settings,
wxmpUtils,
- standardService,
};
--
Gitblit v1.10.0