作者 王晓刚
1 个管道 的构建 通过 耗费 1 秒

调试授权

... ... @@ -76,7 +76,7 @@ class WechatBase extends Controller
'secret' => config('wechat.secret'),
'oauth' => [
'scopes' => ['snsapi_userinfo'],
'callback' => url('user/index/callback'),
'callback' => url('home/user/callback'),
],
];
$app = new Application($config);
... ...