mirror of
https://gitlab.com/Binaryify/neteasecloudmusicapi.git
synced 2025-07-03 06:42:09 +08:00
improve document
This commit is contained in:
parent
24476792f1
commit
1c8fcb863f
@ -189,7 +189,7 @@ $ set PORT=4000 && node app.js
|
||||
**必选参数:**
|
||||
`uid` : 用户 id
|
||||
|
||||
**可选参数:**
|
||||
**可选参数:**
|
||||
`limit` : 返回数量,默认为30
|
||||
`offset` : 偏移数量,用于分页,如: 如:(页数-1)*30, 其中 30 为 limit 的值,默认为0
|
||||
|
||||
@ -205,7 +205,7 @@ $ set PORT=4000 && node app.js
|
||||
**必选参数:**
|
||||
`uid` : 用户 id
|
||||
|
||||
**可选参数:**
|
||||
**可选参数:**
|
||||
`limit` : 返回数量,默认为30
|
||||
`offset` : 偏移数量,用于分页,如: 如:(页数-1)*30, 其中 30 为 limit 的值,默认为0
|
||||
|
||||
@ -544,6 +544,7 @@ $ set PORT=4000 && node app.js
|
||||
`limit`: 取出数量,默认为50
|
||||
|
||||
`offset`: 偏移数量,用于分页,如:(页数-1)*50, 其中 50 为 limit 的值,默认为0
|
||||
|
||||
**接口地址:**
|
||||
`/artist/album`
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user