feat : wx login
This commit is contained in:
@@ -41,7 +41,7 @@ class WxFastLoginService extends LoginBaseService
|
|||||||
|
|
||||||
$wxInfo = $this->jsCodeGetOpenId($this->jsCode);
|
$wxInfo = $this->jsCodeGetOpenId($this->jsCode);
|
||||||
$this->openId = $wxInfo['openid'];
|
$this->openId = $wxInfo['openid'];
|
||||||
$this->unionId = $wxInfo['unionid'];
|
$this->unionId = $wxInfo['unionid'] ?? '';
|
||||||
|
|
||||||
$this->checkLock(self::LOGIN_TYPE);
|
$this->checkLock(self::LOGIN_TYPE);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user