Feat(订单):新增再买一单功能
This commit is contained in:
@@ -160,4 +160,13 @@ export function orderVerific(verifyCode, isConfirm) {
|
||||
// 延迟收货
|
||||
export function orderDelay(uni) {
|
||||
return request.post("/order/extendedDelivery", {uni})
|
||||
}
|
||||
|
||||
/**
|
||||
* 再买一单
|
||||
* @param {*} params
|
||||
* @returns
|
||||
*/
|
||||
export function aginConfirm(params) {
|
||||
return request.post('/order/buyAgainConfirm', params)
|
||||
}
|
||||
Reference in New Issue
Block a user