|
@ -46,8 +46,9 @@ class UserInfo { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
//2. 每个邀请账号刷红包提现
|
|
|
//2. 每个邀请账号刷红包提现
|
|
|
|
|
|
let indexNumber=0; |
|
|
for (var user of this.invitusers) { |
|
|
for (var user of this.invitusers) { |
|
|
console.log(`\n=====开始用户:${user.userid} 每次刷满5000====`) |
|
|
console.log(`\n==${indexNumber++} ${this.userid} 用户:${user.userid} 刷满5000红包==`) |
|
|
this.amount = 0; |
|
|
this.amount = 0; |
|
|
this.imei=''; |
|
|
this.imei=''; |
|
|
await this.updateInfo(user.userid) |
|
|
await this.updateInfo(user.userid) |
|
|