This commit is contained in:
lxk0301
2021-03-01 14:06:47 +08:00
parent bfaa0a852d
commit bbb20626b2

View File

@@ -93,13 +93,20 @@ if ($.isNode()) {
}
for (let i = 0; i < cookiesArr.length; i++) {
if (cookiesArr[i]) {
$.UserName = decodeURIComponent(cookie.match(/pt_pin=(.+?);/) && cookie.match(/pt_pin=(.+?);/)[1])
console.log(`${$.UserName}去参加第一个cookie账号开的团`)
cookie = cookiesArr[i];
if ($.tuanIds.length > 0) {
await JoinTuan($.tuanIds[0]);
$.isLogin = true;
await TotalBean();
if (!$.isLogin) {
continue
}
console.log(`\n参加作者的团\n`);
await joinLeaderTuan();//参团
$.UserName = decodeURIComponent(cookie.match(/pt_pin=(.+?);/) && cookie.match(/pt_pin=(.+?);/)[1])
console.log(`\n账号内部相互进团\n`);
for (let item of $.tuanIds) {
console.log(`${$.UserName} 去参加团 ${item}\n`);
await JoinTuan(item);
}
}
}
if ($.isNode() && allMessage) {
@@ -117,7 +124,7 @@ async function jdDreamFactory() {
try {
await userInfo();
await QueryFriendList();//查询今日招工情况以及剩余助力次数
//await joinLeaderTuan();//参团
// await joinLeaderTuan();//参团
await helpFriends();
if (!$.unActive) return
await getUserElectricity();
@@ -1053,6 +1060,8 @@ function CreateTuan() {
})
}
async function joinLeaderTuan() {
$.tuanIdS = null;
if (!$.tuanIdS) await updateTuanIdsCDN('https://gitee.com/lxk0301/updateTeam/raw/master/shareCodes/jd_updateFactoryTuanId.json');
if ($.tuanIdS && $.tuanIdS.tuanIds) {
for (let tuanId of $.tuanIdS.tuanIds) {
if (!tuanId) continue