退货详情
This commit is contained in:
@@ -149,7 +149,7 @@ export function getLogisticsInfo(params) {
|
||||
export function getOrderReturnReason() {
|
||||
return request({
|
||||
url: '/order-api/users/order_return/reason',
|
||||
method: 'get',
|
||||
method: 'GET',
|
||||
});
|
||||
}
|
||||
|
||||
@@ -165,3 +165,13 @@ export function orderReturnApply(params) {
|
||||
},
|
||||
});
|
||||
}
|
||||
|
||||
export function getOrderReturnInfo(orderId) {
|
||||
return request({
|
||||
url: '/order-api/users/order_return/info',
|
||||
method: 'GET',
|
||||
params: {
|
||||
orderId,
|
||||
},
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user