如果你已经确认你的oauth2 授权url没有加http,
请你检查你的redirect_uri有没有在域名前面加上http!!!
代码如下:
// 一定要检查你的redirect_uri $redirect = 'https://open.weixin.qq.com/connect/oauth2/authorize?appid=你的appID&redirect_uri=http://你的域名/get?id=18&response_type=code&scope=snsapi_base&state=1&connect_redirect=1#wechat_redirect';
然后,问题解决了!困扰了很久最后发现解决的方法其实很简单,希望可以帮助到大家。