comment_qzone

comment_qzone写操作空间
评论一条说说(QQ 空间,支持纯文字或带图;传 images 自动上传)

Call via POST http://127.0.0.1:3000/comment_qzone (JSON params as the body) or WebSocket.

Parameters

Param Type Required Default Description
tid string 说说 tid
content string 评论内容
target_uin uint 说说所属 QQ 号,省略则为机器人自己
images string[] 图片数组(可选),支持 file:// http:// base64://;自动上传

Returns (data)

Returns the standard OneBot envelope; the data shape is not yet documented.

Examples

curl
Python
JavaScript
Go
SnowLuma SDK
curl -X POST http://127.0.0.1:3000/comment_qzone \
  -H 'Content-Type: application/json' \
  -H 'Authorization: Bearer <access-token>' \
  -d '{"tid":"","content":"","target_uin":0,"images":[]}'
Using an AI assistant?

MCP-capable clients can discover and call this action directly — no hand-written HTTP. See MCP.