getLikeList
Retrieve a user's liked posts from Shendao platform by supplying token and user agent. Use offset and limit to paginate through the like list.
Instructions
获取神岛平台用户的点赞列表,需要Token和用户请求头
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | Yes | 限制数量 | |
| token | Yes | 认证Token | |
| offset | Yes | 偏移量 | |
| userAgent | Yes | 用户请求头 |