@@ -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,