提交 1c5b4664 编写于 作者: 孟政元

Merge remote-tracking branch 'Binaryify/master'

# 网易云音乐 API
网易云音乐 Node.js 版 API
网易云音乐 Node.js API service
<p>
<a href="https://www.npmjs.com/package/NeteaseCloudMusicApi"><img src="https://img.shields.io/npm/v/NeteaseCloudMusicApi.svg" alt="Version"></a>
<a href="https://www.npmjs.com/package/NeteaseCloudMusicApi"><img src="https://img.shields.io/npm/l/NeteaseCloudMusicApi.svg" alt="License"></a>
......
{
"name": "NeteaseCloudMusicApi",
"version": "2.7.9",
"version": "2.7.10",
"description": "网易云音乐 NodeJS 版 API",
"scripts": {
"start": "node app.js",
......
......@@ -21,6 +21,7 @@ router.get('/', (req, res) => {
cookie,
(music_req, cookie) => {
// console.log(music_req)
cookie = cookie.map(x => x.replace("Domain=.music.163.com", ""))
res.set({
'Set-Cookie': cookie
})
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册