mirror of
https://github.com/okyyds/yyds.git
synced 2026-07-12 17:31:17 +08:00
1
This commit is contained in:
@@ -134,7 +134,7 @@ 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(5000);
|
await $.wait(5000);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user