1
0
mirror of https://github.com/okyyds/yydspure.git synced 2023-07-10 13:41:21 +08:00
This commit is contained in:
ooo
2022-10-29 10:14:16 +08:00
parent ac0fd81ccf
commit 7c46d399a8

View File

@@ -134,7 +134,7 @@ async function member() {
for (const vo of $.openCardList) {
$.log(`>>> 去加入 ${vo}`);
$.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(5000);
}
} else {