提交 10a0751b 编写于 作者: S SnowingFox

feat(playlist_track_all): 增加offset偏移量设置

上级 775cda8e
......@@ -1326,6 +1326,8 @@ tags: 歌单标签
> 注:关于`offset`,你可以这样理解,假设你当前的歌单有100首歌
>
> 你传入limit=10&offset=0等价于limit=10,你会得到第1-10首歌曲
>
> 你传入limit=10&offset=1,你会得到第11-20首歌曲
>
> 如果你设置limit=10&offset=2,你就会得到第21-30首歌曲
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册