From 5c891dfd9f0dfe5b4f517a22f197cf6580db701c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A0=87=E5=93=A5=E4=B8=B6?= Date: Fri, 27 May 2022 10:52:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jd_152.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jd_152.js b/jd_152.js index d7b9756..10dc240 100644 --- a/jd_152.js +++ b/jd_152.js @@ -26,7 +26,7 @@ let guaopencard_addSku = "true"; let guaopencard = "true"; let guaopenwait = "2"; let guaopencard_draw = "0"; -let token = process.env.h5token ? process.env.h5token : "6f4808d6d5e0ac51e191a8db3bcd9f16"; //h5token +let token = process.env.h5token ? process.env.h5token : ""; //h5token const $ = new Env("开卡"); const jdCookieNode = $.isNode() ? require("./jdCookie.js") : ""; const notify = $.isNode() ? require("./sendNotify") : "";