feat : wx login

This commit is contained in:
2024-11-25 11:44:14 +08:00
parent af46572405
commit 91642abac5

View File

@@ -41,7 +41,7 @@ class WxFastLoginService extends LoginBaseService
$wxInfo = $this->jsCodeGetOpenId($this->jsCode);
$this->openId = $wxInfo['openid'];
$this->unionId = $wxInfo['unionid'];
$this->unionId = $wxInfo['unionid'] ?? '';
$this->checkLock(self::LOGIN_TYPE);