浏览代码

注释行为验证

sandm 1 周之前
父节点
当前提交
519635babb
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/Services/Auth/AuthService.php

+ 1 - 1
app/Services/Auth/AuthService.php

@@ -76,7 +76,7 @@ class AuthService
             $data = [
                 'mobile' => $account,
                 'password' => Hash::make($this->getRandomName()),
-                'utype' => 1,
+                'utype' => 2,
                 'reg_type' => 1,
                 'reg_source' => 2,
                 'member_status' => 1,