From 2b074ad9e09f9f18faca699368569213f6474588 Mon Sep 17 00:00:00 2001 From: binaryify Date: Mon, 31 Aug 2020 22:16:31 +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 --- README.MD | 4 +++- docs/README.md | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.MD b/README.MD index 559299e..957fc00 100644 --- a/README.MD +++ b/README.MD @@ -216,7 +216,9 @@ $ set PORT=4000 && node app.js ## 使用文档 -[文档地址](https://binaryify.github.io/NeteaseCloudMusicApi) +[文档地址](https://binaryify.github.io/NeteaseCloudMusicApi) + +[文档地址2](https://neteasecloudmusicapi.vercel.app) ![文档](https://raw.githubusercontent.com/Binaryify/NeteaseCloudMusicApi/master/static/docs.png) diff --git a/docs/README.md b/docs/README.md index 1c7ecfe..143efa2 100644 --- a/docs/README.md +++ b/docs/README.md @@ -330,6 +330,8 @@ $ sudo docker run -d -p 3000:3000 netease-music-api !> 图片加上 `?param=宽y高` 可控制图片尺寸,如 `http://p4.music.126.net/JzNK4a5PjjPIXAgVlqEc5Q==/109951164154280311.jpg?param=200y200`, `http://p4.music.126.net/JzNK4a5PjjPIXAgVlqEc5Q==/109951164154280311.jpg?param=50y50` +!> 分页接口返回字段里有`more`,more为true则为有下一页 + ### 登录 说明 : 登录有两个接口,建议使用`encodeURIComponent`对密码编码或者使用`POST`请求,避免某些特殊字符无法解析,如`#`(`#`在url中会被识别为hash,而不是query) -- GitLab