We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
bug授权登录获取不了用户信息一直都是snsapi_base
config/wechat.php 配置了official_account.oauth.scopes 读取不了 发现缺少default \vendor\overtrue\laravel-wechat\src\Middleware\OAuthAuthenticate.php 46行 $scopes = $scopes ?: array_get($config, $account.'.oauth.scopes', ['snsapi_base']);
$scopes = $scopes ?: array_get($config, $account.'.oauth.scopes', ['snsapi_base']);