From 808e6bdb96f85a26d72defea3db54a985fc9a5ba Mon Sep 17 00:00:00 2001 From: jaewohong Date: Thu, 15 Jan 2026 09:11:40 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B0=95=EC=A0=9C=20=EB=8C=80=EB=AC=B8?= =?UTF-8?q?=EC=9E=90=EC=B9=98=ED=99=98=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../eactive/eai/adapter/controller/ApiAdapterController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/eactive/eai/adapter/controller/ApiAdapterController.java b/src/main/java/com/eactive/eai/adapter/controller/ApiAdapterController.java index 213cc3a..fb4d78e 100644 --- a/src/main/java/com/eactive/eai/adapter/controller/ApiAdapterController.java +++ b/src/main/java/com/eactive/eai/adapter/controller/ApiAdapterController.java @@ -142,7 +142,7 @@ public class ApiAdapterController implements HttpAdapterServiceKey { int httpStatus = servletResponse.getStatus(); if (httpStatus == 200) { // 업체별 aync response message 가 다르다. - String asyncMsgStyle = httpProp.getProperty("ASYNC_RTNMSG_TYPE", "").toUpperCase(); + String asyncMsgStyle = httpProp.getProperty("ASYNC_RTNMSG_TYPE", ""); String responseBody =""; if (asyncMsgStyle == null || asyncMsgStyle.trim().isEmpty()) { responseBody = makeResponseBodyMsg();