Update space.md (#564)

### 查询用户投稿相簿明细

默认页码为0,每项页数为30,page_size为必要
This commit is contained in:
zouzanyan 2022-12-31 18:38:37 +08:00 committed by GitHub
parent befb9d3bd4
commit 4a9cccbe80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3025,8 +3025,8 @@ curl -G 'http://api.bilibili.com/x/space/album/index' \
| 参数名 | 类型 | 内容 | 必要性 | 备注 |
|-----------|-----|---------|-----|-------------------------------------------------------------|
| uid | num | 目标用户mid | 必要 | |
| page_num | num | 页码 | 非必要 | 默认为1 |
| page_size | num | 每页项数 | 非必要 | 默认为20 |
| page_num | num | 页码 | 非必要 | 默认为0 |
| page_size | num | 每页项数 | 必要 | 默认为30 |
| biz | str | 查询类型 | 非必要 | 全部all<br />绘画draw<br />摄影photo<br />日常daily<br />默认为all |
**json回复**