fix(goods): 移除下载结算单接口URL中的多余斜杠

This commit is contained in:
pikachu1995@126.com
2025-12-09 16:44:18 +08:00
parent c5fecda212
commit 8a0f5ff120

View File

@@ -371,7 +371,7 @@ export const refundPriceStatistics = params => {
//下载结算单 //下载结算单
export const downLoadGoods = () => { export const downLoadGoods = () => {
return getRequest(`/goods/import/downLoad/`, {}, 'blob') return getRequest(`/goods/import/downLoad`, {}, 'blob')
} }
// 上传待发货的订单列表 // 上传待发货的订单列表