We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Android端 版本3.2.0 问题:post请求表单传参,参数urlEncod 有中文时通过
//DokitUtil.java public static String requestBodyToString(RequestBody requestBody) { try { Buffer buffer = new Buffer(); requestBody.writeTo(buffer); return buffer.readUtf8(); } catch (IOException e) { e.printStackTrace(); } return ""; }
这个方法取到的String没有urldecod 导致isMockMatched()方法返回的是false 无法匹配
这种情况如何处理,现在匹配规则都是库里写死了
The text was updated successfully, but these errors were encountered:
我们会在下个版本对这里进行处理一下
Sorry, something went wrong.
No branches or pull requests
Android端
版本3.2.0
问题:post请求表单传参,参数urlEncod
有中文时通过
这个方法取到的String没有urldecod
导致isMockMatched()方法返回的是false
无法匹配
这种情况如何处理,现在匹配规则都是库里写死了
The text was updated successfully, but these errors were encountered: