From 847e6009cb4f05c194dad5a10a8d4a03eab03903 Mon Sep 17 00:00:00 2001 From: wucongxing <815046773@qq.com> Date: Sat, 13 May 2023 17:33:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=99=BB=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Services/LoginService.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/app/Services/LoginService.php b/app/Services/LoginService.php index a7ec6ce..f37e4b6 100644 --- a/app/Services/LoginService.php +++ b/app/Services/LoginService.php @@ -181,11 +181,6 @@ class LoginService extends BaseService $data['open_id'] = $wx_info_data['openid']; } - if ($wx_info_data['unionid'] != $result['union_id']) { - // 更新union_id - $data['union_id'] = $wx_info_data['unionid']; - } - $data['updated_at'] = date('Y-m-d H:i:s', time()); $params = array();