|
@@ -259,6 +259,10 @@ class LoginController extends AbstractController
|
|
'salt' => $salt,
|
|
'salt' => $salt,
|
|
'password' => $openInfoData['openid'],
|
|
'password' => $openInfoData['openid'],
|
|
'type_id' => 20000,
|
|
'type_id' => 20000,
|
|
|
|
+ 'mobile'=>$response['phone_info']['purePhoneNumber'],
|
|
|
|
+ 'other'=>[],
|
|
|
|
+ 'city_arr_id'=>[],
|
|
|
|
+ 'address_arr_id'=>[]
|
|
];
|
|
];
|
|
$checkUserInfo = $this->userServiceClient->createUser($createUserData);
|
|
$checkUserInfo = $this->userServiceClient->createUser($createUserData);
|
|
}
|
|
}
|