Call via POST http://127.0.0.1:3000/get_profile_like (JSON params as the body) or WebSocket.
| Param | Type | Required | Default | Description |
|---|---|---|---|---|
user_id |
int | – | 0 |
|
start |
int | – | 0 |
|
count |
int | – | 10 |
点赞资料:uid、最近点赞时间、收藏(favoriteInfo)与点赞(voteInfo)统计。
Every response is wrapped in the standard envelope: { "status": "ok", "retcode": 0, "data": ... }. The table below describes data.
| Field | Type | Required | Description |
|---|---|---|---|
uid |
string | ✓ | 用户 uid |
time |
integer | ✓ | 最近点赞时间戳 |
favoriteInfo |
object | ✓ | 收藏统计 |
voteInfo |
object | ✓ | 点赞统计 |
MCP-capable clients can discover and call this action directly — no hand-written HTTP. See MCP.