Skip to content

Commit

Permalink
新增 获取收藏夹内容明细列表API 返回json中data对象字段 (#916)
Browse files Browse the repository at this point in the history
新增 获取收藏夹内容明细列表API 返回json中data对象字段:has_more与ttl
  • Loading branch information
mizuhokaga authored Dec 24, 2023
1 parent eb2e61e commit 547f07e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/fav/list.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@
| ------ | ----- | ------------ | ---- |
| info | obj | 收藏夹元数据 | |
| medias | array | 收藏夹内容 | |
| has_more | bool | 收藏夹是否有下一页 | |
| ttl | num | 接口返回时间 | 时间戳 |

`data`中的`info`对象:

Expand Down Expand Up @@ -319,7 +321,8 @@ curl -G 'https://api.bilibili.com/x/v3/fav/resource/list' \
"season": null
}
],
"has_more": true
"has_more": true,
"ttl": 1703349018
}
}
```
Expand Down

0 comments on commit 547f07e

Please sign in to comment.