mirror of
https://gitlab.com/Binaryify/neteasecloudmusicapi.git
synced 2025-05-23 22:37:41 +08:00
parent
f3eb7df160
commit
0dd6c4a49a
@ -1,5 +1,5 @@
|
|||||||
# 更新日志
|
# 更新日志
|
||||||
### 3.0.5 | 2018.11.21
|
### 3.0.6 | 2018.11.21
|
||||||
- 修复歌单详情列表失效的问题 #380 #381
|
- 修复歌单详情列表失效的问题 #380 #381
|
||||||
|
|
||||||
### 3.0.4 | 2018.11.15
|
### 3.0.4 | 2018.11.15
|
||||||
|
@ -8,6 +8,6 @@ module.exports = (query, request) => {
|
|||||||
}
|
}
|
||||||
return request(
|
return request(
|
||||||
'POST', `https://music.163.com/weapi/v3/playlist/detail`, data,
|
'POST', `https://music.163.com/weapi/v3/playlist/detail`, data,
|
||||||
{crypto: 'weapi', cookie: query.cookie, proxy: query.proxy}
|
{crypto: 'linuxapi', cookie: query.cookie, proxy: query.proxy}
|
||||||
)
|
)
|
||||||
}
|
}
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "NeteaseCloudMusicApi",
|
"name": "NeteaseCloudMusicApi",
|
||||||
"version": "3.0.5",
|
"version": "3.0.6",
|
||||||
"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