improve document

This commit is contained in:
binaryify 2017-04-29 22:04:06 +08:00
parent 24476792f1
commit 1c8fcb863f

View File

@ -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`