feat: 订单列表接口对接
This commit is contained in:
12
request/api/OrderApi.js
Normal file
12
request/api/OrderApi.js
Normal file
@@ -0,0 +1,12 @@
|
||||
import request from "../base/request";
|
||||
// 获取用户订单列表
|
||||
const userOrderList = (args) => {
|
||||
return request.post('/hotelBiz/order/userOrderList', args);
|
||||
}
|
||||
|
||||
// 获取用户订单列表
|
||||
const userWorkOrderList = (args) => {
|
||||
return request.post('/hotelBiz/workOrder/userWorkOrderList', args);
|
||||
}
|
||||
|
||||
export { userOrderList, userWorkOrderList }
|
||||
Reference in New Issue
Block a user