上传设置接口对接

This commit is contained in:
潘晓云
2022-04-02 17:53:59 +08:00
parent be8a1dafb9
commit be0653a6f2
2 changed files with 21 additions and 20 deletions

View File

@ -9,8 +9,8 @@ export class ReportingService extends BaseService {
$api_get_order_reporting_page = `/api/sdc/regulation/list/page`; // 订单上报列表
$api_recall_reporting = ``; // 撤回
$api_async_export_order_reporting_list = ``; // 导出订单上报
$api_get_upload_setting = ``; // 修改上传设置
$api_upload_setting_save = ``; // 修改上传设置
$api_get_upload_setting = `/api/sdc/regulation/getPushConfig`; // 获取上传设置
$api_upload_setting_save = `/api/sdc/regulation/setPushConfig`; // 保存上传设置
$api_get_fund_reporting_page = `/api/fcc/fundUploadHead/list/page`; // 资金上报列表
$api_fund_reporting_upload = `/api/fcc/fundUploadHead/uploadFundNumber`; // 资金批量上传