강제 대문자치환 제거

This commit is contained in:
jaewohong
2026-01-15 09:11:40 +09:00
parent a1cb87c1a4
commit 808e6bdb96
@@ -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();