Browse Source

fix:销售订单导入物流接口下载模板404

caoliqin 2 days ago
parent
commit
bb86b6f578
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/api/hisStore/storeOrder.js

+ 1 - 1
src/api/hisStore/storeOrder.js

@@ -325,7 +325,7 @@ export function orderDimensionStatisticsExport(query) {
 
 export function importDeliveryNoteExpressTemplate() {
   return request({
-    url: '/store/storeOrder/importDeliveryNoteExpressTemplate',
+    url: '/store/store/storeOrder/importDeliveryNoteExpressTemplate',
     method: 'get'
   })
 }