zhengyiming
2025-11-12 f1ff27e72013b5c89de241d4d3ab11244aa91e15
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,