ZZJ
2021-10-19 4300eb5bb013a0bbb970c46c8414f647b6d511c0
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
})