diff --git a/docs/user/relation.md b/docs/user/relation.md index a5b66bb..1ed39c9 100644 --- a/docs/user/relation.md +++ b/docs/user/relation.md @@ -1151,7 +1151,7 @@ curl -G 'https://api.bilibili.com/x/relation/friends' \ | 参数名 | 类型 | 内容 | 必要性 | 备注 | | ---------- | ---- | -------------- | ------------ | --------- | | access_key | str | APP 登录 Token | APP 方式必要 | | -| ps | num | 每页项数 | 非必要 | 默认为 50,且最多为50 | +| ps | num | 每页项数 | 非必要 | 默认为 50,且最多为50,大于50则按50输出 | | pn | num | 页码 | 非必要 | 默认为 1 | **json回复:**