getCommentList
Fetch a paginated list of user comments from the Shendao platform, using authentication token and user agent for access.
Instructions
获取神岛平台用户的评论列表,需要Token和用户请求头
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | Yes | 限制数量 | |
| token | Yes | 认证Token | |
| offset | Yes | 偏移量 | |
| userAgent | Yes | 用户请求头 |