ZZJ
2021-12-07 f79f33c6e02ddcfa72bc35020bf68e465e42bced
src/api/shuohuang.ts
@@ -202,4 +202,10 @@
  url: '/data/api-c/user/downloadExcel',
  method: 'get',
  responseType: "blob"
})
})
export const getHiddenEventStatistics = (query: any) => request({
  url: '/data/api-c/index/getHiddenEventStatistics',
  method: 'get',
  params: query
})