Call via POST http://127.0.0.1:3000/send_qzone_msg (JSON params as the body) or WebSocket.
| 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 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.