...
|
...
|
@@ -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);
|
...
|
...
|
|