Call via POST http://127.0.0.1:3000/set_qzone_msg_right (JSON params as the body) or WebSocket.
| Param | Type | Required | Default | Description |
|---|---|---|---|---|
tid |
string | ✓ | 说说 tid(来自 get_qzone_msg_list / send_qzone_msg) | |
ugc_right |
int | ✓ | 查看权限:1=所有人可见,4=好友可见,16=部分好友可见,64=仅自己可见,128=部分好友不可见 | |
target_uins |
uint[] | – | 权限作用 QQ 号数组;ugc_right=16 时表示可见名单,128 时表示不可见名单 |
更新后的权限对象。
Every response is wrapped in the standard envelope: { "status": "ok", "retcode": 0, "data": ... }. The table below describes data.
| Field | Type | Required | Description |
|---|---|---|---|
ugc_right |
integer | ✓ | 更新后的查看权限 |
MCP-capable clients can discover and call this action directly — no hand-written HTTP. See MCP.