This commit is contained in:
Leo
2026-01-05 22:02:21 +08:00
parent 5367eb7834
commit af0000107f
5 changed files with 138 additions and 96 deletions

View File

@@ -6,4 +6,12 @@ export function getServer() {
url: '/monitor/server',
method: 'get'
})
}
// 获取服务健康度检测
export function getHealth() {
return request({
url: '/monitor/server/health',
method: 'get'
})
}