From 69f1a573f4b93fc22489f827dfc96d4af627fadd Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期五, 14 十一月 2025 16:22:05 +0800
Subject: [PATCH] fix: bug

---
 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 71aabd5..b5aa93e 100644
--- a/packages/services/apiV2/index.ts
+++ b/packages/services/apiV2/index.ts
@@ -9,14 +9,16 @@
 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 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 eventUtils from './eventUtils';
+import * as enterpriseCooperationWallet from './enterpriseCooperationWallet';
 import * as codeUrl from './codeUrl';
 import * as syncDatabase from './syncDatabase';
 import * as menu from './menu';
@@ -32,14 +34,16 @@
   task,
   enterpriseWallet,
   ocrUtils,
+  electronSign,
   resource,
   logRecords,
   dictionary,
   taskCheckReceive,
-  electronSign,
   userResume,
   auth,
   taskUser,
+  eventUtils,
+  enterpriseCooperationWallet,
   codeUrl,
   syncDatabase,
   menu,

--
Gitblit v1.9.1