fix : member list
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user