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
我看到在签名时获取body是根据UTF-8字符集获取的。
但是在打印失败请求body日志时却没有使用UTF-8字符集,,现在来看我的body日志确实是乱码的
The text was updated successfully, but these errors were encountered:
我的使用方式和#43类似
restTemplate.setRequestFactory( new HttpComponentsClientHttpRequestFactory(httpClient));
无法手动创建和设置HttpEntity的字符集
Sorry, something went wrong.
No branches or pull requests
我看到在签名时获取body是根据UTF-8字符集获取的。
但是在打印失败请求body日志时却没有使用UTF-8字符集,,现在来看我的body日志确实是乱码的
The text was updated successfully, but these errors were encountered: