From 8913131739700cb1a6801394415b158fc80303e4 Mon Sep 17 00:00:00 2001 From: binaryify Date: Sun, 20 Aug 2023 12:40:06 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A6=81=E7=94=A8NMTID=20#1788?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- util/request.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/request.js b/util/request.js index e30a404..653feb6 100644 --- a/util/request.js +++ b/util/request.js @@ -61,7 +61,7 @@ const createRequest = (method, url, data = {}, options) => { options.cookie = { ...options.cookie, __remember_me: true, - NMTID: crypto.randomBytes(16).toString('hex'), + // NMTID: crypto.randomBytes(16).toString('hex'), _ntes_nuid: crypto.randomBytes(16).toString('hex'), } if (!options.cookie.MUSIC_U) {