From 9fa329d712f3b462995d9b9743f95e303cb33658 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期五, 15 八月 2025 10:32:13 +0800
Subject: [PATCH] feat: 接口对接

---
 src/services/api/index.ts |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/services/api/index.ts b/src/services/api/index.ts
index 9cabf40..414b6db 100644
--- a/src/services/api/index.ts
+++ b/src/services/api/index.ts
@@ -9,11 +9,13 @@
 import * as task from './task';
 import * as dictionary from './dictionary';
 import * as userResume from './userResume';
+import * as fileUtils from './fileUtils';
 import * as auth from './auth';
 import * as taskCheckReceive from './taskCheckReceive';
 import * as resource from './resource';
 import * as taskUser from './taskUser';
 import * as menu from './menu';
+import * as ocrUtils from './ocrUtils';
 export default {
   enterpriseEmployee,
   user,
@@ -22,9 +24,11 @@
   task,
   dictionary,
   userResume,
+  fileUtils,
   auth,
   taskCheckReceive,
   resource,
   taskUser,
   menu,
+  ocrUtils,
 };

--
Gitblit v1.9.1