Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

网页授权成功后,获取用户信息错误 #9

Open
aszx0413 opened this issue Dec 17, 2020 · 1 comment
Open

网页授权成功后,获取用户信息错误 #9

aszx0413 opened this issue Dec 17, 2020 · 1 comment

Comments

@aszx0413
Copy link

Unknown Property – yii\base\UnknownPropertyException
Setting unknown property: jianyan\easywechat\WechatUser::access_token

经排查原因可能如下:
Yii::$app->wechat->getUser()

$config = $userInfo ? json_decode($userInfo, true) : [];
self::$_user = new WechatUser($config);

上面代码$config包含了字段和 WechatUser 中的public属性不一致导致

@aszx0413
Copy link
Author

这个问题仍然没解决,接受PR吗?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant