Call via POST http://127.0.0.1:3000/get_qzone_msg_list (JSON params as the body) or WebSocket.
| Param | Type | Required | Default | Description |
|---|---|---|---|---|
target_uin |
uint | – | 目标 QQ 号,省略则取机器人自己 | |
pos |
int | – | 0 |
起始偏移 |
num |
int | – | 20 |
本页数量 |
说说列表对象,含说说总数与本页说说数组。
Every response is wrapped in the standard envelope: { "status": "ok", "retcode": 0, "data": ... }. The table below describes data.
| Field | Type | Required | Description |
|---|---|---|---|
total |
integer | ✓ | 账号说说总数(非本页数量) |
msglist |
object[] | ✓ | 本页说说数组 |
MCP-capable clients can discover and call this action directly — no hand-written HTTP. See MCP.