From ef8bf2ed01c248836860f555d2e2d7ef50379b17 Mon Sep 17 00:00:00 2001 From: lxk0301 <778732665@qq.com> Date: Thu, 7 Jan 2021 18:08:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=9C=E4=B8=9C=E8=B6=85=E5=B8=82=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=20=E5=BC=80=E5=BA=97=E9=93=BA=E4=BC=9A=E5=91=98?= =?UTF-8?q?=E5=8D=A1=E5=BE=97=E8=93=9D=E5=B8=81=E4=BB=BB=E5=8A=A1(?= =?UTF-8?q?=E5=81=87=E5=85=A5=E4=BC=9A)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jd_car_exchange.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jd_car_exchange.js b/jd_car_exchange.js index 69f923be..a91eeb18 100644 --- a/jd_car_exchange.js +++ b/jd_car_exchange.js @@ -55,8 +55,8 @@ const JD_API_HOST = 'https://car-member.jd.com/api/'; if (cookiesArr[i]) { cookie = cookiesArr[i]; $.UserName = decodeURIComponent(cookie.match(/pt_pin=(.+?);/) && cookie.match(/pt_pin=(.+?);/)[1]) - console.log(`京东账号${i}`) $.index = i + 1; + console.log(`京东账号${$.index} ${$.UserName}`) $.isLogin = true; $.nickName = ''; message = '';