From 9393185f25bdbc1d0c40dfdab2646c38054e1af7 Mon Sep 17 00:00:00 2001 From: commie Date: Sun, 12 Apr 2026 09:50:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=B9=E9=87=8F=E6=B3=A8=E5=86=8C=E7=94=A8?= =?UTF-8?q?=E6=88=B7=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/command/User.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/command/User.php b/app/command/User.php index 2e97d6b..8c2fbe0 100755 --- a/app/command/User.php +++ b/app/command/User.php @@ -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,