|
@@ -227,8 +227,6 @@ class Auth
|
|
|
'mobile' => $mobile,
|
|
|
|
|
|
'score' => 0,*/
|
|
|
-
|
|
|
-
|
|
|
'avatar' => '',
|
|
|
'introcode' => $this->getUinqueNo(8, $introcode),
|
|
|
];
|
|
@@ -307,7 +305,6 @@ class Auth
|
|
|
|
|
|
$data = [
|
|
|
'wechat_openid' => $wechat_openid,
|
|
|
-
|
|
|
'avatar' => '',
|
|
|
'introcode' => $this->getUinqueNo(8, $introcode),
|
|
|
'nickname' => $this->get_rand_nick_name(),
|
|
@@ -383,7 +380,6 @@ class Auth
|
|
|
|
|
|
$data = [
|
|
|
'ios_user_id' => $ios_user_id,
|
|
|
-
|
|
|
'avatar' => '',
|
|
|
'introcode' => $this->getUinqueNo(8, $introcode),
|
|
|
'nickname' => $this->get_rand_nick_name(),
|