1.提交缺失的东西

This commit is contained in:
2025-08-08 16:26:12 +08:00
parent be368ad106
commit 7499fa7d01

View File

@ -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);
}