getFriendListByUserId
Fetch a user's friend list on the Shendao platform by user ID. Provide user ID, offset, and limit to paginate results, with a maximum of 100 entries per request.
Instructions
使用用户ID获取神岛平台好友列表
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | Yes | 查询数量,最多100条 | |
| offset | Yes | 偏移量 | |
| userId | Yes | 用户ID |