wupengfei
4 天以前 5b0401fea3c339aa45feb0d165f36b1b7a76fdaf
src/services/api/ParkBountyApply.ts
@@ -17,12 +17,42 @@
  });
}
/** 企业自主申报 POST /api/ParkBountyApply/AddParkBountyApplyByEnterprise */
export async function addParkBountyApplyByEnterprise(
  body: API.AddParkBountyApplyByEnterpriseInput,
  options?: API.RequestConfig
) {
  return request<string>('/api/ParkBountyApply/AddParkBountyApplyByEnterprise', {
    method: 'POST',
    headers: {
      'Content-Type': 'application/json',
    },
    data: body,
    ...(options || {}),
  });
}
/** 奖励金-出账-审批 POST /api/ParkBountyApply/AuditParkBountyApplyTrade */
export async function auditParkBountyApplyTrade(
  body: API.AuditParkBountyTradeInput,
  options?: API.RequestConfig
) {
  return request<number>('/api/ParkBountyApply/AuditParkBountyApplyTrade', {
    method: 'POST',
    headers: {
      'Content-Type': 'application/json',
    },
    data: body,
    ...(options || {}),
  });
}
/** 生成奖励金统计报表 POST /api/ParkBountyApply/BuildRewardStatistics */
export async function buildRewardStatistics(
  body: API.BuildRewardStatisticsInput,
  options?: API.RequestConfig
) {
  return request<any>('/api/ParkBountyApply/BuildRewardStatistics', {
    method: 'POST',
    headers: {
      'Content-Type': 'application/json',
@@ -249,6 +279,24 @@
      params: {
        ...params,
      },
      ...(options || {}),
    }
  );
}
/** 获取企业补充上传材料 POST /api/ParkBountyApply/GetEnterpriseParkApplyUploadExtraFiles */
export async function getEnterpriseParkApplyUploadExtraFiles(
  body: API.GetEnterpriseParkApplyUploadFilesInput,
  options?: API.RequestConfig
) {
  return request<API.GetEnterpriseParkApplyUploadFileOutput[]>(
    '/api/ParkBountyApply/GetEnterpriseParkApplyUploadExtraFiles',
    {
      method: 'POST',
      headers: {
        'Content-Type': 'application/json',
      },
      data: body,
      ...(options || {}),
    }
  );
@@ -742,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,
@@ -773,6 +836,21 @@
      ...(options || {}),
    }
  );
}
/** 查询奖励金统计报表 GET /api/ParkBountyApply/GetRewardStatisticsMonths */
export async function getRewardStatisticsMonths(
  // 叠加生成的Param类型 (非body参数swagger默认没有生成对象)
  params: API.APIgetRewardStatisticsMonthsParams,
  options?: API.RequestConfig
) {
  return request<string[]>('/api/ParkBountyApply/GetRewardStatisticsMonths', {
    method: 'GET',
    params: {
      ...params,
    },
    ...(options || {}),
  });
}
/** 导入奖励金申报财政/平台拨付总额 POST /api/ParkBountyApply/ImportParkBountyAppalyAmount */
@@ -844,6 +922,66 @@
  options?: API.RequestConfig
) {
  return request<number>('/api/ParkBountyApply/OutcheckParkBountyApply', {
    method: 'POST',
    headers: {
      'Content-Type': 'application/json',
    },
    data: body,
    ...(options || {}),
  });
}
/** 政务端-材料审核-外部审核撤回 POST /api/ParkBountyApply/OutcheckParkBountyApplyRedoed */
export async function outcheckParkBountyApplyRedoed(
  body: API.OutcheckParkBountyApplyRedoedInput,
  options?: API.RequestConfig
) {
  return request<number>('/api/ParkBountyApply/OutcheckParkBountyApplyRedoed', {
    method: 'POST',
    headers: {
      'Content-Type': 'application/json',
    },
    data: body,
    ...(options || {}),
  });
}
/** 外部审核撤回-复审撤回 POST /api/ParkBountyApply/OutcheckParkBountyApplyReRedoed */
export async function outcheckParkBountyApplyReRedoed(
  body: API.OutcheckParkBountyApplyRedoedInput,
  options?: API.RequestConfig
) {
  return request<number>('/api/ParkBountyApply/OutcheckParkBountyApplyReRedoed', {
    method: 'POST',
    headers: {
      'Content-Type': 'application/json',
    },
    data: body,
    ...(options || {}),
  });
}
/** 外部审核重新提交 POST /api/ParkBountyApply/OutcheckParkBountyApplyResubmit */
export async function outcheckParkBountyApplyResubmit(
  body: API.OutcheckParkBountyApplyResubmitInput,
  options?: API.RequestConfig
) {
  return request<number>('/api/ParkBountyApply/OutcheckParkBountyApplyResubmit', {
    method: 'POST',
    headers: {
      'Content-Type': 'application/json',
    },
    data: body,
    ...(options || {}),
  });
}
/** 政务端-材料审核-外部复审核 POST /api/ParkBountyApply/OutReCheckParkBountyApply */
export async function outReCheckParkBountyApply(
  body: API.OutReCheckParkBountyApplyInput,
  options?: API.RequestConfig
) {
  return request<number>('/api/ParkBountyApply/OutReCheckParkBountyApply', {
    method: 'POST',
    headers: {
      'Content-Type': 'application/json',
@@ -1116,6 +1254,21 @@
  });
}
/** 同步奖励金-企业自身出账-审批 POST /api/ParkBountyApply/SyncAuditParkBountyApplyTradeBySelf */
export async function syncAuditParkBountyApplyTradeBySelf(
  body: API.SyncAuditParkBountyApplyTradeBySelfInput,
  options?: API.RequestConfig
) {
  return request<number>('/api/ParkBountyApply/SyncAuditParkBountyApplyTradeBySelf', {
    method: 'POST',
    headers: {
      'Content-Type': 'application/json',
    },
    data: body,
    ...(options || {}),
  });
}
/** 同步奖励金出账信息 POST /api/ParkBountyApply/SyncParkBountyApplyTrade */
export async function syncParkBountyApplyTrade(
  body: API.CreateParkBountyTradeInput,
@@ -1134,6 +1287,69 @@
  );
}
/** 同步更新消费记录里的保单文件 POST /api/ParkBountyApply/SyncUpdateParkBountyApplyTradeInsuranceBillFile */
export async function syncUpdateParkBountyApplyTradeInsuranceBillFile(
  body: API.UpdateParkBountyApplyTradeInsuranceBillFile,
  options?: API.RequestConfig
) {
  return request<number>('/api/ParkBountyApply/SyncUpdateParkBountyApplyTradeInsuranceBillFile', {
    method: 'POST',
    headers: {
      'Content-Type': 'application/json',
    },
    data: body,
    ...(options || {}),
  });
}
/** 材料审核-更新详情 POST /api/ParkBountyApply/UpdateOutCheckParkBountyApplyDetailBaseInfo */
export async function updateOutCheckParkBountyApplyDetailBaseInfo(
  body: API.UpdateParkBountyApplyInfoInput,
  options?: API.RequestConfig
) {
  return request<number>('/api/ParkBountyApply/UpdateOutCheckParkBountyApplyDetailBaseInfo', {
    method: 'POST',
    headers: {
      'Content-Type': 'application/json',
    },
    data: body,
    ...(options || {}),
  });
}
/** 更新企业自主申报 POST /api/ParkBountyApply/UpdateParkBountyApplyByEnterprise */
export async function updateParkBountyApplyByEnterprise(
  body: API.UpdateParkBountyApplyByEnterpriseInput,
  options?: API.RequestConfig
) {
  return request<string>('/api/ParkBountyApply/UpdateParkBountyApplyByEnterprise', {
    method: 'POST',
    headers: {
      'Content-Type': 'application/json',
    },
    data: body,
    ...(options || {}),
  });
}
/** 上传企业补充材料 POST /api/ParkBountyApply/UploadParkBountyApplyCompanyExtraFile */
export async function uploadParkBountyApplyCompanyExtraFile(
  body: API.UploadParkApplyCustomerFilesInput,
  options?: API.RequestConfig
) {
  return request<API.UploadParkBountyApplyCompanyFileOutput>(
    '/api/ParkBountyApply/UploadParkBountyApplyCompanyExtraFile',
    {
      method: 'POST',
      headers: {
        'Content-Type': 'application/json',
      },
      data: body,
      ...(options || {}),
    }
  );
}
/** 上传企业材料 POST /api/ParkBountyApply/UploadParkBountyApplyCompanyFile */
export async function uploadParkBountyApplyCompanyFile(
  body: API.UploadParkBountyApplyCompanyFileInput,