| | |
| | | params: API.APIgetParkBountyApplyBatchTransferEnterpriseParams, |
| | | options?: API.RequestConfig |
| | | ) { |
| | | return request<API.GetCompanyNameListOutput[]>( |
| | | return request<API.GetNotTransferCompanyNameListOutput[]>( |
| | | '/api/ParkBountyApply/GetParkBountyApplyBatchTransferEnterprise', |
| | | { |
| | | method: 'GET', |
| | |
| | | }); |
| | | } |
| | | |
| | | /** 运营端—入账—上传凭证 POST /api/ParkBountyApply/ParkBountyApplySettle */ |
| | | /** 政务端—奖励金发放—上传凭证 POST /api/ParkBountyApply/ParkBountyApplySettle */ |
| | | export async function parkBountyApplySettle( |
| | | body: API.ParkBountyApplySettleInput, |
| | | options?: API.RequestConfig |
| | |
| | | }); |
| | | } |
| | | |
| | | /** 政务端—奖励金上传凭证 POST /api/ParkBountyApply/ParkBountyApplyTransferFile */ |
| | | /** 运营端—奖励金入账—上传凭证 POST /api/ParkBountyApply/ParkBountyApplyTransferFile */ |
| | | export async function parkBountyApplyTransferFile( |
| | | body: API.ParkBountyApplyTransferFileInput, |
| | | options?: API.RequestConfig |