send_qzone_msg

send_qzone_msg写操作空间
发表说说(QQ 空间,支持纯文字或带图;传 images 自动上传;可设置查看权限)

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

Parameters

Param Type Required Default Description
content string 说说正文
images string[] 图片数组(可选),支持 file:// http:// base64://;自动上传
ugc_right int 1 查看权限:1=所有人可见,4=好友可见,16=部分好友可见,64=仅自己可见,128=部分好友不可见
target_uins uint[] 权限作用 QQ 号数组;ugc_right=16 时表示可见名单,128 时表示不可见名单

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/send_qzone_msg \
  -H 'Content-Type: application/json' \
  -H 'Authorization: Bearer <access-token>' \
  -d '{"content":"","images":[],"ugc_right":1,"target_uins":[]}'
Using an AI assistant?

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