diff --git a/README.MD b/README.MD index 559299e65dabf0e88b67c76f9819bd25d756d523..957fc00ccd68ab4c1a706cf0fd923ab45309fcbd 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 1c7ecfe15c492ba469cab1f0d9d0f97d13fa7709..143efa28156f29d2b9aa071a9de33ec4e0594947 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)