1.提交缺失的东西
This commit is contained in:
@ -342,7 +342,8 @@ class LoginLogic extends LogicBase
|
||||
->find();
|
||||
if($user_info == null){
|
||||
$open=new Getopenid();
|
||||
$response['openid'] = $open;
|
||||
$open_id=$open->getOpenid($post['code']);
|
||||
$response['openid'] = $open_id;
|
||||
$response['mobile'] = $post['account'];
|
||||
$user_info = UserServer::createUser($response, Client_::mnp);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user