批量注册用户优化
This commit is contained in:
@@ -96,7 +96,7 @@ class User extends Command
|
||||
$im = $this->getSdk();
|
||||
try {
|
||||
for($i=313;$i<333;$i++){
|
||||
$mobile = '12600000000'+$i;
|
||||
$mobile = (12600000000+$i).'';
|
||||
$password = \support\Random::build('23456789abcdefghjklmnpqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ',8);
|
||||
$data = [
|
||||
'mobile' => $mobile,
|
||||
|
||||
Reference in New Issue
Block a user