新增功能
This commit is contained in:
@@ -5,6 +5,11 @@ export function orderLists(params: any) {
|
||||
return request.get({ url: '/order.order/lists', params })
|
||||
}
|
||||
|
||||
// 订单统计(0退款,1挂号费,2问诊费,3药品费用,4首付,5尾款,6其他)
|
||||
export function orderStats(params?: { order_type?: number; days?: number }) {
|
||||
return request.get({ url: '/order.order/orderStats', params })
|
||||
}
|
||||
|
||||
// 订单详情
|
||||
export function orderDetail(params: any) {
|
||||
return request.post({ url: '/order.order/detail', params })
|
||||
|
||||
Reference in New Issue
Block a user