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