From e9dda9e6c52cb737267185f5118ded73c0053115 Mon Sep 17 00:00:00 2001 From: wupengfei <834520024@qq.com> Date: 星期二, 06 五月 2025 17:13:41 +0800 Subject: [PATCH] feat: 接口 --- src/services/api/ParkBountyApply.ts | 428 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 425 insertions(+), 3 deletions(-) diff --git a/src/services/api/ParkBountyApply.ts b/src/services/api/ParkBountyApply.ts index 16fefeb..fbe0aa0 100644 --- a/src/services/api/ParkBountyApply.ts +++ b/src/services/api/ParkBountyApply.ts @@ -17,6 +17,51 @@ }); } +/** 鎾ゅ洖鐢虫姤 GET /api/ParkBountyApply/CancelParkBountyApply */ +export async function cancelParkBountyApply( + // 鍙犲姞鐢熸垚鐨凱aram绫诲瀷 (闈瀊ody鍙傛暟swagger榛樿娌℃湁鐢熸垚瀵硅薄) + params: API.APIcancelParkBountyApplyParams, + options?: API.RequestConfig +) { + return request<number>('/api/ParkBountyApply/CancelParkBountyApply', { + method: 'GET', + params: { + ...params, + }, + ...(options || {}), + }); +} + +/** 棰勫厖鍊煎鏍� POST /api/ParkBountyApply/CheckUserEnterpriseRecharge */ +export async function checkUserEnterpriseRecharge( + body: API.CheckUserEnterpriseRechargeInput, + options?: API.RequestConfig +) { + return request<number>('/api/ParkBountyApply/CheckUserEnterpriseRecharge', { + method: 'POST', + headers: { + 'Content-Type': 'application/json', + }, + data: body, + ...(options || {}), + }); +} + +/** 姝ゅ鍚庣娌℃湁鎻愪緵娉ㄩ噴 GET /api/ParkBountyApply/DeleteParkEnterpriseApplyFile */ +export async function deleteParkEnterpriseApplyFile( + // 鍙犲姞鐢熸垚鐨凱aram绫诲瀷 (闈瀊ody鍙傛暟swagger榛樿娌℃湁鐢熸垚瀵硅薄) + params: API.APIdeleteParkEnterpriseApplyFileParams, + options?: API.RequestConfig +) { + return request<number>('/api/ParkBountyApply/DeleteParkEnterpriseApplyFile', { + method: 'GET', + params: { + ...params, + }, + ...(options || {}), + }); +} + /** 缁х画鐢虫姤 POST /api/ParkBountyApply/EditParkBountyApply */ export async function editParkBountyApply( body: API.EditParkBountyApplyStepOneInput, @@ -47,6 +92,119 @@ }); } +/** 鑾峰彇杩愯惀绔� 濂栧姳閲戠敵鎶ュ垪琛� POST /api/ParkBountyApply/GetCustmoerParkBountyApplyList */ +export async function getCustmoerParkBountyApplyList( + body: API.GetCustomerParkBountyApplyListInput, + options?: API.RequestConfig +) { + return request<API.GetParkBountyApplyListOutputPageOutput>( + '/api/ParkBountyApply/GetCustmoerParkBountyApplyList', + { + method: 'POST', + headers: { + 'Content-Type': 'application/json', + }, + data: body, + ...(options || {}), + } + ); +} + +/** 鑾峰彇浼佷笟鏈�鍚庝竴娆′笂浼犵殑鍥尯鍏ラ┗鍗忚鏂囦欢 GET /api/ParkBountyApply/GetEnterpriseLastUploadEnterPactFile */ +export async function getEnterpriseLastUploadEnterPactFile( + // 鍙犲姞鐢熸垚鐨凱aram绫诲瀷 (闈瀊ody鍙傛暟swagger榛樿娌℃湁鐢熸垚瀵硅薄) + params: API.APIgetEnterpriseLastUploadEnterPactFileParams, + options?: API.RequestConfig +) { + return request<string>('/api/ParkBountyApply/GetEnterpriseLastUploadEnterPactFile', { + method: 'GET', + params: { + ...params, + }, + ...(options || {}), + }); +} + +/** 鑾峰彇浼佷笟鏈�鍚庝竴娆′笂浼犵殑鍥尯鍏ラ┗鍗忚鏂囦欢 GET /api/ParkBountyApply/GetEnterpriseLastUploadEnterPactFileNew */ +export async function getEnterpriseLastUploadEnterPactFileNew( + // 鍙犲姞鐢熸垚鐨凱aram绫诲瀷 (闈瀊ody鍙傛暟swagger榛樿娌℃湁鐢熸垚瀵硅薄) + params: API.APIgetEnterpriseLastUploadEnterPactFileNewParams, + options?: API.RequestConfig +) { + return request<API.CustomerUploadMonthApplyFileTypeDto[]>( + '/api/ParkBountyApply/GetEnterpriseLastUploadEnterPactFileNew', + { + method: 'GET', + params: { + ...params, + }, + ...(options || {}), + } + ); +} + +/** 鑾峰彇鐢虫姤涓嬩紒涓氫笂浼犵殑鏂囦欢 POST /api/ParkBountyApply/GetEnterpriseParkApplyUploadFiles */ +export async function getEnterpriseParkApplyUploadFiles( + body: API.GetEnterpriseParkApplyUploadFilesInput, + options?: API.RequestConfig +) { + return request<API.GetEnterpriseParkApplyUploadFileOutput[]>( + '/api/ParkBountyApply/GetEnterpriseParkApplyUploadFiles', + { + method: 'POST', + headers: { + 'Content-Type': 'application/json', + }, + data: body, + ...(options || {}), + } + ); +} + +/** 鑾峰彇浼佷笟鍏呭�煎鏍稿垪琛� POST /api/ParkBountyApply/GetEnterprisePreChargeCheckList */ +export async function getEnterprisePreChargeCheckList( + body: API.GetEnterprisePreChargeCheckListInput, + options?: API.RequestConfig +) { + return request<API.GetEnterprisePreChargeCheckListOutputPageOutput>( + '/api/ParkBountyApply/GetEnterprisePreChargeCheckList', + { + method: 'POST', + headers: { + 'Content-Type': 'application/json', + }, + data: body, + ...(options || {}), + } + ); +} + +/** 鑾峰彇棰勫厖鍊艰鎯� GET /api/ParkBountyApply/GetEnterpriseRechargeDetail */ +export async function getEnterpriseRechargeDetail( + // 鍙犲姞鐢熸垚鐨凱aram绫诲瀷 (闈瀊ody鍙傛暟swagger榛樿娌℃湁鐢熸垚瀵硅薄) + params: API.APIgetEnterpriseRechargeDetailParams, + options?: API.RequestConfig +) { + return request<API.GetEnterpriseRechargeDetail>( + '/api/ParkBountyApply/GetEnterpriseRechargeDetail', + { + method: 'GET', + params: { + ...params, + }, + ...(options || {}), + } + ); +} + +/** 鏀垮姟绔�斿伐浣滃彴鏁版嵁鐪嬫澘 GET /api/ParkBountyApply/GetGoverDataBoard */ +export async function getGoverDataBoard(options?: API.RequestConfig) { + return request<API.GetGoverDataBoardOutput>('/api/ParkBountyApply/GetGoverDataBoard', { + method: 'GET', + ...(options || {}), + }); +} + /** 鑾峰彇宸茬敵鎶ヤ紒涓氬垪琛� 鍚彲閫夋嫨銆佸凡鍓旈櫎 POST /api/ParkBountyApply/GetHasApplyCompanyNameList */ export async function getHasApplyCompanyNameList( body: API.GetHasApplyCompanyNameListInput, @@ -65,12 +223,66 @@ ); } +/** 鏀垮姟绔�-鏉愭枡瀹℃牳-鐢虫姤璇︽儏 POST /api/ParkBountyApply/GetOutCheckParkBountyApplyDetailBaseInfo */ +export async function getOutCheckParkBountyApplyDetailBaseInfo( + body: API.GetParkBountyApplyInfoInput, + options?: API.RequestConfig +) { + return request<API.OutCheckParkBountyApplyBaseInfo>( + '/api/ParkBountyApply/GetOutCheckParkBountyApplyDetailBaseInfo', + { + method: 'POST', + headers: { + 'Content-Type': 'application/json', + }, + data: body, + ...(options || {}), + } + ); +} + +/** 鏀垮姟绔�-鏉愭枡瀹℃牳-鐢虫姤浼佷笟鍚嶅崟 POST /api/ParkBountyApply/GetOutCheckParkBountyApplyDetailList */ +export async function getOutCheckParkBountyApplyDetailList( + body: API.GetParkBountyApplyInfoInput, + options?: API.RequestConfig +) { + return request<API.ParkBountyApplyDetailInfoPageOutput>( + '/api/ParkBountyApply/GetOutCheckParkBountyApplyDetailList', + { + method: 'POST', + headers: { + 'Content-Type': 'application/json', + }, + data: body, + ...(options || {}), + } + ); +} + +/** 鏀垮姟绔�-鏉愭枡瀹℃牳-鑾峰彇澶栭儴瀹℃牳鍒楄〃 POST /api/ParkBountyApply/GetOutcheckParkBountyList */ +export async function getOutcheckParkBountyList( + body: API.GetParkBountyApplyListInput, + options?: API.RequestConfig +) { + return request<API.GetParkBountyApplyListOutputPageOutput>( + '/api/ParkBountyApply/GetOutcheckParkBountyList', + { + method: 'POST', + headers: { + 'Content-Type': 'application/json', + }, + data: body, + ...(options || {}), + } + ); +} + /** 璺熻繘鍥尯鏌ヨ鍏徃鍒嗛〉鍒楄〃 POST /api/ParkBountyApply/GetParkApplyCompanyList */ export async function getParkApplyCompanyList( body: API.GetApplyCompanyListInput, options?: API.RequestConfig ) { - return request<API.GetParkApplyCompanyListOutputPageOutput>( + return request<API.ParkBountyApplyDetailInfoPageOutput>( '/api/ParkBountyApply/GetParkApplyCompanyList', { method: 'POST', @@ -96,6 +308,42 @@ 'Content-Type': 'application/json', }, data: body, + ...(options || {}), + } + ); +} + +/** 鑾峰彇鎵归噺鍏ヨ处涓湭璐㈡斂鎷ㄤ粯鐨勪紒涓� GET /api/ParkBountyApply/GetParkBountyApplyBatchFinanceEnterprise */ +export async function getParkBountyApplyBatchFinanceEnterprise( + // 鍙犲姞鐢熸垚鐨凱aram绫诲瀷 (闈瀊ody鍙傛暟swagger榛樿娌℃湁鐢熸垚瀵硅薄) + params: API.APIgetParkBountyApplyBatchFinanceEnterpriseParams, + options?: API.RequestConfig +) { + return request<API.GetNotTransferCompanyNameListOutput[]>( + '/api/ParkBountyApply/GetParkBountyApplyBatchFinanceEnterprise', + { + method: 'GET', + params: { + ...params, + }, + ...(options || {}), + } + ); +} + +/** 杩愯惀绔�-濂栧姳閲戝彂鏀�-鍏ヨ处-鑾峰彇鎵归噺鍏ヨ处涓湭鍏ヨ处鐨勪紒涓� GET /api/ParkBountyApply/GetParkBountyApplyBatchTransferEnterprise */ +export async function getParkBountyApplyBatchTransferEnterprise( + // 鍙犲姞鐢熸垚鐨凱aram绫诲瀷 (闈瀊ody鍙傛暟swagger榛樿娌℃湁鐢熸垚瀵硅薄) + params: API.APIgetParkBountyApplyBatchTransferEnterpriseParams, + options?: API.RequestConfig +) { + return request<API.GetNotTransferCompanyNameListOutput[]>( + '/api/ParkBountyApply/GetParkBountyApplyBatchTransferEnterprise', + { + method: 'GET', + params: { + ...params, + }, ...(options || {}), } ); @@ -206,6 +454,42 @@ ); } +/** 杩愯惀绔�-濂栧姳杩涘嚭璐﹁鎯� POST /api/ParkBountyApply/GetParkBountyTradeDetailList */ +export async function getParkBountyTradeDetailList( + body: API.GetParkBountyTradeDetailByIdInput, + options?: API.RequestConfig +) { + return request<API.GetParkBountyTradeDetailOutputPageOutput>( + '/api/ParkBountyApply/GetParkBountyTradeDetailList', + { + method: 'POST', + headers: { + 'Content-Type': 'application/json', + }, + data: body, + ...(options || {}), + } + ); +} + +/** 杩愯惀绔�-濂栧姳閲戜娇鐢ㄧ鐞嗗垪琛� POST /api/ParkBountyApply/GetParkBountyTradeList */ +export async function getParkBountyTradeList( + body: API.GetParkBountyTradeInput, + options?: API.RequestConfig +) { + return request<API.GetParkBountyTradeOutputPageOutput>( + '/api/ParkBountyApply/GetParkBountyTradeList', + { + method: 'POST', + headers: { + 'Content-Type': 'application/json', + }, + data: body, + ...(options || {}), + } + ); +} + /** 杩愯惀绔�-鏀垮姟绔竴鍥尯瀹㈡埛绠$悊璇︽儏涓�浼佷笟鐢虫姤璁板綍 POST /api/ParkBountyApply/GetParkCustomerBountyApplyList */ export async function getParkCustomerBountyApplyList( body: API.QueryParkCustomerBountyApplyInput, @@ -260,12 +544,57 @@ ); } +/** 瀵煎叆濂栧姳閲戝叆璐� POST /api/ParkBountyApply/ImportParkBountyData */ +export async function importParkBountyData( + body: API.ImportBountyApplyDataInput, + options?: API.RequestConfig +) { + return request<API.ImportBountyApplyDataOutput>('/api/ParkBountyApply/ImportParkBountyData', { + method: 'POST', + headers: { + 'Content-Type': 'application/json', + }, + data: body, + ...(options || {}), + }); +} + /** 鍐呴儴瀹℃牳 POST /api/ParkBountyApply/IncheckParkBountyApply */ export async function incheckParkBountyApply( body: API.IncheckParkBountyApplyInput, options?: API.RequestConfig ) { return request<number>('/api/ParkBountyApply/IncheckParkBountyApply', { + method: 'POST', + headers: { + 'Content-Type': 'application/json', + }, + data: body, + ...(options || {}), + }); +} + +/** 鏀垮姟绔�-鏉愭枡瀹℃牳-澶栭儴瀹℃牳 POST /api/ParkBountyApply/OutcheckParkBountyApply */ +export async function outcheckParkBountyApply( + body: API.OutcheckParkBountyApplyInput, + options?: API.RequestConfig +) { + return request<number>('/api/ParkBountyApply/OutcheckParkBountyApply', { + method: 'POST', + headers: { + 'Content-Type': 'application/json', + }, + data: body, + ...(options || {}), + }); +} + +/** 鎵归噺璐㈡斂鍏ヨ处 POST /api/ParkBountyApply/ParkBountyApplyBatchFinance */ +export async function parkBountyApplyBatchFinance( + body: API.ParkBountyApplyBatchFinanceInput, + options?: API.RequestConfig +) { + return request<number>('/api/ParkBountyApply/ParkBountyApplyBatchFinance', { method: 'POST', headers: { 'Content-Type': 'application/json', @@ -290,12 +619,72 @@ }); } -/** 杩愯惀绔�斿叆璐︹�斾笂浼犲嚟璇� POST /api/ParkBountyApply/ParkBountyApplySettle */ +/** 璐㈡斂鍏ヨ处 POST /api/ParkBountyApply/ParkBountyApplyFinance */ +export async function parkBountyApplyFinance( + body: API.ParkBountyApplyRechargeInput, + options?: API.RequestConfig +) { + return request<number>('/api/ParkBountyApply/ParkBountyApplyFinance', { + method: 'POST', + headers: { + 'Content-Type': 'application/json', + }, + data: body, + ...(options || {}), + }); +} + +/** 鏀垮姟绔�斿鍔遍噾鍙戞斁鈥斾笂浼犺储鏀挎嫧浠樺嚟璇� POST /api/ParkBountyApply/ParkBountyApplyFinanceBill */ +export async function parkBountyApplyFinanceBill( + body: API.ParkBountyApplyFinanceFileInput, + options?: API.RequestConfig +) { + return request<number>('/api/ParkBountyApply/ParkBountyApplyFinanceBill', { + method: 'POST', + headers: { + 'Content-Type': 'application/json', + }, + data: body, + ...(options || {}), + }); +} + +/** 璐㈡斂鍏ヨ处涓婁紶鍑瘉 POST /api/ParkBountyApply/ParkBountyApplyFinanceFile */ +export async function parkBountyApplyFinanceFile( + body: API.ParkBountyApplyRechargeFileInput, + options?: API.RequestConfig +) { + return request<number>('/api/ParkBountyApply/ParkBountyApplyFinanceFile', { + method: 'POST', + headers: { + 'Content-Type': 'application/json', + }, + data: body, + ...(options || {}), + }); +} + +/** 鏀垮姟绔�斿鍔遍噾鍙戞斁鈥斾笂浼犲厖鍊煎嚟璇� POST /api/ParkBountyApply/ParkBountyApplySettle */ export async function parkBountyApplySettle( body: API.ParkBountyApplySettleInput, options?: API.RequestConfig ) { return request<number>('/api/ParkBountyApply/ParkBountyApplySettle', { + method: 'POST', + headers: { + 'Content-Type': 'application/json', + }, + data: body, + ...(options || {}), + }); +} + +/** 杩愯惀绔�斿鍔遍噾-鍑鸿处 POST /api/ParkBountyApply/ParkBountyApplyTrade */ +export async function parkBountyApplyTrade( + body: API.CreateParkBountyTradeInput, + options?: API.RequestConfig +) { + return request<number>('/api/ParkBountyApply/ParkBountyApplyTrade', { method: 'POST', headers: { 'Content-Type': 'application/json', @@ -320,7 +709,7 @@ }); } -/** 鏀垮姟绔�斿鍔遍噾涓婁紶鍑瘉 POST /api/ParkBountyApply/ParkBountyApplyTransferFile */ +/** 杩愯惀绔�斿鍔遍噾鍏ヨ处鈥斾笂浼犲嚟璇� POST /api/ParkBountyApply/ParkBountyApplyTransferFile */ export async function parkBountyApplyTransferFile( body: API.ParkBountyApplyTransferFileInput, options?: API.RequestConfig @@ -382,3 +771,36 @@ } ); } + +/** 涓婁紶浼佷笟鏉愭枡 POST /api/ParkBountyApply/UploadParkBountyApplyCompanyFileNew */ +export async function uploadParkBountyApplyCompanyFileNew( + body: API.UploadParkApplyCustomerFilesInput, + options?: API.RequestConfig +) { + return request<API.UploadParkBountyApplyCompanyFileOutput>( + '/api/ParkBountyApply/UploadParkBountyApplyCompanyFileNew', + { + method: 'POST', + headers: { + 'Content-Type': 'application/json', + }, + data: body, + ...(options || {}), + } + ); +} + +/** 鐢ㄦ埛鍏呭�� POST /api/ParkBountyApply/UserEnterpiseRecharge */ +export async function userEnterpiseRecharge( + body: API.UserEnterpiseRechargeInput, + options?: API.RequestConfig +) { + return request<number>('/api/ParkBountyApply/UserEnterpiseRecharge', { + method: 'POST', + headers: { + 'Content-Type': 'application/json', + }, + data: body, + ...(options || {}), + }); +} -- Gitblit v1.9.1