- 申请退货
- 和物流
This commit is contained in:
@@ -133,9 +133,9 @@ export function getCartCalcSkuPrice(skuId) {
|
||||
|
||||
// 物流信息
|
||||
|
||||
export function getLogisticsInfo(params) {
|
||||
export function getOrderLogisticsInfo(params) {
|
||||
return request({
|
||||
url: '/order-api/users/order_logistics/logistics_info',
|
||||
url: '/order-api/users/order_logistics/info_order',
|
||||
method: 'get',
|
||||
params: {
|
||||
...params,
|
||||
@@ -143,6 +143,16 @@ export function getLogisticsInfo(params) {
|
||||
});
|
||||
}
|
||||
|
||||
export function getLogisticsInfo(logisticsId) {
|
||||
return request({
|
||||
url: '/order-api/users/order_logistics/info',
|
||||
method: 'GET',
|
||||
params: {
|
||||
logisticsId,
|
||||
},
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
// 退货信息
|
||||
|
||||
|
||||
Reference in New Issue
Block a user