mirror of
https://gitlab.com/Binaryify/neteasecloudmusicapi.git
synced 2025-07-04 01:02:08 +08:00
hot fix
This commit is contained in:
parent
07c4ae8736
commit
70cce6b9a5
@ -1,5 +1,5 @@
|
|||||||
# 更新日志
|
# 更新日志
|
||||||
### 3.18.4 | 2019.07.14
|
### 3.18.5 | 2019.07.14
|
||||||
- 修复部分歌曲无法获得播放链接的问题 [#531](https://github.com/Binaryify/NeteaseCloudMusicApi/issues/531)
|
- 修复部分歌曲无法获得播放链接的问题 [#531](https://github.com/Binaryify/NeteaseCloudMusicApi/issues/531)
|
||||||
|
|
||||||
### 3.18.3 | 2019.07.04
|
### 3.18.3 | 2019.07.04
|
||||||
|
@ -10,7 +10,7 @@ module.exports = (query, request) => {
|
|||||||
br: parseInt(query.br || 999000)
|
br: parseInt(query.br || 999000)
|
||||||
}
|
}
|
||||||
return request(
|
return request(
|
||||||
'POST', `https://music.163.com/weapi/song/enhance/player/url`, data,
|
'POST', `https://music.163.com/api/song/enhance/player/url`, 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.18.4",
|
"version": "3.18.5",
|
||||||
"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