提交 a24ced10 编写于 作者: B binaryify

更新文档

上级 97464055
......@@ -141,6 +141,10 @@
123. 更换绑定手机
124. 检测手机号码是否已注册
125. 初始化昵称
126. 更新歌单描述
127. 更新歌单名
128. 更新歌单标签
129. 默认搜索关键词
## 安装
......@@ -435,9 +439,9 @@ city: 城市id
signature:用户签名
```
**接口地址 :** `/user/subcount`
**接口地址 :** `/user/update`
**调用例子 :** `/user/update/?gender=0&signature=测试签名&city=440300&nickname=binary&birthday=1525918298004&province=440000`
**调用例子 :** `/user/update?gender=0&signature=测试签名&city=440300&nickname=binary&birthday=1525918298004&province=440000`
### 获取用户歌单
......@@ -460,7 +464,7 @@ signature:用户签名
```
id:歌单id
name:歌单名字=
name:歌单名字
desc:歌单描述
......@@ -469,7 +473,49 @@ tags:歌单tag
**接口地址 :** `/playlist/update`
**调用例子 :** `/playlist/update/?id=24381616&name=新歌单&desc=描述&tags=学习`
**调用例子 :** `/playlist/update?id=24381616&name=新歌单&desc=描述&tags=学习`
### 更新歌单描述
说明 : 登陆后调用此接口,可以单独更新用户歌单描述
参数:
```
id:歌单id
desc:歌单描述
```
**接口地址 :** `/playlist/desc/update`
**调用例子 :** `/playlist/desc/update?id=24381616&desc=描述`
### 更新歌单名
说明 : 登陆后调用此接口,可以单独更新用户歌单名
参数:
```
id: 歌单id
name: 歌单名
```
**接口地址 :** `/playlist/name/update`
**调用例子 :** `/playlist/name/update?id=24381616&name=歌单名`
### 更新歌单标签
说明 : 登陆后调用此接口,可以单独更新用户歌单标签
参数:
```
id: 歌单id
tags: 歌单标签
```
**接口地址 :** `/playlist/tags/update`
**调用例子 :** `/playlist/tags/update?id=24381616&tags=学习`
### 获取用户电台
......@@ -886,6 +932,12 @@ mp3url 不能直接用 , 可通过 `/song/url` 接口传入歌曲 id 获取具
返回数据如下图 :
![搜索音乐](https://raw.githubusercontent.com/Binaryify/NeteaseCloudMusicApi/master/static/%E6%90%9C%E7%B4%A2.png)
### 默认搜索关键词
说明 : 调用此接口 , 可获取默认搜索关键词
**接口地址 :** `/search/default`
### 热搜列表(简略)
说明 : 调用此接口,可获取热门搜索列表
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册