wupengfei
2025-04-11 ae671e401db4b158b6bd4292fb99fab58e40844c
src/services/api/ParkBountyApply.ts
@@ -202,7 +202,7 @@
  params: API.APIgetParkBountyApplyBatchTransferEnterpriseParams,
  options?: API.RequestConfig
) {
  return request<API.GetCompanyNameListOutput[]>(
  return request<API.GetNotTransferCompanyNameListOutput[]>(
    '/api/ParkBountyApply/GetParkBountyApplyBatchTransferEnterprise',
    {
      method: 'GET',
@@ -454,7 +454,7 @@
  });
}
/** 运营端—入账—上传凭证 POST /api/ParkBountyApply/ParkBountyApplySettle */
/** 政务端—奖励金发放—上传凭证 POST /api/ParkBountyApply/ParkBountyApplySettle */
export async function parkBountyApplySettle(
  body: API.ParkBountyApplySettleInput,
  options?: API.RequestConfig
@@ -499,7 +499,7 @@
  });
}
/** 政务端—奖励金上传凭证 POST /api/ParkBountyApply/ParkBountyApplyTransferFile */
/** 运营端—奖励金入账—上传凭证 POST /api/ParkBountyApply/ParkBountyApplyTransferFile */
export async function parkBountyApplyTransferFile(
  body: API.ParkBountyApplyTransferFileInput,
  options?: API.RequestConfig