From 3db5e1ccf03a99e096307bab00b0c73a527cbc0d Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期二, 11 十一月 2025 14:06:44 +0800
Subject: [PATCH] Merge branch 'dev-1.3.0.1' of http://120.26.58.240:8888/r/flexJobMiniApp into dev-1.3.0.1

---
 packages/services/apiV2/index.ts |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/packages/services/apiV2/index.ts b/packages/services/apiV2/index.ts
index 71aabd5..20f31ac 100644
--- a/packages/services/apiV2/index.ts
+++ b/packages/services/apiV2/index.ts
@@ -10,6 +10,7 @@
 import * as enterpriseWallet from './enterpriseWallet';
 import * as ocrUtils from './ocrUtils';
 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';
@@ -33,6 +34,7 @@
   enterpriseWallet,
   ocrUtils,
   resource,
+  enterpriseCooperationWallet,
   logRecords,
   dictionary,
   taskCheckReceive,

--
Gitblit v1.9.1