From df1f3e81c94a7e24c37d116e66647efd7d3f68bd Mon Sep 17 00:00:00 2001 From: linyuanshi Date: Tue, 15 Oct 2024 15:36:06 +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 | 1 + 1 file changed, 1 insertion(+) diff --git a/routes/Fp.js b/routes/Fp.js index 728d028..8a6b4c9 100644 --- a/routes/Fp.js +++ b/routes/Fp.js @@ -19,6 +19,7 @@ router.post('/getLos', async (req, res) => { return res.status(500).send("url为空") } if (loginCookieStr == null || loginCookieStr === "") { + console.error("EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE") return res.status(500).send("cookie为空") } let start = new Date();