mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-17 00:15:53 +08:00
fix(goods): 移除下载结算单接口URL中的多余斜杠
This commit is contained in:
@@ -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')
|
||||||
}
|
}
|
||||||
|
|
||||||
// 上传待发货的订单列表
|
// 上传待发货的订单列表
|
||||||
|
|||||||
Reference in New Issue
Block a user