提交 251e14bd 编写于 作者: B binaryify

修复cookie没返回的问题 #778

上级 ceb99119
# 更新日志
### 3.31.1 | 2020.05.19
- 修复`cookie`没返回的问题 [#778](https://github.com/Binaryify/NeteaseCloudMusicApi/issues/778)
### 3.31.0 | 2020.05.18
- 支持 `Node.js` 调用,参考`module_example` 文件夹下的 `test.js`
......
......@@ -29,7 +29,8 @@ module.exports = async (query, request) => {
body: {
...result.body,
cookie: result.cookie.join(';')
}
},
cookie: result.cookie
}
}
return result
......
......@@ -21,7 +21,8 @@ module.exports = async (query, request) => {
body: {
...result.body,
cookie: result.cookie.join(';')
}
},
cookie: result.cookie
}
}
return result
......
{
"name": "NeteaseCloudMusicApi",
"version": "3.31.0",
"version": "3.31.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.
先完成此消息的编辑!
想要评论请 注册