占桩订单

This commit is contained in:
BOOL\25024
2023-09-09 15:16:22 +08:00
parent 1726ecb480
commit 594a56e03f
4 changed files with 303 additions and 378 deletions

View File

@@ -42,3 +42,12 @@ export function delOccupy(id) {
method: 'delete'
})
}
// 无需支付
export function noNeedPay(data) {
return request({
url: '/pile/occupy/updateOrderAmount',
method: 'post',
data: data
})
}