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/ExternalSystem.ts |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/src/services/api/ExternalSystem.ts b/src/services/api/ExternalSystem.ts
index 721692b..21cdaca 100644
--- a/src/services/api/ExternalSystem.ts
+++ b/src/services/api/ExternalSystem.ts
@@ -17,6 +17,17 @@
   });
 }
 
+/** 鏌ョ湅褰撳墠澶栭儴绯荤粺淇℃伅 GET /api/ExternalSystem/GetCurrentExternalSystem */
+export async function getCurrentExternalSystem(options?: API.RequestConfig) {
+  return request<API.GetCurrentExternalSystemOutput>(
+    '/api/ExternalSystem/GetCurrentExternalSystem',
+    {
+      method: 'GET',
+      ...(options || {}),
+    }
+  );
+}
+
 /** 鑾峰彇澶栭儴绯荤粺鍒楄〃 POST /api/ExternalSystem/GetExternalSystemList */
 export async function getExternalSystemList(
   body: API.GetExternalSystemInput,

--
Gitblit v1.9.1