完成订单

This commit is contained in:
魏啾
2024-03-05 09:42:39 +08:00
parent 0fa0d56558
commit b42588ca1c
3 changed files with 235 additions and 21 deletions

View File

@@ -24,4 +24,16 @@ export function orderorderDetail(params) {
params
});
}
/**
* 退单
* @param {*} params
* @returns
*/
export function payreturnOrder(data) {
return request({
method: "post",
url: "pay/returnOrder",
data
});
}