We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Unknown Property – yii\base\UnknownPropertyException Setting unknown property: jianyan\easywechat\WechatUser::access_token
经排查原因可能如下: Yii::$app->wechat->getUser()
Yii::$app->wechat->getUser()
$config = $userInfo ? json_decode($userInfo, true) : []; self::$_user = new WechatUser($config);
上面代码$config包含了字段和 WechatUser 中的public属性不一致导致
The text was updated successfully, but these errors were encountered:
这个问题仍然没解决,接受PR吗?
Sorry, something went wrong.
No branches or pull requests
Unknown Property – yii\base\UnknownPropertyException
Setting unknown property: jianyan\easywechat\WechatUser::access_token
经排查原因可能如下:
Yii::$app->wechat->getUser()
上面代码$config包含了字段和 WechatUser 中的public属性不一致导致
The text was updated successfully, but these errors were encountered: