[~] 修改查询黑名单明细中的每页项数的备注

This commit is contained in:
轩某Rikka 2024-10-19 13:57:26 +08:00 committed by GitHub
parent 41d73f1a20
commit 9d81e0f716
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1151,7 +1151,7 @@ curl -G 'https://api.bilibili.com/x/relation/friends' \
| 参数名 | 类型 | 内容 | 必要性 | 备注 |
| ---------- | ---- | -------------- | ------------ | --------- |
| access_key | str | APP 登录 Token | APP 方式必要 | |
| ps | num | 每页项数 | 非必要 | 默认为 50 |
| ps | num | 每页项数 | 非必要 | 默认为 50且最多为50 |
| pn | num | 页码 | 非必要 | 默认为 1 |
**json回复**