From 54ae4f2ff46a543f07a7e6c206626bf2f57fe36d Mon Sep 17 00:00:00 2001 From: lxk0301 <778732665@qq.com> Date: Sat, 6 Mar 2021 08:40:16 +0800 Subject: [PATCH] update --- jd_club_lottery.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jd_club_lottery.js b/jd_club_lottery.js index 658d2d0f..4f5ee8fd 100644 --- a/jd_club_lottery.js +++ b/jd_club_lottery.js @@ -67,7 +67,7 @@ const JD_API_HOST = 'https://api.m.jd.com/client.action'; continue } await clubLottery(); - await shakeSign(); + //await shakeSign(); await showMsg(); } }