小程序中webview打开h5授权问题
- 当前 Bug 的表现(可附上截图) android手机 程序结构是: 小程序里套一个webview 小程序不进行授权 webview 打开url 走微信h5授权 获取用户信息 现在遇到问题是:
1. 首次进入小程序 在小程序中打开webview 访问h5 此时h5执行授权
2. 授权时302 跳转到 https://open.weixin.qq.com/connect/oauth2/authorize?appid=#{appId}&redirect_uri=#{url}&response_type=code&scope=snsapi_userinfo&state=#{state}#wechat_redirect
此时的链接无返回http 状态码 这时会请求下面链接https://open.weixin.qq.com/connect/oauth2/authorize?appid=#{appId}&redirect_uri=#{url}&response_type=code&scope=snsapi_userinfo&state=#{state}&md=true&uin=#{uin}&key=#{ey}&pass_ticket=#{pass_ticket} 这时返回 该链接无法访问 html页 - 预期表现 小程序打开webview 进行h5授权正常