1
0
mirror of https://github.com/okyyds/yyds.git synced 2026-07-13 22:41:17 +08:00

Compare commits

...

2 Commits

Author SHA1 Message Date
ooo
cff073d7c2 1 2022-10-29 10:14:09 +08:00
ooo
807ac5cd25 1 2022-10-29 10:06:55 +08:00

View File

@@ -134,8 +134,8 @@ async function member() {
for (const vo of $.openCardList) { for (const vo of $.openCardList) {
$.log(`>>> 去加入 ${vo}`); $.log(`>>> 去加入 ${vo}`);
$.log(`>>> 准备加入会员`); $.log(`>>> 准备加入会员`);
bindWithVender({ venderId: vo, bindByVerifyCodeFlag: 1, registerExtend: {}, writeChildFlag: 0, activityId: 2317870, channel: 401 }, vo) await bindWithVender({ venderId: vo, bindByVerifyCodeFlag: 1, registerExtend: {}, writeChildFlag: 0, activityId: 2317870, channel: 401 }, vo)
await $.wait(1000); await $.wait(5000);
} }
} else { } else {
$.log("没有获取到对应的任务。\n"); $.log("没有获取到对应的任务。\n");