Commit d1ab477a authored by jiaorz's avatar jiaorz

123

parent 069a06c3
......@@ -175,7 +175,7 @@ export function orderDetail(query) {
export function refund(orderNo) {
return fetch({
url: 'api/order/baseOrder/app/unauth/refundDeposit/'+orderNo,
method: 'get'
method: 'post'
});
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment