From ae671e401db4b158b6bd4292fb99fab58e40844c Mon Sep 17 00:00:00 2001 From: wupengfei <834520024@qq.com> Date: 星期五, 11 四月 2025 09:14:04 +0800 Subject: [PATCH] feat: 接口 --- src/services/api/ParkBountyApply.ts | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/services/api/ParkBountyApply.ts b/src/services/api/ParkBountyApply.ts index 0950200..96d1b8a 100644 --- a/src/services/api/ParkBountyApply.ts +++ b/src/services/api/ParkBountyApply.ts @@ -202,7 +202,7 @@ params: API.APIgetParkBountyApplyBatchTransferEnterpriseParams, options?: API.RequestConfig ) { - return request<API.GetCompanyNameListOutput[]>( + return request<API.GetNotTransferCompanyNameListOutput[]>( '/api/ParkBountyApply/GetParkBountyApplyBatchTransferEnterprise', { method: 'GET', @@ -454,7 +454,7 @@ }); } -/** 杩愯惀绔�斿叆璐︹�斾笂浼犲嚟璇� POST /api/ParkBountyApply/ParkBountyApplySettle */ +/** 鏀垮姟绔�斿鍔遍噾鍙戞斁鈥斾笂浼犲嚟璇� POST /api/ParkBountyApply/ParkBountyApplySettle */ export async function parkBountyApplySettle( body: API.ParkBountyApplySettleInput, options?: API.RequestConfig @@ -499,7 +499,7 @@ }); } -/** 鏀垮姟绔�斿鍔遍噾涓婁紶鍑瘉 POST /api/ParkBountyApply/ParkBountyApplyTransferFile */ +/** 杩愯惀绔�斿鍔遍噾鍏ヨ处鈥斾笂浼犲嚟璇� POST /api/ParkBountyApply/ParkBountyApplyTransferFile */ export async function parkBountyApplyTransferFile( body: API.ParkBountyApplyTransferFileInput, options?: API.RequestConfig -- Gitblit v1.9.1