like_qzone

like_qzone写操作空间
给一条说说点赞(QQ 空间)

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

Parameters

Param Type Required Default Description
tid string 说说 tid
target_uin uint 说说所属 QQ 号,省略则为机器人自己
abstime int 0 说说发表时间(unix 秒),传真实值更可靠

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/like_qzone \
  -H 'Content-Type: application/json' \
  -H 'Authorization: Bearer <access-token>' \
  -d '{"tid":"","target_uin":0,"abstime":0}'
Using an AI assistant?

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