增加退款退菜功能
This commit is contained in:
@@ -439,3 +439,14 @@ export function $getOrderPayUrl(data) {
|
||||
}
|
||||
});
|
||||
}
|
||||
//退款
|
||||
export function $returnOrder(data) {
|
||||
return request({
|
||||
url: '/api/place/returnOrder',
|
||||
method: "post",
|
||||
data:{
|
||||
shopId: localStorage.getItem("shopId"),
|
||||
...data
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user