|
@@ -248,8 +248,7 @@ class Auth
|
|
|
'mobile' => $mobile,
|
|
|
|
|
|
'score' => 0,*/
|
|
|
-
|
|
|
- 'avatar' => $extend['gender'] == 1 ? config('avatar_boy') : config('avatar_girl'),
|
|
|
+ 'avatar' => $extend['gender'] == 1 ? config('avatar_boy') : config('avatar_girl'),
|
|
|
'introcode' => $this->getUinqueNo(6, $introcode),
|
|
|
];
|
|
|
$params = array_merge($data, [
|
|
@@ -352,8 +351,7 @@ class Auth
|
|
|
|
|
|
$data = [
|
|
|
'wechat_openid' => $wechat_openid,
|
|
|
-
|
|
|
- 'avatar' => $extend['gender'] == 1 ? config('avatar_boy') : config('avatar_girl'),
|
|
|
+ 'avatar' => $extend['gender'] == 1 ? config('avatar_boy') : config('avatar_girl'),
|
|
|
'introcode' => $this->getUinqueNo(6, $introcode),
|
|
|
'nickname' => $this->get_rand_nick_name(),
|
|
|
];
|
|
@@ -448,8 +446,7 @@ class Auth
|
|
|
|
|
|
$data = [
|
|
|
'ios_openid' => $ios_openid,
|
|
|
-
|
|
|
- 'avatar' => $extend['gender'] == 1 ? config('avatar_boy') : config('avatar_girl'),
|
|
|
+ 'avatar' => $extend['gender'] == 1 ? config('avatar_boy') : config('avatar_girl'),
|
|
|
'introcode' => $this->getUinqueNo(6, $introcode),
|
|
|
'nickname' => $this->get_rand_nick_name(),
|
|
|
];
|