mirror of
https://github.com/SocialSisterYi/bilibili-API-collect.git
synced 2025-01-14 13:50:06 +08:00
Update pagesize to page_size (#829)
This commit is contained in:
parent
4dac6cc2d0
commit
c08c2c1584
@ -41,7 +41,7 @@
|
|||||||
| ---------------- | ----- | ---------------- | ---------------- |
|
| ---------------- | ----- | ---------------- | ---------------- |
|
||||||
| seid | str | 搜索id | |
|
| seid | str | 搜索id | |
|
||||||
| page | num | 页数 | 固定为1 |
|
| page | num | 页数 | 固定为1 |
|
||||||
| pagesize | num | 每页条数 | 固定为20 |
|
| page_size | num | 每页条数 | 固定为20 |
|
||||||
| numResults | num | 总条数 | 最大值为1000 |
|
| numResults | num | 总条数 | 最大值为1000 |
|
||||||
| numPages | num | 分页数 | 最大值为50 |
|
| numPages | num | 分页数 | 最大值为50 |
|
||||||
| suggest_keyword | str | 空 | **作用尚不明确** |
|
| suggest_keyword | str | 空 | **作用尚不明确** |
|
||||||
|
Loading…
Reference in New Issue
Block a user