소스 검색

注释行为验证

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,