From cfa7283b1d47334b648493270c88d609b956ee11 Mon Sep 17 00:00:00 2001 From: wupengfei <834520024@qq.com> Date: 星期一, 01 九月 2025 15:17:27 +0800 Subject: [PATCH] feat: 签约 --- 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 7c7dd5e..bd3d555 100644 --- a/packages/services/apiV2/index.ts +++ b/packages/services/apiV2/index.ts @@ -11,6 +11,7 @@ import * as task from './task'; import * as dictionary from './dictionary'; import * as electronSign from './electronSign'; +import * as enterpriseWallet from './enterpriseWallet'; import * as userResume from './userResume'; import * as auth from './auth'; import * as taskCheckReceive from './taskCheckReceive'; @@ -28,6 +29,7 @@ task, dictionary, electronSign, + enterpriseWallet, userResume, auth, taskCheckReceive, -- Gitblit v1.9.1