mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-06 02:50:13 +08:00
占桩订单
This commit is contained in:
@@ -42,3 +42,12 @@ export function delOccupy(id) {
|
||||
method: 'delete'
|
||||
})
|
||||
}
|
||||
|
||||
// 无需支付
|
||||
export function noNeedPay(data) {
|
||||
return request({
|
||||
url: '/pile/occupy/updateOrderAmount',
|
||||
method: 'post',
|
||||
data: data
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user