getMapCommentListByUserId
Fetch a paginated list of comments for a specific map or model on the Shendao platform by supplying its content ID, with options for limit, offset, and sorting by creation time or popularity.
Instructions
使用地图ID获取神岛平台地图评论列表
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | Yes | 查询数量,最多100条 | |
| offset | Yes | 偏移量 | |
| orderBy | Yes | 排序方式,1创建时间倒序;4热度(默认) | |
| contentId | Yes | 地图ID | |
| contentType | Yes | 评论分类,1地图,2模型 |