feat: 代客下单更新
This commit is contained in:
@@ -16,6 +16,14 @@ const OrderApi = {
|
||||
data
|
||||
});
|
||||
},
|
||||
//订单详情
|
||||
get(params: any) {
|
||||
return request<any, OrderInfo>({
|
||||
url: `${baseURL}/getOrderById`,
|
||||
method: "get",
|
||||
params
|
||||
});
|
||||
},
|
||||
// 历史订单(多次下单使用)
|
||||
getHistoryList(params: getHistoryListRequest) {
|
||||
return request<any>({
|
||||
|
||||
Reference in New Issue
Block a user