浏览代码

接口地址更改

gcz 1 年之前
父节点
当前提交
f7aa91ffef
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/api/statisticalReport/statistics.js

+ 1 - 1
src/api/statisticalReport/statistics.js

@@ -30,7 +30,7 @@ export const channelOrderCount = (query) => {
 // 渠道订单销售统计导出
 export function downChannelOrderListXls(params) {
   return request({
-    url: '/order/financeReport/channelSaleOrderCount',
+    url: '/order/financeReport/exportChannelSaleOrderCount',
     method: 'get',
     responseType: 'blob',
     params