From 5309f24aa886eb56ffeedffafb15c6fe77d33a5a Mon Sep 17 00:00:00 2001 From: Devil Date: Mon, 21 Jun 2021 23:55:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E4=BF=A1=E5=B0=8F=E7=A8=8B=E5=BA=8F?= =?UTF-8?q?=E7=94=A8=E6=88=B7=E6=8E=88=E6=9D=83=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/api/controller/User.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/application/api/controller/User.php b/application/api/controller/User.php index 9d91d7918..e72414b58 100755 --- a/application/api/controller/User.php +++ b/application/api/controller/User.php @@ -284,10 +284,7 @@ class User extends Common if(UserService::UserOpenidBind($user['id'], $result['data']['openid'], 'weixin_openid')) { // 登录数据更新 - UserService::UserLoginRecord($user['id'], true); - - // openid加入用户数据 - $user['weixin_openid'] = $result['data']['openid']; + $user = UserService::AppUserInfoHandle($user['id']); } } }