From ba8d1c3083b10e57e9b9f9feb9f192d6f37df1fa Mon Sep 17 00:00:00 2001 From: zhengyiming <540361168@qq.com> Date: 星期五, 14 十一月 2025 18:52:56 +0800 Subject: [PATCH] fix: bug --- src/services/api/index.ts | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/services/api/index.ts b/src/services/api/index.ts index e267aca..a0a2349 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'; @@ -103,6 +104,7 @@ AliPayNotify, Area, BaseModule, + BaseModuleNew, BestSign, BestSignCallBack, CaiNiao, -- Gitblit v1.9.1