From b5e2e236828b7fbc0e8f2bdbf66651ad8907e3b1 Mon Sep 17 00:00:00 2001 From: heyujie <516346543@qq.com> Date: 星期三, 21 七月 2021 16:40:17 +0800 Subject: [PATCH] all --- 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