From b6a135e8b936d708e2ec67eb2b86523f9bf01bac Mon Sep 17 00:00:00 2001 From: IamFurina Date: Sat, 15 Mar 2025 14:26:56 +0800 Subject: [PATCH] =?UTF-8?q?reapply.=20=E9=87=8D=E6=96=B0=E5=8A=A0=E5=85=A5?= =?UTF-8?q?=E8=A7=A3=E7=81=B0=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server.js b/server.js index 5163bd1..1e5cc73 100644 --- a/server.js +++ b/server.js @@ -239,7 +239,7 @@ async function consturctServer(moduleDefs) { return request(...obj) }) console.log('[OK]', decode(req.originalUrl)) -/* + if (req.baseUrl === '/song/url/v1' || req.baseUrl === '/song/url') { const song = moduleResponse['body']['data'][0] if (!song.url || [1, 4].includes(song.fee)) { @@ -251,7 +251,7 @@ async function consturctServer(moduleDefs) { console.log("解灰成功!")// 对于Splayer来说,去除开通会员提示 } } -*/ + const cookies = moduleResponse.cookie if (!query.noCookie) {