| | |
| | | ); |
| | | } |
| | | |
| | | /** 导出园区客户管理列表 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, |