feat: 订单详情接口对接
This commit is contained in:
@@ -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 }
|
||||
Reference in New Issue
Block a user