zxl
4 天以前 34ea590be2243944415132fbd42e797d735a208e
manager/src/api/orderStatistics.jsx
@@ -7,3 +7,25 @@
    params: param
  })
}
export const getOrderCount = (param) =>{
  return service({
    url:"/lmk/statistics/orderCount",
    method: "GET",
    params: param
  })
}
export const getViewAndCompletionRateCount = (param) =>{
  return service({
    url:"/lmk/statistics/viewAndCompletionRateCount",
    method: "GET",
    params: param
  })
}
export const getOrderTimePeriod = (param) =>{
  return service({
    url:"/lmk/statistics/orderTimePeriod",
    method: "GET",
    params: param
  })
}