获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
链接: https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxebfb98eed417648b&redirect_uri=https%3A%2F%2Fpassport.ybaobx.com%2Fapi%2Fauth%2FwxGzh&response_type=code&scope=snsapi_base&state=0404391681695736166&connect_redirect=1#wechat_redirect
系统部分用户提示微信公众号提示10005错误?大部分用户静默授权(snsapi_base)正常,少部分用户返回10005。
2023-04-17生产环境,每天都有code和state为null的微信回调通知
公众号获取openid有的时候回调网页无法获取到code和state为null的问题?location.href="https://open.weixin.qq.com/connect/oauth2/authorize?appid=${appid}&redirect_uri=${redirect_uri}&response_type=code&scope=snsapi_base&state=STATE#wechat_redirect"; 其中的redirect_uri 地址偶尔有获取到 String code = request.getParameter("code"); String state = request.getParameter("state"); code 和 state为null的情况
2022-01-21