mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 19:15:35 +08:00
重试订单退款
This commit is contained in:
@@ -68,3 +68,12 @@ export function getMerchantOrderList(data) {
|
||||
data: data
|
||||
})
|
||||
}
|
||||
|
||||
// 试订单退款接口
|
||||
export function retryRefundOrder(data) {
|
||||
return request({
|
||||
url: '/order/retryRefundOrder',
|
||||
method: 'post',
|
||||
data: data
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user