getFavoriteListByUserId
Fetch a user's favorite maps or models by user ID and content type, with pagination support.
Instructions
使用用户ID获取神岛平台收藏列表
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | Yes | 查询数量,最多100条 | |
| offset | Yes | 偏移量 | |
| userId | Yes | 用户ID | |
| contentType | Yes | 收藏内容类型,1地图,2模型 |