From e921f14f600ed33bb24c921968a048a0b39e882c Mon Sep 17 00:00:00 2001 From: zhangzengfei <zhangzengfei@smartai.com> Date: 星期三, 24 十一月 2021 19:05:27 +0800 Subject: [PATCH] 恢复测试前的代码 --- src/api/shuohuang.ts | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/src/api/shuohuang.ts b/src/api/shuohuang.ts index df3a4f3..9f76c70 100644 --- a/src/api/shuohuang.ts +++ b/src/api/shuohuang.ts @@ -202,4 +202,10 @@ url: '/data/api-c/user/downloadExcel', method: 'get', responseType: "blob" -}) \ No newline at end of file +}) + +export const getHiddenEventStatistics = (query: any) => request({ + url: '/data/api-c/index/getHiddenEventStatistics', + method: 'get', + params: query +}) -- Gitblit v1.8.0