Skip to content

Commit

Permalink
文档更新搜索 mv 的 type
Browse files Browse the repository at this point in the history
  • Loading branch information
Binaryify committed Apr 21, 2017
1 parent dd03d8d commit c99fc7b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 2 additions & 3 deletions app.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ app.use('/album', require('./router/album'))
// 获取歌手单曲
app.use('/artists', require('./router/artists'))


// 获取歌手专辑列表
app.use('/artist_album', require('./router/artist_album'))

Expand All @@ -51,8 +50,8 @@ app.use('/playlist/tracks', require('./router/playlistTracks'))
// 获取音乐 url
app.use('/music/url', require('./router/musicUrl'))

// 搜歌
app.use('/search', require('.//router/search'))
// 搜索
app.use('/search', require('./router/search'))

// 获取音乐详情
app.use('/music/songDetail', require('./router/songDetail'))
Expand Down
3 changes: 2 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ $ set PORT=4000 && node app.js
100: 歌手
1000: 歌单
1002: 用户
1004: MV

`offset` : 偏移数量,用于分页,如: 如:(评论页数-1)*30, 其中 30 为 limit 的值,默认为0

Expand Down Expand Up @@ -422,7 +423,7 @@ $ set PORT=4000 && node app.js
![热门歌手](https://raw.githubusercontent.com/Binaryify/NeteaseCloudMusicApi/master/static/top_artists.png)

### mv
说明:调用此接口,传入 mvid(在搜索音乐的时候获得,不一定有) ,可获取对应 MV 数据,数据包含 mv 名字,歌手,发布时间, mv 视频地址等数据,其中 mv 视频网易做了防盗链处理,不能直接播放,需要播放的话需要调用'播放 mv' 接口
说明:调用此接口,传入 mvid(在搜索音乐的时候传 type=1004获得) ,可获取对应 MV 数据,数据包含 mv 名字,歌手,发布时间, mv 视频地址等数据,其中 mv 视频网易做了防盗链处理,不能直接播放,需要播放的话需要调用'播放 mv' 接口

**可选参数:**
`mvid`: mv 的 id
Expand Down

0 comments on commit c99fc7b

Please sign in to comment.