JSON 메시지 이원을 위해서, 리턴을 byte[] -> String으로 변경

This commit is contained in:
curry772
2026-06-10 08:51:28 +09:00
parent a538b9838e
commit 909cda9ffb
@@ -177,7 +177,8 @@ public class HttpClient5AdapterServiceBody extends HttpClient5AdapterServiceSupp
+ CommonLib.getDumpMessage(responseMessage));
}
return responseMessage;
// return responseMessage;
return responseString;
} catch (SocketTimeoutException ste) { // Read Timeout :: HttpClient 3.1일 경우
if (vo.getTraceLevel() >= 3) {