mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-19 01:15:53 +08:00
适配api
This commit is contained in:
@@ -310,7 +310,7 @@ export const getGoodsSpecInfoSeller = (category_id) => {
|
||||
|
||||
//批量设置运费模板
|
||||
export const batchShipTemplate = params => {
|
||||
return putRequest(`/goods/freight`, params);
|
||||
return putRequest(`/goods/goods/freight`, params);
|
||||
};
|
||||
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@ export const getShopListData = (params) => {
|
||||
}
|
||||
// 获取结算单分页
|
||||
export const getBillPage = (params) => {
|
||||
return getRequest(`/member/bill/getByPage`, params)
|
||||
return getRequest(`/order/bill/getByPage`, params)
|
||||
}
|
||||
|
||||
// 获取商家结算单流水分页
|
||||
@@ -24,7 +24,7 @@ export const getSellerFlow = (id, params) => {
|
||||
|
||||
// 商家核对结算单
|
||||
export const reconciliation = (id, params) => {
|
||||
return putRequest(`/member/bill/check/${id}/`, params)
|
||||
return putRequest(`/order/bill/check/${id}/`, params)
|
||||
}
|
||||
|
||||
// 获取商家分销订单流水分页
|
||||
@@ -34,7 +34,7 @@ export const getDistributionFlow = (id, params) => {
|
||||
|
||||
// 获取商家结算单详细
|
||||
export const getBillDetail = (id, params) => {
|
||||
return getRequest(`/member/bill/get/${id}`, params)
|
||||
return getRequest(`/order/bill/get/${id}`, params)
|
||||
}
|
||||
|
||||
// 获取所有物流公司
|
||||
|
||||
Reference in New Issue
Block a user