mirror of
https://gitlab.com/Binaryify/neteasecloudmusicapi.git
synced 2025-07-04 20:38:56 +08:00
更新用户歌单参数 #955
This commit is contained in:
parent
e187c9a228
commit
5adcc5a355
@ -1,5 +1,5 @@
|
|||||||
# 更新日志
|
# 更新日志
|
||||||
### 3.42.0 | 2020.10.04
|
### 3.42.1 | 2020.10.04
|
||||||
- 新增`用户绑定信息`,`用户绑定手机`,`新版评论`,`点赞过的视频`,`收藏视频到视频歌单`,`删除视频歌单里的视频`,`最近播放的视频`,`音乐日历`等接口
|
- 新增`用户绑定信息`,`用户绑定手机`,`新版评论`,`点赞过的视频`,`收藏视频到视频歌单`,`删除视频歌单里的视频`,`最近播放的视频`,`音乐日历`等接口
|
||||||
|
|
||||||
- 创建歌单接口增加`type`参数,可创建视频歌单
|
- 创建歌单接口增加`type`参数,可创建视频歌单
|
||||||
|
@ -5,8 +5,9 @@ module.exports = (query, request) => {
|
|||||||
uid: query.uid,
|
uid: query.uid,
|
||||||
limit: query.limit || 30,
|
limit: query.limit || 30,
|
||||||
offset: query.offset || 0,
|
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',
|
crypto: 'weapi',
|
||||||
cookie: query.cookie,
|
cookie: query.cookie,
|
||||||
proxy: query.proxy,
|
proxy: query.proxy,
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "NeteaseCloudMusicApi",
|
"name": "NeteaseCloudMusicApi",
|
||||||
"version": "3.42.0",
|
"version": "3.42.1",
|
||||||
"description": "网易云音乐 NodeJS 版 API",
|
"description": "网易云音乐 NodeJS 版 API",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node app.js",
|
"start": "node app.js",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user