Call via POST http://127.0.0.1:3000/get_status (JSON params as the body) or WebSocket.
This action takes no parameters.
运行状态。online 表示账号在线;good 表示已确认的收发链路健康状态。
Every response is wrapped in the standard envelope: { "status": "ok", "retcode": 0, "data": ... }. The table below describes data.
| Field | Type | Required | Description |
|---|---|---|---|
online |
boolean | ✓ | 是否在线 |
good |
boolean | ✓ | 收发链路健康状态;确认接收停滞或主动请求连接失效时为 false |
MCP-capable clients can discover and call this action directly — no hand-written HTTP. See MCP.