From 7e4887b8a2ae831ff1079f1535abc4c004355021 Mon Sep 17 00:00:00 2001 From: binaryify Date: Thu, 8 Jun 2017 19:47:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index 27b6287..9a87196 100644 --- a/docs/README.md +++ b/docs/README.md @@ -269,9 +269,9 @@ $ set PORT=4000 && node app.js 说明:调用此接口,可获取精品歌单 **可选参数:** -`limit`: 取出评论数量,默认为20 +`cat`: tag, 比如 "华语"、"古风" 、"欧美"、"流行",默认为"全部" -`offset`: 偏移数量,用于分页,如:(页数-1)*20, 其中 20 为 limit 的值 +`limit`: 取出评论数量,默认为20 **接口地址:** `/top/playlist/highquality`