mirror of
https://github.com/NeteaseCloudMusicApiEnhanced/api-enhanced.git
synced 2025-10-23 07:33:10 +00:00
修复文档描述错误 fix #1544
This commit is contained in:
parent
7faff01f5b
commit
1591d0df6f
@ -2213,14 +2213,14 @@ pc: 云盘歌曲信息,如果不存在该字段,则为非云盘歌曲
|
|||||||
|
|
||||||
**必选参数 :** `id`: 歌手 id
|
**必选参数 :** `id`: 歌手 id
|
||||||
|
|
||||||
**可选参数 :** `limit`: 取出数量 , 默认为 50
|
**可选参数 :** `limit`: 取出数量 , 默认为 30
|
||||||
|
|
||||||
`offset`: 偏移数量 , 用于分页 , 如 :( 页数 -1)\*50, 其中 50 为 limit 的值 , 默认
|
`offset`: 偏移数量 , 用于分页 , 如 :( 页数 -1)\*30, 其中 30 为 limit 的值 , 默认
|
||||||
为 0
|
为 0
|
||||||
|
|
||||||
**接口地址 :** `/artist/album`
|
**接口地址 :** `/artist/album`
|
||||||
|
|
||||||
**调用例子 :** `/artist/album?id=6452&limit=30` ( 周杰伦 )
|
**调用例子 :** `/artist/album?id=6452&limit=5` ( 周杰伦 )
|
||||||
|
|
||||||
返回数据如下图 :
|
返回数据如下图 :
|
||||||

|

|
||||||
|
Loading…
x
Reference in New Issue
Block a user