微信公众号授权获取公众号openid提示{message:"出现错误"}
流程如下
0x01 小程序包含webview
"https://open.weixin.qq.com/connect/oauth2/authorize?appid=****&redirect_uri=https://***/api/WeChat/BindSubions&response_type=code&scope=snsapi_base&state={{relationInfo.wu_id+'-'+reurl}}#wechat_redirect"
0x02 重定向到服务端获取用户公众号openid
https://api.weixin.qq.com/sns/oauth2/access_token?appid={0}&secret={1}&code={2}&grant_type=authorization_code
0x03 获取成功重定向会小程序内部
出现问题如下
你好,麻烦再次检查对应参数,建议在开发者工具中调试后提供错误返回说明