docs/garb/lottery.md: 补充三个与装扮和收藏集相关的重要接口 #1171
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
(1) 接口1:https://api.bilibili.com/x/garb/v2/mall/suit/detail
用于获取指定个性装扮的信息,只需要填写item_id参数即可查询。
(2) 接口2:https://api.bilibili.com/x/garb/v2/mall/partition/item/list
用于获取“个性装扮”商城中“装扮”部分的列表,可配合 「接口1」 以获取所有装扮的内容。
(3) 接口3:https://api.bilibili.com/x/vas/dlc_act/act/list
用于获取“个性装扮”商城中“收藏集”部分的列表,可配合已有接口 「收藏集信息API」 以获取所有收藏集的内容。
说明1:可以通过配合使用这些接口,来批量下载装扮或者收藏集中的相关图片至本地,以用作收藏。
说明2:以上接口的具体url参数及其说明已在补充的文档中写出。
说明3:之前出现过一些误提交,关闭并重新打开过PR,以现在这个最新的为准。