heyujie
2022-06-10 804ab2e49387697c25eda983e7ece3b92bcff56e
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
})