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

调试授权

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