使用的包是这个 https://github.com/SocialiteProviders/Weixin-Web| 8cb1c2e2272bc0c6cadacee7d1e953e91 |
代码如下:
public function weixin()
{
return \Socialite::with('weixinweb')->redirect();
}
public function weixin_callback() {
$oauthUser = \Socialite::driver('weixinweb')->user();
var_dump($oauthUser);
}<br></br>
有人用过Socialite Providers中的微信登录么?callback后提示:
