peng
3 天以前 6496b3f36d38f3196c4e41d0b9c329de646a2415
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
  })
}