From 5b0401fea3c339aa45feb0d165f36b1b7a76fdaf Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期四, 20 十一月 2025 16:49:01 +0800
Subject: [PATCH] feat: 页面
---
src/services/api/ParkBountyApply.ts | 90 +++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 90 insertions(+), 0 deletions(-)
diff --git a/src/services/api/ParkBountyApply.ts b/src/services/api/ParkBountyApply.ts
index e420fb5..a6f97ae 100644
--- a/src/services/api/ParkBountyApply.ts
+++ b/src/services/api/ParkBountyApply.ts
@@ -790,6 +790,21 @@
);
}
+/** 瀵煎嚭鍥尯瀹㈡埛绠$悊鍒楄〃 POST /api/ParkBountyApply/GetParkCustomerManagePageNewExport */
+export async function getParkCustomerManagePageNewExport(
+ body: API.QueryParkCustomerManageInput,
+ options?: API.RequestConfig
+) {
+ return request<any>('/api/ParkBountyApply/GetParkCustomerManagePageNewExport', {
+ method: 'POST',
+ headers: {
+ 'Content-Type': 'application/json',
+ },
+ data: body,
+ ...(options || {}),
+ });
+}
+
/** 鏌ヨ濂栧姳閲戠粺璁℃姤琛� POST /api/ParkBountyApply/GetRewardStatistics */
export async function getRewardStatistics(
body: API.GetRewardStatisticsInput,
@@ -907,6 +922,51 @@
options?: API.RequestConfig
) {
return request<number>('/api/ParkBountyApply/OutcheckParkBountyApply', {
+ method: 'POST',
+ headers: {
+ 'Content-Type': 'application/json',
+ },
+ data: body,
+ ...(options || {}),
+ });
+}
+
+/** 鏀垮姟绔�-鏉愭枡瀹℃牳-澶栭儴瀹℃牳鎾ゅ洖 POST /api/ParkBountyApply/OutcheckParkBountyApplyRedoed */
+export async function outcheckParkBountyApplyRedoed(
+ body: API.OutcheckParkBountyApplyRedoedInput,
+ options?: API.RequestConfig
+) {
+ return request<number>('/api/ParkBountyApply/OutcheckParkBountyApplyRedoed', {
+ method: 'POST',
+ headers: {
+ 'Content-Type': 'application/json',
+ },
+ data: body,
+ ...(options || {}),
+ });
+}
+
+/** 澶栭儴瀹℃牳鎾ゅ洖-澶嶅鎾ゅ洖 POST /api/ParkBountyApply/OutcheckParkBountyApplyReRedoed */
+export async function outcheckParkBountyApplyReRedoed(
+ body: API.OutcheckParkBountyApplyRedoedInput,
+ options?: API.RequestConfig
+) {
+ return request<number>('/api/ParkBountyApply/OutcheckParkBountyApplyReRedoed', {
+ method: 'POST',
+ headers: {
+ 'Content-Type': 'application/json',
+ },
+ data: body,
+ ...(options || {}),
+ });
+}
+
+/** 澶栭儴瀹℃牳閲嶆柊鎻愪氦 POST /api/ParkBountyApply/OutcheckParkBountyApplyResubmit */
+export async function outcheckParkBountyApplyResubmit(
+ body: API.OutcheckParkBountyApplyResubmitInput,
+ options?: API.RequestConfig
+) {
+ return request<number>('/api/ParkBountyApply/OutcheckParkBountyApplyResubmit', {
method: 'POST',
headers: {
'Content-Type': 'application/json',
@@ -1242,6 +1302,36 @@
});
}
+/** 鏉愭枡瀹℃牳-鏇存柊璇︽儏 POST /api/ParkBountyApply/UpdateOutCheckParkBountyApplyDetailBaseInfo */
+export async function updateOutCheckParkBountyApplyDetailBaseInfo(
+ body: API.UpdateParkBountyApplyInfoInput,
+ options?: API.RequestConfig
+) {
+ return request<number>('/api/ParkBountyApply/UpdateOutCheckParkBountyApplyDetailBaseInfo', {
+ method: 'POST',
+ headers: {
+ 'Content-Type': 'application/json',
+ },
+ data: body,
+ ...(options || {}),
+ });
+}
+
+/** 鏇存柊浼佷笟鑷富鐢虫姤 POST /api/ParkBountyApply/UpdateParkBountyApplyByEnterprise */
+export async function updateParkBountyApplyByEnterprise(
+ body: API.UpdateParkBountyApplyByEnterpriseInput,
+ options?: API.RequestConfig
+) {
+ return request<string>('/api/ParkBountyApply/UpdateParkBountyApplyByEnterprise', {
+ method: 'POST',
+ headers: {
+ 'Content-Type': 'application/json',
+ },
+ data: body,
+ ...(options || {}),
+ });
+}
+
/** 涓婁紶浼佷笟琛ュ厖鏉愭枡 POST /api/ParkBountyApply/UploadParkBountyApplyCompanyExtraFile */
export async function uploadParkBountyApplyCompanyExtraFile(
body: API.UploadParkApplyCustomerFilesInput,
--
Gitblit v1.9.1