From 1a7f1bf9983ed48146977a52e166c3987cb179a5 Mon Sep 17 00:00:00 2001 From: liudongqi Date: Wed, 4 Sep 2024 17:20:57 +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/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/index.js b/routes/index.js index cc7a68c..b300f76 100644 --- a/routes/index.js +++ b/routes/index.js @@ -100,7 +100,7 @@ async function handle(url, htmlStr, jsText, cookie, userAgent, uuid) { // 设置 cookie if (cookie != null) { let cookieList = CookieStr2List(cookie); - console.log(`${uuid};cookie 加载长度--->`, cookieList.length, baseUrl) + console.log(`${uuid};cookie 加载长度--->`, cookieList, baseUrl) for (let i = 0; i < cookieList.length; i++) { cookieJar.setCookieSync(cookieList[i], baseUrl); }