Merge pull request #827 from omnip620/master

docs: correct limit description
This commit is contained in:
binaryify 2020-06-21 15:53:26 +08:00 committed by GitHub
commit 0ec6716a4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -931,7 +931,7 @@ tags: 歌单标签
`cat`:`cat`: tag, 比如 " 华语 "、" 古风 " 、" 欧美 "、" 流行 ", 默认为
"全部",可从歌单分类接口获取(/playlist/catlist)
`limit`: 取出评论数量 , 默认为 50
`limit`: 取出歌单数量 , 默认为 50
`offset`: 偏移数量 , 用于分页 , 如 :( 评论页数 -1)\*50, 其中 50 为 limit 的值