mirror of
https://gitlab.com/Binaryify/neteasecloudmusicapi.git
synced 2025-07-04 03:42:09 +08:00
improve document
This commit is contained in:
parent
22c933c082
commit
072968e102
BIN
docs/.DS_Store
vendored
Normal file
BIN
docs/.DS_Store
vendored
Normal file
Binary file not shown.
@ -55,7 +55,7 @@ $ node app.js
|
||||

|
||||
|
||||
### 获取音乐 url
|
||||
说明:使用歌单详情接口后,能得到的音乐的 id, 但不能得到的音乐 url, 调用此接口,传入的音乐 id,可以获取对应的音乐的 url(不需要登录)
|
||||
说明:使用歌单详情接口后,能得到的音乐的 id, 但不能得到的音乐 url, 调用此接口,传入的音乐 id,可以获取对应的音乐的 url(不需要登录)
|
||||
接口地址:
|
||||
`playlist/detail`
|
||||
调用例子:
|
||||
@ -64,7 +64,7 @@ $ node app.js
|
||||

|
||||
|
||||
### 搜索音乐
|
||||
说明:调用此接口,传入搜索关键词可以搜索该音乐,关键词可以多个,以空格隔开,如"周杰伦 搁浅"(不需要登录)
|
||||
说明:调用此接口,传入搜索关键词可以搜索该音乐,关键词可以多个,以空格隔开,如"周杰伦 搁浅"(不需要登录)
|
||||
接口地址:
|
||||
`/search`
|
||||
调用例子:
|
||||
@ -73,7 +73,7 @@ $ node app.js
|
||||

|
||||
|
||||
### 获取歌词
|
||||
说明:调用此接口,传入音乐 id 可获得对应音乐的歌词(不需要登录)
|
||||
说明:调用此接口,传入音乐 id 可获得对应音乐的歌词(不需要登录)
|
||||
接口地址:
|
||||
`/lyric`
|
||||
调用例子:
|
||||
|
BIN
docs/icon.png
Normal file
BIN
docs/icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
Loading…
x
Reference in New Issue
Block a user