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