From 8e8b54a9a91fb174c368f51d8b0b2850faf58342 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期五, 21 十一月 2025 16:44:29 +0800
Subject: [PATCH] fix: bug
---
src/services/api/ParkBountyApply.ts | 15 +++++++++++++++
1 files changed, 15 insertions(+), 0 deletions(-)
diff --git a/src/services/api/ParkBountyApply.ts b/src/services/api/ParkBountyApply.ts
index 4d95e5d..a90b307 100644
--- a/src/services/api/ParkBountyApply.ts
+++ b/src/services/api/ParkBountyApply.ts
@@ -189,3 +189,18 @@
...(options || {}),
});
}
+
+/** 濂栧姳閲�-鍑鸿处-鍚屾浜ゆ槗淇℃伅 POST /api/ParkBountyApply/SyncParkBountyApplyTradeTransaction */
+export async function syncParkBountyApplyTradeTransaction(
+ body: API.SyncParkBountyApplyTradeTransactionInput,
+ options?: API.RequestConfig
+) {
+ return request<any>('/api/ParkBountyApply/SyncParkBountyApplyTradeTransaction', {
+ method: 'POST',
+ headers: {
+ 'Content-Type': 'application/json',
+ },
+ data: body,
+ ...(options || {}),
+ });
+}
--
Gitblit v1.9.1