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