文档
测试

歌单列表

POST
/api/playlistv3/list

请求参数

参数名
类型
描述
必填
page
int
第几页,1开始
必填
pageSize
int
页大小,默认10
必填

响应参数

参数名
类型
描述
必填
list
array
数据列表
必填
_id
string
歌单id
必填
name
string
歌单名字
必填
cover
string
歌单封面图,保存在/musicCover目录
必填
musicCount
int
歌曲数量
必填
favoriteCount
int
收藏数量
必填
commentCount
int
评论数量
必填