管理指南OPEN APIBE HTTP APIBE 探活本页总览BE 探活Request GET /api/health Description 给监控服务提供的探活接口,请求能响应代表 BE 状态正常。 Query parameters 无 Request body 无 Response ```json{"status": "OK","msg": ""}``` Examples ```shellcurl http://127.0.0.1:8040/api/health```