态势感知平台-态势感知接口api定义文件

This commit is contained in:
fmk1023
2026-01-22 11:37:20 +08:00
parent b2a702324a
commit 944fb16bf4

View File

@@ -19,3 +19,12 @@ export function releasePage(data): Promise<any> {
data
});
}
// 全球开源风险态势感知监控中心-统计概览
export function overviewDataPage1(data): Promise<any> {
return request({
url: `/api/v1/page1/overviewData`,
method: 'get',
data
});
}