From 3f870e9f6d50b5c44590cffbd11c5b4abdfaf6e5 Mon Sep 17 00:00:00 2001 From: wisz2021 Date: Tue, 1 Jun 2021 10:50:34 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E9=80=9A=E7=9F=A5=E9=A2=91?= =?UTF-8?q?=E7=8E=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jd_dreamFactory.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jd_dreamFactory.js b/jd_dreamFactory.js index 0fa2ed17..103d5f52 100644 --- a/jd_dreamFactory.js +++ b/jd_dreamFactory.js @@ -1056,7 +1056,7 @@ function CreateTuan() { $.tuanIds.push(data.data['tuanId']); } else { //{"msg":"活动已结束,请稍后再试~","nowTime":1621551005,"ret":10218} - if (data['ret'] === 10218 && ($.index === 1 || cookiesArr.length === $.index)) { + if (data['ret'] === 10218 && ($.index % 5 === 0) && (new Date().getHours() % 6 === 0)) { $.msg($.name, '', `京喜工厂拼团瓜分电力活动团ID(activeId)已失效\n请自行抓包替换(Node环境变量为TUAN_ACTIVEID,iOS端在BoxJx)或者联系作者等待更新`); if ($.isNode()) await notify.sendNotify($.name, `京喜工厂拼团瓜分电力活动团ID(activeId)已失效\n请自行抓包替换(Node环境变量为TUAN_ACTIVEID,iOS端在BoxJx)或者联系作者等待更新`) }