mirror of
https://github.com/NeteaseCloudMusicApiEnhanced/api-enhanced.git
synced 2025-10-23 07:33:10 +00:00
fix: 禁用NMTID #1788
This commit is contained in:
parent
e1c4ed4268
commit
8913131739
@ -61,7 +61,7 @@ const createRequest = (method, url, data = {}, options) => {
|
|||||||
options.cookie = {
|
options.cookie = {
|
||||||
...options.cookie,
|
...options.cookie,
|
||||||
__remember_me: true,
|
__remember_me: true,
|
||||||
NMTID: crypto.randomBytes(16).toString('hex'),
|
// NMTID: crypto.randomBytes(16).toString('hex'),
|
||||||
_ntes_nuid: crypto.randomBytes(16).toString('hex'),
|
_ntes_nuid: crypto.randomBytes(16).toString('hex'),
|
||||||
}
|
}
|
||||||
if (!options.cookie.MUSIC_U) {
|
if (!options.cookie.MUSIC_U) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user