Ver código fonte

接口地址更改

gcz 1 ano atrás
pai
commit
f7aa91ffef
1 arquivos alterados com 1 adições e 1 exclusões
  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