最近我也遇到这个问题,最终导致的原因是因为,每个小程序都有对应独立的angentId和secret,而我的secret配置的不对
企业微信获取userId总是报50001错误,提示redirect_uri unauthoriz?企业微信内部应用开发的api https://qyapi.weixin.qq.com/cgi-bin/user/getuserinfo?access_token=ACCESS_TOKEN&code=CODE 老是报50001的错误,这个可信域名应该在哪里配置呢? [图片]
2023-10-31在微信测试公众号的配置中,在“网页授权获取用户基本信息”的配置配置的域名不要加http或者https !比如域名是https://developers.weixin.qq.com 那么就配置成developers.weixin.qq.com
redirect_uri域名与后台配置不一致,错误码10003?用的测试号 [图片] 网址: 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` 开发工具里面给的提示是: [图片] 手机给的提示是: [图片] 有没有大神知道是哪里的问题?
2023-09-19