hmmm000's recent timeline updates
hmmm000

hmmm000

V2EX member #583310, joined on 2022-05-30 14:49:02 +08:00
hmmm000's recent replies
@RedBeanIce
String personResultAsJsonStr = null;
try {
personResultAsJsonStr = restTemplate.postForObject(url, request, String.class);

catch (HttpStatusCodeException e) {
//你要的响应体
System.out.println(e.getResponseBodyAsString());
}
resttemplate 可以通过 catch HttpStatusCodeException ,用 getResponseBodyAsString 方法获取非 200 返回的响应体。httpclient 不清楚。
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   2640 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 271ms · UTC 16:02 · PVG 00:02 · LAX 09:02 · JFK 12:02
♥ Do have faith in what you're doing.