From c3814cbebe25af7788221b03d43834539fb0c8ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=B4=AA=E6=B4=AA?= <2498601771@qq.com> Date: Wed, 23 Aug 2023 14:39:28 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=9F=9F=E5=90=8D=E7=B1=BB=E5=88=AB--?= =?UTF-8?q?=E5=AE=9E=E4=BD=93=E5=9F=BA=E6=95=B0=E7=BB=9F=E8=AE=A1=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=E5=9C=B0=E5=9D=80=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/api.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/api.js b/src/utils/api.js index bdd3f021..c89fb9a1 100644 --- a/src/utils/api.js +++ b/src/utils/api.js @@ -308,7 +308,7 @@ export const api = { aggCity: apiVersion + '/entity/explorer/top/aggCity', // 城市实体基数统计 aggIPIsp: apiVersion + '/entity/explorer/top/agg-ip-isp', // ip-iap实体基数统计 aggPort: apiVersion + '/entity/explorer/top/aggPort', // 端口实体基数统计 - aggDomain: apiVersion + '/entity/explorer/top/aggDomain', // 域名类别实体基数统计 + aggDomain: apiVersion + '/entity/explorer/top/aggDomainCategory', // 域名类别实体基数统计 aggAppCategory: apiVersion + '/entity/explorer/top/aggAppCategory', // app类别实体基数统计 aggTag: apiVersion + '/entity/explorer/top/aggTag', // 标签实体基数统计 domainSecurity: apiVersion + '/entity/explorer/detail/event/security/domain', // domain安全事件详情