微信分享,登陆支付等接口调用 白屏原因 记录一下
最近接微信的分享和支付接口遇到的Bug不要太奇葩,
错误信息:android println needs a message error
支付白屏原因竟然是我调用了Log.d("---------------", resp.errStr);
分享出现白屏原因是因为调用了oast.makeText(this, result, Toast.LENGTH_LONG).show();
测试注释掉...
原创
2018-03-23 15:12:46 ·
2661 阅读 ·
0 评论