From a430dc39516a0d33f02ef902159b23a53b0c92ea Mon Sep 17 00:00:00 2001 From: zhengyiming <540361168@qq.com> Date: 星期四, 16 十月 2025 17:07:09 +0800 Subject: [PATCH] Merge branch 'master' of http://120.26.58.240:8888/r/12333GovernmentWeb --- 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 a85c998..fd6e378 100644 --- a/src/services/api/ParkBountyApply.ts +++ b/src/services/api/ParkBountyApply.ts @@ -1131,6 +1131,21 @@ }); } +/** 鍚屾濂栧姳閲�-浼佷笟鑷韩鍑鸿处-瀹℃壒 POST /api/ParkBountyApply/SyncAuditParkBountyApplyTradeBySelf */ +export async function syncAuditParkBountyApplyTradeBySelf( + body: API.SyncAuditParkBountyApplyTradeBySelfInput, + options?: API.RequestConfig +) { + return request<number>('/api/ParkBountyApply/SyncAuditParkBountyApplyTradeBySelf', { + method: 'POST', + headers: { + 'Content-Type': 'application/json', + }, + data: body, + ...(options || {}), + }); +} + /** 鍚屾濂栧姳閲戝嚭璐︿俊鎭� POST /api/ParkBountyApply/SyncParkBountyApplyTrade */ export async function syncParkBountyApplyTrade( body: API.CreateParkBountyTradeInput, -- Gitblit v1.9.1