Browse Source

接口地址更改

gcz 1 year ago
parent
commit
f7aa91ffef
1 changed files with 1 additions and 1 deletions
  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) {
 export function downChannelOrderListXls(params) {
   return request({
   return request({
-    url: '/order/financeReport/channelSaleOrderCount',
+    url: '/order/financeReport/exportChannelSaleOrderCount',
     method: 'get',
     method: 'get',
     responseType: 'blob',
     responseType: 'blob',
     params
     params