From 500102d052f23aaf4d8800c7576ac3befb4f95f5 Mon Sep 17 00:00:00 2001 From: lxk0301 <778732665@qq.com> Date: Mon, 21 Dec 2020 09:57:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=97=A5=E5=BF=97=E6=89=93?= =?UTF-8?q?=E5=8D=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jd_small_home.js | 1 + 1 file changed, 1 insertion(+) diff --git a/jd_small_home.js b/jd_small_home.js index 93e830d1..3b509801 100644 --- a/jd_small_home.js +++ b/jd_small_home.js @@ -96,6 +96,7 @@ const JD_API_HOST = 'https://lkyl.dianpusoft.cn/api'; if ($.newShareCodes.length > 1) { let code = $.newShareCodes[(i + 1) % $.newShareCodes.length] console.log(`\n${$.UserName}去给自己的下一账号${decodeURIComponent(cookiesArr[(i + 1) % $.newShareCodes.length].match(/pt_pin=(.+?);/) && cookiesArr[(i + 1) % $.newShareCodes.length].match(/pt_pin=(.+?);/)[1])}助力\n`) + $.log(`自己的下一账号${decodeURIComponent(cookiesArr[(i + 1) % $.newShareCodes.length].match(/pt_pin=(.+?);/) && cookiesArr[(i + 1) % $.newShareCodes.length].match(/pt_pin=(.+?);/)[1])},助力码为 ${code}`) await createAssistUser(code, $.createAssistUserID || "1318106976846299138"); } console.log(`\n去帮助作者:lxk0301\n`)