V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  hmmm000  ›  全部回复第 1 页 / 共 1 页
回复总数  2
2023-10-24 20:00:40 +08:00
回复了 RedBeanIce 创建的主题 Java Apache HttpClient 进行 Post 请求 异常问题( Java 对接 walmart mp)
@RedBeanIce
String personResultAsJsonStr = null;
try {
personResultAsJsonStr = restTemplate.postForObject(url, request, String.class);

catch (HttpStatusCodeException e) {
//你要的响应体
System.out.println(e.getResponseBodyAsString());
}
2023-10-24 18:18:12 +08:00
回复了 RedBeanIce 创建的主题 Java Apache HttpClient 进行 Post 请求 异常问题( Java 对接 walmart mp)
resttemplate 可以通过 catch HttpStatusCodeException ,用 getResponseBodyAsString 方法获取非 200 返回的响应体。httpclient 不清楚。
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   958 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 9ms · UTC 20:50 · PVG 04:50 · LAX 12:50 · JFK 15:50
Developed with CodeLauncher
♥ Do have faith in what you're doing.