CN-990 fix: 情报聚合接口对接

This commit is contained in:
chenjinsong
2023-06-02 17:47:54 +08:00
parent dd154e6d85
commit 65487f47f6
6 changed files with 142 additions and 202 deletions

View File

@@ -239,7 +239,8 @@ export const api = {
domainNameResolutionRelatedDomain: 'interface/entity/detail/overview/ip/relatedDomain',
openPort: '',
basicInfo: BASE_CONFIG.apiVersion + '/entity/detail/basic',
tags: BASE_CONFIG.apiVersion + '/entity/detail/kb/intelligence/tag'
tags: BASE_CONFIG.apiVersion + '/entity/detail/kb/intelligence/tag',
informationAggregation: BASE_CONFIG.apiVersion + '/entity/kb/intelligence/list'
}
}