에러 메시지 관련 수정

master
mjkhan21 11 months ago
parent 70b95a9bb5
commit d887642502

@ -80,10 +80,10 @@ public class Requestor {
); );
String body = hresp.body(); String body = hresp.body();
Log.get(Requestor.class).debug("targetMessage:\n{}", body); Log.get(Requestor.class).debug("targetMessage:\n{}", body);
/*
if (WebClient.Request.SUCCESS != hresp.statusCode()) if (WebClient.Request.SUCCESS != hresp.statusCode())
throw new RuntimeException(intfInfo.interfaceID() + ": " + hresp.statusCode()); throw new RuntimeException(intfInfo.interfaceID() + ": " + hresp.statusCode());
*/
intfInfo intfInfo
.json(json) .json(json)
.parseTargetMessage(body); .parseTargetMessage(body);

Loading…
Cancel
Save