From 268d374e5952e230f0ca9db4a45bb7b6ee6b3501 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(); } }