From 9b4ef9d439285bfb69ebce2cd7423a6cdddff8f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=91=E5=A3=B0?= Date: Fri, 1 Nov 2024 08:22:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=9A=E4=B8=AA=E5=A4=A7=E6=8B=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jdCookie.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jdCookie.js b/jdCookie.js index b4d2450..33857db 100644 --- a/jdCookie.js +++ b/jdCookie.js @@ -80,7 +80,7 @@ if (process.env.DP_POOL) { global.GLOBAL_AGENT.HTTP_PROXY = process.env.DP_POOL; if (process.env.NO_PROXY) { global.GLOBAL_AGENT.NO_PROXY = process.env.NO_PROXY; - }} + } console.log(`\n---------------使用代理池模式---------------\n`); } catch { throw new Error(`请安装global-agent依赖,才能启用代理!`);