Explorar o código

活跃用户统计

chenrui %!s(int64=2) %!d(string=hai) anos
pai
achega
40ea236f9e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/api/report.js

+ 1 - 1
src/api/report.js

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