feat:文本替换充电宝=>风扇

This commit is contained in:
2025-07-05 11:24:20 +08:00
parent f8c119d489
commit 3d69baf72d
5 changed files with 17 additions and 17 deletions
+2 -2
View File
@@ -115,9 +115,9 @@ export const rentPowerBank = (deviceNo, phone) => {
})
}
//确认支付并弹出充电宝
//确认支付并弹出风扇
export const confirmPaymentAndRent = (orderId) => {
console.log(`确认支付并弹出充电宝, orderId: ${orderId}`)
console.log(`确认支付并弹出风扇, orderId: ${orderId}`)
return request({
url: `/app/device/confirmPaymentAndRent?orderId=${orderId}`,
method: 'post'