跳到主要内容
跳到主要内容

BE探活

BE探活

Request

GET /api/health

Description

给监控服务提供的探活接口,请求能响应代表BE状态正常。

Query parameters

Request body

Response

```
{"status": "OK","msg": "To Be Added"}
```

Examples

```
curl http://127.0.0.1:8040/api/health
```