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
我用这个调用微信接口。有些接口是推xml数据,不需要key,请问有没有设置的方法 因为我看现在好像只能是推key-value的map
The text was updated successfully, but these errors were encountered:
Header[] headers = HttpHeader.custom().contentType("application/xml").build();
方式一:调用config.json(xml).headers(headers),然后再调用HttpClientUtil进行调用试试。 方式二:调用config.map(Utils.ENTITY_STRING, xml).headers(headers),然后再调用HttpClientUtil进行调用试试。
Sorry, something went wrong.
No branches or pull requests
我用这个调用微信接口。有些接口是推xml数据,不需要key,请问有没有设置的方法
因为我看现在好像只能是推key-value的map
The text was updated successfully, but these errors were encountered: