有调试,发现进入白屏的时候,无法进入扫码事件execute那个方法。只要进入了方法就可以正常收到消息。而且跟微信号有关,有的微信可以,有的微信不行。
下面是方法内的请求链接:
"https://open.weixin.qq.com/connect/oauth2/authorize?appid=" +
appid + "&redirect_uri=" + EncodingUtil.encodeURIComponent(
url) + "&response_type=code&scope=" +
"snsapi_base&state=STATE#wechat_redirect"

你好,麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)