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