- 申请退货

- 和物流
This commit is contained in:
sin
2019-04-27 16:31:07 +08:00
parent 983f00ab40
commit 6e92e7162c
6 changed files with 99 additions and 42 deletions

View File

@@ -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,
},
});
}
// 退货信息