Skip to content

health

查看服务器的运行状态

接口URL

/public/health

请求方式

GET

响应示例

成功

json
{
  "code": 0,
  "message": "成功",
  "data": {
    "online_clients": 1,
    "online_groups": 1,
    "online_uids": 1,
    "rpc_waiting": 0,
    "start_time": "2025-09-16T22:20:32.389529378+08:00",
    "uptime": "17h47m43.500272114s"
  }
}