From 6dffd3428d63e2f63ab883a9639b32c46fb6bc94 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期二, 02 十二月 2025 16:59:17 +0800
Subject: [PATCH] fix: 四流 奖励金 文字改成 可用资金

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

diff --git a/src/services/api/index.ts b/src/services/api/index.ts
index ea6856d..ec96c7f 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';
@@ -22,6 +23,8 @@
 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';
 import * as ExternalSystem from './ExternalSystem';
@@ -74,6 +77,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';
@@ -87,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';
@@ -101,6 +106,7 @@
   AliPayNotify,
   Area,
   BaseModule,
+  BaseModuleNew,
   BestSign,
   BestSignCallBack,
   CaiNiao,
@@ -111,6 +117,8 @@
   Consult,
   CooperationApply,
   Customer,
+  DataBoard,
+  ElectronSign,
   EnterpriseApplyFile,
   EnterpriseMaterial,
   ExternalSystem,
@@ -163,6 +171,7 @@
   Resource,
   SearchSetting,
   Setting,
+  SmsUtils,
   Statistics,
   SysOrg,
   SystemNotice,
@@ -176,6 +185,7 @@
   Version,
   Wallet,
   WalletChannel,
+  WaterDropCloud,
   Withdraw,
   WxNotify,
   WxPayNotify,

--
Gitblit v1.9.1