用的测试号
网址: https://demo2.yinux.xyz/my
构造的授权链接:
let url = window.location.href
let appid = 'wxa600b3f50b79bea8'
let scope = 'snsapi_base'
let state = 100
let wxurl = `https://open.weixin.qq.com/connect/oauth2/authorize?appid=${appid}&redirect_uri=${encodeURIComponent(url)}&response_type=code&scope=${scope}&state=${state}#wechat_redirect`
开发工具里面给的提示是:
手机给的提示是:
有没有大神知道是哪里的问题?
你好,麻烦提供下完整的请求包
下面是公众号的截图:
是测试号的这里没有修改导致的
微信测试号
自己配置测试的时候一直报错 “redirect_uri域名与后台配置不一致,错误码10003”,看了这个文章才知道需要在“网页授权获取用户基本信息”的地方再次配置域名。。
希望能帮到大家!
在微信测试公众号的配置中,在“网页授权获取用户基本信息”的配置配置的域名不要加http或者https !比如域名是https://developers.weixin.qq.com 那么就配置成developers.weixin.qq.com