mirror of
https://gitlab.com/Binaryify/neteasecloudmusicapi.git
synced 2025-07-07 03:42:07 +08:00
修复部分歌曲无法获得播放链接的问题 #531
This commit is contained in:
@ -4,6 +4,7 @@ const crypto = require('crypto')
|
||||
|
||||
module.exports = (query, request) => {
|
||||
if(!('MUSIC_U' in query.cookie)) query.cookie._ntes_nuid = crypto.randomBytes(16).toString("hex")
|
||||
query.cookie.os = 'pc'
|
||||
const data = {
|
||||
ids: '[' + query.id + ']',
|
||||
br: parseInt(query.br || 999000)
|
||||
|
Reference in New Issue
Block a user