小程序web-view跳转公众号授权链接到外部H5,跳转不过去,为什么?
小程序获取到后台要授权的链接【https://open.weixin.qq.com/connect/oauth2/authorize?appid=xxx&redirect_uri=xxx2Fpages%2Fauth.jsp&response_type=code&scope=snsapi_userinfo&state=STATE#wechat_redirect】,用web-view跳转到公众号授权链接,业务域名配置好了,request合法域名也配置好了。但是显示异常【Uncaugh (in promise) thirdScriptError “request failed” String】。
请求的数据:
为啥会出现这种情况呢?