提交 5adcc5a3 编写于 作者: B binaryify

更新用户歌单参数 #955

上级 e187c9a2
# 更新日志
### 3.42.0 | 2020.10.04
### 3.42.1 | 2020.10.04
- 新增`用户绑定信息`,`用户绑定手机`,`新版评论`,`点赞过的视频`,`收藏视频到视频歌单`,`删除视频歌单里的视频`,`最近播放的视频`,`音乐日历`等接口
- 创建歌单接口增加`type`参数,可创建视频歌单
......
......@@ -5,8 +5,9 @@ module.exports = (query, request) => {
uid: query.uid,
limit: query.limit || 30,
offset: query.offset || 0,
includeVideo: true,
}
return request('POST', `https://music.163.com/weapi/user/playlist`, data, {
return request('POST', `https://music.163.com/api/user/playlist`, data, {
crypto: 'weapi',
cookie: query.cookie,
proxy: query.proxy,
......
{
"name": "NeteaseCloudMusicApi",
"version": "3.42.0",
"version": "3.42.1",
"description": "网易云音乐 NodeJS 版 API",
"scripts": {
"start": "node app.js",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册