heyujie
2021-10-11 ae2d855c89ca722ac7309fdf1aa6ceed370e3b95
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
})