提交 56168e17 编写于 作者: B binaryify

更新文档

上级 251e14bd
...@@ -312,7 +312,7 @@ $ sudo docker run -d -p 3000:3000 netease-music-api ...@@ -312,7 +312,7 @@ $ sudo docker run -d -p 3000:3000 netease-music-api
### 登录 ### 登录
说明 : 登录有两个接口 说明 : 登录有两个接口,建议使用`encodeURIComponent`对密码编码或者使用`POST`请求,避免某些特殊字符无法解析,如`#`(`#`在url中会被识别为hash,而不是query)
#### 1. 手机登录 #### 1. 手机登录
...@@ -932,8 +932,8 @@ tags: 歌单标签 ...@@ -932,8 +932,8 @@ tags: 歌单标签
### 获取歌单详情 ### 获取歌单详情
说明 : 歌单能看到歌单名字 , 但看不到具体歌单内容 , 调用此接口 , 传入歌单 id, 可 说明 : 歌单能看到歌单名字, 但看不到具体歌单内容 , 调用此接口 , 传入歌单 id, 可
以获取对应歌单内的所有的音乐,但是返回的trackIds是完整的,tracks 则是不完整的,可拿全部 trackIds 请求一次 `song/detail` 接口获取所有歌曲的详情 ([https://github.com/Binaryify/NeteaseCloudMusicApi/issues/452](https://github.com/Binaryify/NeteaseCloudMusicApi/issues/452)) 以获取对应歌单内的所有的音乐(未登录状态只能获取不完整的歌单,登录后是完整的),但是返回的trackIds是完整的,tracks 则是不完整的,可拿全部 trackIds 请求一次 `song/detail` 接口获取所有歌曲的详情 ([https://github.com/Binaryify/NeteaseCloudMusicApi/issues/452](https://github.com/Binaryify/NeteaseCloudMusicApi/issues/452))
**必选参数 :** `id` : 歌单 id **必选参数 :** `id` : 歌单 id
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册