update 占桩订单优化

This commit is contained in:
Guoqs
2024-07-25 17:22:12 +08:00
parent 64f9797f82
commit ed7c0f5e5c
5 changed files with 69 additions and 2 deletions

View File

@@ -50,4 +50,13 @@ export function noNeedPay(data) {
method: 'post',
data: data
})
}
}
// 重新计算
export function retryCalculateOccupyPileOrderAmount(data) {
return request({
url: '/pile/occupy/retryCalculateOccupyPileOrderAmount',
method: 'post',
data: data
})
}