获取我的关注列表
get_my_followingRetrieve the paginated list of accounts the current user follows. Use has_more and next_page to navigate through additional results.
Instructions
获取当前登录用户关注的人的列表(分页)。需要有效登录态。返回 has_more 和 next_page 用于继续翻页。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 页码,从 1 开始 | |
| count | No | 每页数量,默认 20,最大 100 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | ||
| total | No | ||
| users | Yes | ||
| has_more | Yes | ||
| next_page | No |