From 3cbf3dff266d6a53cd10a1d9edb8163093f48f78 Mon Sep 17 00:00:00 2001 From: linyuanshi Date: Tue, 15 Oct 2024 15:37:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- routes/Fp.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/routes/Fp.js b/routes/Fp.js index 8a6b4c9..b168b46 100644 --- a/routes/Fp.js +++ b/routes/Fp.js @@ -18,10 +18,10 @@ router.post('/getLos', async (req, res) => { if (url == null || url === "") { return res.status(500).send("url为空") } - if (loginCookieStr == null || loginCookieStr === "") { - console.error("EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE") - return res.status(500).send("cookie为空") - } +// if (loginCookieStr == null || loginCookieStr === "") { +// console.error("EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE") +// return res.status(500).send("cookie为空") +// } let start = new Date(); try { // 执行