From 5e7ae2328760eef03978d9c7cc17c0ce7209beff Mon Sep 17 00:00:00 2001 From: wupengfei <834520024@qq.com> Date: 星期五, 28 十一月 2025 15:00:38 +0800 Subject: [PATCH] fix: bug --- 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 a0a2349..ec96c7f 100644 --- a/src/services/api/index.ts +++ b/src/services/api/index.ts @@ -23,6 +23,7 @@ import * as Consult from './Consult'; import * as CooperationApply from './CooperationApply'; import * as Customer from './Customer'; +import * as DataBoard from './DataBoard'; import * as ElectronSign from './ElectronSign'; import * as EnterpriseApplyFile from './EnterpriseApplyFile'; import * as EnterpriseMaterial from './EnterpriseMaterial'; @@ -90,6 +91,7 @@ import * as Version from './Version'; import * as Wallet from './Wallet'; import * as WalletChannel from './WalletChannel'; +import * as WaterDropCloud from './WaterDropCloud'; import * as Withdraw from './Withdraw'; import * as WxNotify from './WxNotify'; import * as WxPayNotify from './WxPayNotify'; @@ -115,6 +117,7 @@ Consult, CooperationApply, Customer, + DataBoard, ElectronSign, EnterpriseApplyFile, EnterpriseMaterial, @@ -182,6 +185,7 @@ Version, Wallet, WalletChannel, + WaterDropCloud, Withdraw, WxNotify, WxPayNotify, -- Gitblit v1.9.1