关于微信response_type参数错误
可能出现问题的几个原因:
1.正确的2.0auth的地址:https://open.weixin.qq.com/connect/oauth2/authorize?appid=1%&redirect_uri=2%&response_type=code&scope=snsapi_userinfo&state=STATE#wechat_redirect
替换1%和2%成对应的参数
2.redirect_uri里面带有#也会造成这个原因。eg:http://www.baidu.com/#就会出现
posted on 2017-01-09 11:06 a597525618 阅读(4385) 评论(0) 编辑 收藏 举报