使用的包是这个 https://github.com/SocialiteProviders/Weixin-Web| d4e63014ba4d78bf4f15fd46b36b95971 |
代码如下:
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后提示:
