ZZJ
2022-07-15 a3f357e8a60443b74b64c7479113c68eb35ce1f5
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
})