修改抽奖间隔

This commit is contained in:
star
2021-05-31 20:56:30 +08:00
parent 29897e5599
commit bec23d17b9

View File

@@ -50,7 +50,11 @@ if ($.isNode()) {
$.UserName = decodeURIComponent($.cookie.match(/pt_pin=([^; ]+)(?=;?)/) && $.cookie.match(/pt_pin=([^; ]+)(?=;?)/)[1]);
console.log(`\n*****开始【京东账号${$.index}${$.nickName || $.UserName}*****\n`);
await partyNight();
await $.wait(1500);
if(cookiesArr.length>5){
await $.wait(1500);
}else{
await $.wait(5000);
}
}
}