From 869b1e7b48fc28cd02fd592d57947c18e51d4cf5 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期三, 26 十一月 2025 16:59:09 +0800
Subject: [PATCH] fix: 多模板

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

diff --git a/src/services/api/index.ts b/src/services/api/index.ts
index c79d3c6..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';
@@ -75,6 +76,7 @@
 import * as Resource from './Resource';
 import * as SearchSetting from './SearchSetting';
 import * as Setting from './Setting';
+import * as SmsUtils from './SmsUtils';
 import * as Statistics from './Statistics';
 import * as SysOrg from './SysOrg';
 import * as SystemNotice from './SystemNotice';
@@ -88,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';
@@ -102,6 +105,7 @@
   AliPayNotify,
   Area,
   BaseModule,
+  BaseModuleNew,
   BestSign,
   BestSignCallBack,
   CaiNiao,
@@ -165,6 +169,7 @@
   Resource,
   SearchSetting,
   Setting,
+  SmsUtils,
   Statistics,
   SysOrg,
   SystemNotice,
@@ -178,6 +183,7 @@
   Version,
   Wallet,
   WalletChannel,
+  WaterDropCloud,
   Withdraw,
   WxNotify,
   WxPayNotify,

--
Gitblit v1.9.1