From aff46a8b0083685a506f94e6601d7f97b7297257 Mon Sep 17 00:00:00 2001 From: Faker Date: Mon, 5 Dec 2022 11:20:18 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=84=E9=98=9F=E9=80=9A=E7=94=A8=E7=93=9C?= =?UTF-8?q?=E5=88=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jd_captian.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jd_captian.js b/jd_captian.js index 7d9f4a5..6abe3da 100755 --- a/jd_captian.js +++ b/jd_captian.js @@ -11,8 +11,8 @@ const jdCookieNode = $.isNode() ? require('./jdCookie.js') : ''; const notify = $.isNode() ? require('./sendNotify') : ''; let cookiesArr = [], cookie = '', message = ''; let activityList = [ - {'activityId' : '49aad82a1afb4bd7b84eb6e79f633a67' ,'activityShopId' : '1000002527' , 'activityName':'欧乐b' , 'updateCaptainNum' : '2' , 'type' : '0'}, //0 - {'activityId' : '9dfd1384e00a411cbd9e82a34cc8d803' ,'activityShopId' : '1000003691' , 'activityName':'安佳' , 'updateCaptainNum' : '2' , 'type' : '0'}, //1 + {'activityId' : '5280930d84294555b7a1e61cb97ce9de' ,'activityShopId' : '1000014486' , 'activityName':'安佳' , 'updateCaptainNum' : '20', 'type' : '0'}, + {'activityId' : 'd923d226bc734984a11d450912de6297' ,'activityShopId' : '1000002527' , 'activityName':'新安怡' , 'updateCaptainNum' : '20', 'type' : '0'}, ] let activityNum = process.env.captian_id ?? 0; if ($.isNode()) {