improve document

This commit is contained in:
binaryify 2017-04-29 22:40:55 +08:00
parent 345561af59
commit 737b947238

View File

@ -758,10 +758,10 @@ $ set PORT=4000 && node app.js
`offset`: 偏移数量,用于分页,如:(页数-1)*50, 其中 50 为 limit 的值,默认为0
**接口地址:**
`/new_albums`
`/top/albums`
**调用例子:**
`/new_albums?offset=0&limit=30`
`/top/albums?offset=0&limit=30`
返回数据如下图: