feat: 订单详情接口对接

This commit is contained in:
duanshuwen
2025-07-30 20:55:26 +08:00
parent 6831004189
commit b527e6d206
12 changed files with 1628 additions and 37 deletions

View File

@@ -9,4 +9,11 @@ const userWorkOrderList = (args) => {
return request.post('/hotelBiz/workOrder/userWorkOrderList', args);
}
export { userOrderList, userWorkOrderList }
// 获取订单详情
const userOrderDetail = (args) => {
return request.post('/hotelBiz/order/userOrderDetail', args);
}
export { userOrderList, userWorkOrderList, userOrderDetail }