From 7d66625f6e5440bca870c8b2bc398b82414dfd84 Mon Sep 17 00:00:00 2001 From: lxk0301 <778732665@qq.com> Date: Sun, 11 Apr 2021 01:54:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=20=E8=B5=9A=E4=BA=AC?= =?UTF-8?q?=E8=B1=86(=E5=BE=AE=E4=BF=A1=E5=B0=8F=E7=A8=8B=E5=BA=8F)-?= =?UTF-8?q?=E7=93=9C=E5=88=86=E4=BA=AC=E8=B1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jd_jdzz.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jd_jdzz.js b/jd_jdzz.js index bd78f52b..41805b76 100644 --- a/jd_jdzz.js +++ b/jd_jdzz.js @@ -82,13 +82,13 @@ let nowTimes = new Date(new Date().getTime() + new Date().getTimezoneOffset() * await notify.sendNotify($.name, allMessage); } } - console.log(`\n\n开始账号内部互助 【赚京豆(微信小程序)-瓜分京豆】活动(优先内部账号互助(需内部cookie数量大于${$.assistNum}个),如有剩余助力次数则给作者lxk0301助力)\n`) + console.log(`\n\n开始账号内部互助 【赚京豆(微信小程序)-瓜分京豆】活动(优先内部账号互助(需内部cookie数量大于${$.assistNum || 4}个),如有剩余助力次数则给作者lxk0301助力)\n`) for (let i = 0; i < cookiesArr.length; i++) { $.canHelp = true if (cookiesArr[i]) { cookie = cookiesArr[i]; $.UserName = decodeURIComponent(cookie.match(/pt_pin=([^; ]+)(?=;?)/) && cookie.match(/pt_pin=([^; ]+)(?=;?)/)[1]) - if ($.canHelp && cookiesArr.length > $.assistNum) { + if ($.canHelp && cookiesArr.length > $.assistNum || 4) { console.log(`开始账号内部互助 赚京豆-瓜分京豆 活动,优先内部账号互助`) for (let j = 0; j < $.tuanList.length; ++j) { console.log(`账号 ${$.UserName} 开始给 【${$.tuanList[j]['assistedPinEncrypted']}】助力`)