fix: 云盘无法上传的bug

This commit is contained in:
qier222 2021-09-25 23:53:50 +08:00
parent dd65c67568
commit aa418cd0d7
No known key found for this signature in database
GPG key ID: 9C85007ED905F14D
34 changed files with 445 additions and 19 deletions

View file

@ -1,11 +1,7 @@
// 歌曲链接
const crypto = require('crypto')
const { cookieToJson } = require('../util/index')
module.exports = (query, request) => {
if (typeof query.cookie === 'string') {
query.cookie = cookieToJson(query.cookie)
}
if (!('MUSIC_U' in query.cookie))
query.cookie._ntes_nuid = crypto.randomBytes(16).toString('hex')
query.cookie.os = 'pc'