From 87f801bdc29ec3b54f14c9883bdc2521ae66029b Mon Sep 17 00:00:00 2001 From: guyuexuan <2651919937@qq.com> Date: Mon, 11 Jan 2021 20:45:28 +0800 Subject: [PATCH] =?UTF-8?q?[=E4=BA=AC=E5=96=9C=E5=86=9C=E5=9C=BA]=20?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=20=E5=8D=B3=E5=B0=86=E5=8A=A9=E5=8A=9B=20sha?= =?UTF-8?q?re=20code=20log=20=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jd_jxnc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/jd_jxnc.js b/jd_jxnc.js index b145b53d..06e53461 100644 --- a/jd_jxnc.js +++ b/jd_jxnc.js @@ -456,6 +456,7 @@ function helpShareCode(code) { $.log('助力码与当前账号相同,跳过助力。准备进行下一个助力'); resolve(true); } + $.log(`即将助力 share code:${code}`); $.get( taskUrl('help', `active=${$.info.active}&joinnum=${$.info.joinnum}&smp=${code}`), async (err, resp, data) => {