XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet
公开
关注 0 Fork 0 Star 0
返回提交历史

XFEstudio/bilibili-API-collect

feat(relation): add the `order` followings option (#915)

eb2e61e
行旅途 <xliilQwQ@outlook.com>
提交于

代码差异

1 个文件 +1 -0
Modified docs/user/relation.md +1 -0
@@ -325,6 +325,7 @@ curl -G 'https://api.bilibili.com/x/relation/followings' \
325 325 | 参数名 | 类型 | 内容 | 必要性 | 备注 |
326 326 | ------ | ---- | ------------ | ------ | ----------------------------- |
327 327 | vmid | num | 目标用户 mid | 必要 | |
328 | order | str | 排序方式 | 非必要 | 按照降序排列:desc<br />按照升序排列:asc<br />默认降序排列 |
328 329 | ps | num | 每页项数 | 非必要 | 默认为 50 |
329 330 | pn | num | 页码 | 非必要 | 默认为 1<br />仅可查看前 5 页 |
330 331