Call via POST http://127.0.0.1:3000/get_qzone_feeds (JSON params as the body) or WebSocket.
| Param | Type | Required | Default | Description |
|---|---|---|---|---|
page_num |
int | – | 1 |
页码(1 起;仅首页可靠) |
count |
int | – | 10 |
本页数量 |
好友动态对象,含本页 feed 数组与是否有更多页。
Every response is wrapped in the standard envelope: { "status": "ok", "retcode": 0, "data": ... }. The table below describes data.
| Field | Type | Required | Description |
|---|---|---|---|
feeds |
object[] | ✓ | 本页好友动态数组 |
has_more |
boolean | ✓ | 服务端是否报告本页之后还有更多页 |
MCP-capable clients can discover and call this action directly — no hand-written HTTP. See MCP.