Skip to content
This repository has been archived by the owner on Jul 9, 2020. It is now read-only.

verifyQRCode方法有问题 #111

Open
zherop opened this issue Dec 29, 2017 · 2 comments
Open

verifyQRCode方法有问题 #111

zherop opened this issue Dec 29, 2017 · 2 comments

Comments

@zherop
Copy link

zherop commented Dec 29, 2017

Response response = get(ApiURL.VERIFY_QR_CODE, new Object[] { Integer.valueOf(hash33(this.qrsig)) });
String result = (String)response.getBody();

这两行代码,result中文乱码,导致后面的判断无效

@yousida
Copy link

yousida commented Jan 9, 2018

我debug也是这种情况。。。

@Jamling
Copy link

Jamling commented Jan 9, 2018

换网络库吧。我fork后,使用okhttp替换request就挺稳定的。

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants