mirror of
https://gitlab.com/Binaryify/neteasecloudmusicapi.git
synced 2025-05-23 22:37:41 +08:00
update: 更新文档
This commit is contained in:
parent
f00dd4d363
commit
4127b047c9
@ -281,8 +281,9 @@
|
||||
263. 歌曲简要百科信息
|
||||
264. 歌手简要百科信息
|
||||
265. mv简要百科信息
|
||||
266. 用户贡献内容
|
||||
267. 用户贡献条目、积分、云贝数量
|
||||
266. 搜索歌手
|
||||
267. 用户贡献内容
|
||||
268. 用户贡献条目、积分、云贝数量
|
||||
|
||||
## 安装
|
||||
|
||||
@ -4357,6 +4358,21 @@ qrCodeStatus:20,detailReason:0 验证成功qrCodeStatus:21,detailReason:0 二
|
||||
|
||||
**调用例子:** `/mv/get?id=14572641`
|
||||
|
||||
### 搜索歌手
|
||||
说明: 使用此接口,传入歌手名关键字或者歌手id,可获取搜索到的歌手信息
|
||||
|
||||
**必选参数:**
|
||||
|
||||
`keyword`: 关键字或歌手id
|
||||
|
||||
**可选参数:**
|
||||
|
||||
`limit`: 取出条目数量 , 默认为 40
|
||||
|
||||
**接口地址:** `/artist/search',`
|
||||
|
||||
**调用例子:** `/artist/search?keyword=sasakure`
|
||||
|
||||
### 用户贡献内容
|
||||
说明: 使用此接口,可获取当前登录用户贡献内容
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user