BE 探活
Request
GET /api/health
Description
给监控服务提供的探活接口,请求能响应代表 BE 状态正常。
Query parameters
无
Request body
无
Response
```json
{"status": "OK","msg": ""}
```
Examples
```shell
curl http://127.0.0.1:8040/api/health
```
GET /api/health
给监控服务提供的探活接口,请求能响应代表 BE 状态正常。
无
无
```json
{"status": "OK","msg": ""}
```
```shell
curl http://127.0.0.1:8040/api/health
```