|
@@ -102,7 +102,7 @@ export const exportShelfActiveUser = params => {
|
|
// 活跃用户-统计
|
|
// 活跃用户-统计
|
|
export const statistics = params => {
|
|
export const statistics = params => {
|
|
return axios({
|
|
return axios({
|
|
- url: `/report/shelf/useUser/statistics`,
|
|
|
|
|
|
+ url: `/report/shelf/activeUser/statistics`,
|
|
data: params,
|
|
data: params,
|
|
method: 'post'
|
|
method: 'post'
|
|
})
|
|
})
|