From 6fd420d0f3386047bad0113bf5714267aade2fd4 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期一, 21 七月 2025 09:33:20 +0800
Subject: [PATCH] Merge branch 'master' into dev-3.4.2.5

---
 src/services/api/ParkBountyApply.ts |  138 ++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 138 insertions(+), 0 deletions(-)

diff --git a/src/services/api/ParkBountyApply.ts b/src/services/api/ParkBountyApply.ts
index 867b106..1ebaf72 100644
--- a/src/services/api/ParkBountyApply.ts
+++ b/src/services/api/ParkBountyApply.ts
@@ -122,6 +122,39 @@
   });
 }
 
+/** 杩愯惀绔�-濂栧姳閲戠粺璁℃姤琛ㄥ鍑� POST /api/ParkBountyApply/ExportBonusStatistics */
+export async function exportBonusStatistics(
+  body: API.GetBonusStatisticsListInput,
+  options?: API.RequestConfig
+) {
+  return request<any>('/api/ParkBountyApply/ExportBonusStatistics', {
+    method: 'POST',
+    headers: {
+      'Content-Type': 'application/json',
+    },
+    data: body,
+    ...(options || {}),
+  });
+}
+
+/** 杩愯惀绔�-濂栧姳閲戠粺璁℃姤琛� POST /api/ParkBountyApply/GetBonusStatisticsList */
+export async function getBonusStatisticsList(
+  body: API.GetBonusStatisticsListInput,
+  options?: API.RequestConfig
+) {
+  return request<API.GetBonusStatisticsListOutputPageOutput>(
+    '/api/ParkBountyApply/GetBonusStatisticsList',
+    {
+      method: 'POST',
+      headers: {
+        'Content-Type': 'application/json',
+      },
+      data: body,
+      ...(options || {}),
+    }
+  );
+}
+
 /** 鑾峰彇鍙�夋嫨鍏徃鍜屽凡鍓旈櫎鍏徃 POST /api/ParkBountyApply/GetCompanyNameList */
 export async function getCompanyNameList(
   body: API.GetCompanyNameListInput,
@@ -144,6 +177,24 @@
 ) {
   return request<API.GetParkBountyApplyListOutputPageOutput>(
     '/api/ParkBountyApply/GetCustmoerParkBountyApplyList',
+    {
+      method: 'POST',
+      headers: {
+        'Content-Type': 'application/json',
+      },
+      data: body,
+      ...(options || {}),
+    }
+  );
+}
+
+/** 濂栧姳閲戠粺璁℃姤琛�--鑾峰彇浼佷笟娑堣垂鏄庣粏鍒楄〃 POST /api/ParkBountyApply/GetEnterpriseConsumptionList */
+export async function getEnterpriseConsumptionList(
+  body: API.GetRewardsDetailsInput,
+  options?: API.RequestConfig
+) {
+  return request<API.GetEnterpriseConsumptionListOutputPageOutput>(
+    '/api/ParkBountyApply/GetEnterpriseConsumptionList',
     {
       method: 'POST',
       headers: {
@@ -288,6 +339,60 @@
       params: {
         ...params,
       },
+      ...(options || {}),
+    }
+  );
+}
+
+/** 杩愯惀绔�-濂栧姳閲戣幏鍙栦紒涓氬厖鍊兼槑缁嗗垪琛� POST /api/ParkBountyApply/GetEnterpriseRechargeList */
+export async function getEnterpriseRechargeList(
+  body: API.GetRewardsDetailsInput,
+  options?: API.RequestConfig
+) {
+  return request<API.GetEnterpriseRechargeListOutputPageOutput>(
+    '/api/ParkBountyApply/GetEnterpriseRechargeList',
+    {
+      method: 'POST',
+      headers: {
+        'Content-Type': 'application/json',
+      },
+      data: body,
+      ...(options || {}),
+    }
+  );
+}
+
+/** 濂栧姳閲戠粺璁℃姤琛�--鑾峰彇鎻愮幇鏄庣粏鍒楄〃 POST /api/ParkBountyApply/GetEnterpriseWithdrawList */
+export async function getEnterpriseWithdrawList(
+  body: API.GetRewardsDetailsInput,
+  options?: API.RequestConfig
+) {
+  return request<API.GetEnterpriseDrawWithOutputPageOutput>(
+    '/api/ParkBountyApply/GetEnterpriseWithdrawList',
+    {
+      method: 'POST',
+      headers: {
+        'Content-Type': 'application/json',
+      },
+      data: body,
+      ...(options || {}),
+    }
+  );
+}
+
+/** 濂栧姳閲戠粺璁℃姤琛�--鑾峰彇璐㈡斂鎷ㄤ粯鍒楄〃 POST /api/ParkBountyApply/GetFiscalAllocationList */
+export async function getFiscalAllocationList(
+  body: API.GetRewardsDetailsInput,
+  options?: API.RequestConfig
+) {
+  return request<API.GetFiscalAllocationOutputPageOutput>(
+    '/api/ParkBountyApply/GetFiscalAllocationList',
+    {
+      method: 'POST',
+      headers: {
+        'Content-Type': 'application/json',
+      },
+      data: body,
       ...(options || {}),
     }
   );
@@ -676,6 +781,39 @@
   );
 }
 
+/** 濂栧姳閲戠粺璁℃姤琛�--鑾峰彇骞冲彴鎷ㄤ粯鍒楄〃 POST /api/ParkBountyApply/GetPlatformAllocationList */
+export async function getPlatformAllocationList(
+  body: API.GetRewardsDetailsInput,
+  options?: API.RequestConfig
+) {
+  return request<API.GetPlatformAllocationOutputPageOutput>(
+    '/api/ParkBountyApply/GetPlatformAllocationList',
+    {
+      method: 'POST',
+      headers: {
+        'Content-Type': 'application/json',
+      },
+      data: body,
+      ...(options || {}),
+    }
+  );
+}
+
+/** 濂栧姳閲戞姤琛�--浣欓鍒楄〃 POST /api/ParkBountyApply/GetRemainAmountList */
+export async function getRemainAmountList(
+  body: API.GetRewardsDetailsInput,
+  options?: API.RequestConfig
+) {
+  return request<API.GetRemainAmountOutput>('/api/ParkBountyApply/GetRemainAmountList', {
+    method: 'POST',
+    headers: {
+      'Content-Type': 'application/json',
+    },
+    data: body,
+    ...(options || {}),
+  });
+}
+
 /** 瀵煎叆濂栧姳閲戝叆璐� POST /api/ParkBountyApply/ImportParkBountyData */
 export async function importParkBountyData(
   body: API.ImportBountyApplyDataInput,

--
Gitblit v1.9.1