|  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** 奖励金-出账 POST /api/ParkBountyApply/AuditParkBountyApplyTrade */ | 
|---|
|  |  |  | export async function auditParkBountyApplyTrade( | 
|---|
|  |  |  | body: API.AuditParkBountyTradeInput, | 
|---|
|  |  |  | body: API.SyncAuditParkBountyTradeInput, | 
|---|
|  |  |  | options?: API.RequestConfig | 
|---|
|  |  |  | ) { | 
|---|
|  |  |  | return request<number>('/api/ParkBountyApply/AuditParkBountyApplyTrade', { | 
|---|
|  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** 奖励金-出账-财务审批 POST /api/ParkBountyApply/FinanceAuditParkBountyApplyTrade */ | 
|---|
|  |  |  | export async function financeAuditParkBountyApplyTrade( | 
|---|
|  |  |  | body: API.AuditParkBountyTradeInput, | 
|---|
|  |  |  | body: API.SyncFinanceAuditParkBountyTradeInput, | 
|---|
|  |  |  | options?: API.RequestConfig | 
|---|
|  |  |  | ) { | 
|---|
|  |  |  | return request<number>('/api/ParkBountyApply/FinanceAuditParkBountyApplyTrade', { | 
|---|
|  |  |  | 
|---|
|  |  |  | data: body, | 
|---|
|  |  |  | ...(options || {}), | 
|---|
|  |  |  | }); | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** 此处后端没有提供注释 GET /api/ParkBountyApply/Get818UserInfo */ | 
|---|
|  |  |  | export async function get818UserInfo(options?: API.RequestConfig) { | 
|---|
|  |  |  | return request<API.UserInfoV2>('/api/ParkBountyApply/Get818UserInfo', { | 
|---|
|  |  |  | method: 'GET', | 
|---|
|  |  |  | ...(options || {}), | 
|---|
|  |  |  | }); | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** 此处后端没有提供注释 POST /api/ParkBountyApply/GetEnterpriseDrawWithList */ | 
|---|
|  |  |  | export async function getEnterpriseDrawWithList( | 
|---|
|  |  |  | body: API.GetEnterpriseDrawWithListInput, | 
|---|
|  |  |  | options?: API.RequestConfig | 
|---|
|  |  |  | ) { | 
|---|
|  |  |  | return request<API.GetEnterpriseDrawWithListOutputPageOutput>( | 
|---|
|  |  |  | '/api/ParkBountyApply/GetEnterpriseDrawWithList', | 
|---|
|  |  |  | { | 
|---|
|  |  |  | method: 'POST', | 
|---|
|  |  |  | headers: { | 
|---|
|  |  |  | 'Content-Type': 'application/json', | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | data: body, | 
|---|
|  |  |  | ...(options || {}), | 
|---|
|  |  |  | } | 
|---|
|  |  |  | ); | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** 此处后端没有提供注释 POST /api/ParkBountyApply/GetEnterprisePrechargeList */ | 
|---|
|  |  |  | export async function getEnterprisePrechargeList(body: API.PageInput, options?: API.RequestConfig) { | 
|---|
|  |  |  | return request<API.GetEnterprisePrechargeListOutputPageOutput>( | 
|---|
|  |  |  | '/api/ParkBountyApply/GetEnterprisePrechargeList', | 
|---|
|  |  |  | { | 
|---|
|  |  |  | method: 'POST', | 
|---|
|  |  |  | headers: { | 
|---|
|  |  |  | 'Content-Type': 'application/json', | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | data: body, | 
|---|
|  |  |  | ...(options || {}), | 
|---|
|  |  |  | } | 
|---|
|  |  |  | ); | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** 运营端-奖励进出账详情 POST /api/ParkBountyApply/GetParkBountyTradeDetailList */ | 
|---|
|  |  |  | 
|---|
|  |  |  | ); | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** 此处后端没有提供注释 POST /api/ParkBountyApply/GetParkCustomerBountyFinanceList */ | 
|---|
|  |  |  | export async function getParkCustomerBountyFinanceList( | 
|---|
|  |  |  | body: API.QueryParkCustomerBountyApplyInput, | 
|---|
|  |  |  | options?: API.RequestConfig | 
|---|
|  |  |  | ) { | 
|---|
|  |  |  | return request<API.GetParkCustomerBountyFinanceOutputPageOutput>( | 
|---|
|  |  |  | '/api/ParkBountyApply/GetParkCustomerBountyFinanceList', | 
|---|
|  |  |  | { | 
|---|
|  |  |  | method: 'POST', | 
|---|
|  |  |  | headers: { | 
|---|
|  |  |  | 'Content-Type': 'application/json', | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | data: body, | 
|---|
|  |  |  | ...(options || {}), | 
|---|
|  |  |  | } | 
|---|
|  |  |  | ); | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** 园区客户管理奖励金发放记录 POST /api/ParkBountyApply/GetParkCustomerBountySettleList */ | 
|---|
|  |  |  | export async function getParkCustomerBountySettleList( | 
|---|
|  |  |  | body: API.QueryParkCustomerBountyApplyInput, | 
|---|
|  |  |  | options?: API.RequestConfig | 
|---|
|  |  |  | ) { | 
|---|
|  |  |  | return request<API.GetParkCustomerBountySettleOutputPageOutput>( | 
|---|
|  |  |  | '/api/ParkBountyApply/GetParkCustomerBountySettleList', | 
|---|
|  |  |  | { | 
|---|
|  |  |  | method: 'POST', | 
|---|
|  |  |  | headers: { | 
|---|
|  |  |  | 'Content-Type': 'application/json', | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | data: body, | 
|---|
|  |  |  | ...(options || {}), | 
|---|
|  |  |  | } | 
|---|
|  |  |  | ); | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** 运营端—奖励金-出账 POST /api/ParkBountyApply/ParkBountyApplyTrade */ | 
|---|
|  |  |  | export async function parkBountyApplyTrade( | 
|---|
|  |  |  | body: API.CreateParkBountyTradeInput, | 
|---|