From a7eb20b8f5692171cc48babc24edffc3351a78ab Mon Sep 17 00:00:00 2001 From: wupengfei <834520024@qq.com> Date: 星期五, 28 十一月 2025 13:45:25 +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 e267aca..f1c9fa4 100644 --- a/src/services/api/index.ts +++ b/src/services/api/index.ts @@ -12,6 +12,7 @@ import * as AliPayNotify from './AliPayNotify'; import * as Area from './Area'; import * as BaseModule from './BaseModule'; +import * as BaseModuleNew from './BaseModuleNew'; import * as BestSign from './BestSign'; import * as BestSignCallBack from './BestSignCallBack'; import * as CaiNiao from './CaiNiao'; @@ -89,6 +90,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'; @@ -103,6 +105,7 @@ AliPayNotify, Area, BaseModule, + BaseModuleNew, BestSign, BestSignCallBack, CaiNiao, @@ -180,6 +183,7 @@ Version, Wallet, WalletChannel, + WaterDropCloud, Withdraw, WxNotify, WxPayNotify, -- Gitblit v1.9.1