Call via POST http://127.0.0.1:3000/comment_qzone (JSON params as the body) or WebSocket.
| Param | Type | Required | Default | Description |
|---|---|---|---|---|
tid |
string | ✓ | 说说 tid | |
content |
string | ✓ | 评论内容 | |
target_uin |
uint | – | 说说所属 QQ 号,省略则为机器人自己 | |
images |
string[] | – | 图片数组(可选),支持 file:// http:// base64://;自动上传 |
Returns the standard OneBot envelope; the data shape is not yet documented.
MCP-capable clients can discover and call this action directly — no hand-written HTTP. See MCP.