fix:修复bug

This commit is contained in:
2026-02-28 16:38:53 +08:00
parent 3462a24d1e
commit 069677957e
11 changed files with 241 additions and 14 deletions
+7
View File
@@ -221,3 +221,10 @@ export const cancelProductOrder = (OutOrderNo) => {
})
}
// 解决丢包风扇未弹出,尝试重新弹出风扇
export const deviceRentByOrderNo = (orderNo)=>{
return request({
url:`/app/order/tryRent/${orderNo}`,
method:'post'
})
}