From 8512f4ae542325e15058c9fabb019db6ef1000ef Mon Sep 17 00:00:00 2001
From: zhangzengfei <zhangzengfei@smartai.com>
Date: 星期五, 17 九月 2021 15:13:33 +0800
Subject: [PATCH] 添加i18n国际化
---
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