From 35317080a050493588f8353c2ba3019e81ef47ae Mon Sep 17 00:00:00 2001 From: ctexthuang Date: Mon, 31 Mar 2025 14:40:14 +0800 Subject: [PATCH] fix : member list --- app/Service/Api/Login/WxFastLoginService.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/Service/Api/Login/WxFastLoginService.php b/app/Service/Api/Login/WxFastLoginService.php index fb696a0..285c610 100644 --- a/app/Service/Api/Login/WxFastLoginService.php +++ b/app/Service/Api/Login/WxFastLoginService.php @@ -75,6 +75,8 @@ class WxFastLoginService extends LoginBaseService */ private function updateMobile(): void { + $this->log->debug(json_encode($this->userInfo->toArray())); + $this->log->debug('user_mobile:'.$this->mobile); if (empty($this->mobile)) return; if ($this->userInfo->mobile == $this->mobile) return;