修复歌单详情列表失效的问题 #380 #381

This commit is contained in:
binaryify
2018-11-21 11:28:00 +08:00
parent 4b735daa41
commit f3eb7df160
108 changed files with 111 additions and 108 deletions

View File

@ -11,7 +11,7 @@ module.exports = (query, request) => {
signature: query.signature
}
return request(
'POST', `http://music.163.com/weapi/user/profile/update`, data,
'POST', `https://music.163.com/weapi/user/profile/update`, data,
{crypto: 'weapi', cookie: query.cookie, proxy: query.proxy}
)
}