강제 대문자치환 제거
This commit is contained in:
@@ -142,7 +142,7 @@ public class ApiAdapterController implements HttpAdapterServiceKey {
|
|||||||
int httpStatus = servletResponse.getStatus();
|
int httpStatus = servletResponse.getStatus();
|
||||||
if (httpStatus == 200) {
|
if (httpStatus == 200) {
|
||||||
// 업체별 aync response message 가 다르다.
|
// 업체별 aync response message 가 다르다.
|
||||||
String asyncMsgStyle = httpProp.getProperty("ASYNC_RTNMSG_TYPE", "").toUpperCase();
|
String asyncMsgStyle = httpProp.getProperty("ASYNC_RTNMSG_TYPE", "");
|
||||||
String responseBody ="";
|
String responseBody ="";
|
||||||
if (asyncMsgStyle == null || asyncMsgStyle.trim().isEmpty()) {
|
if (asyncMsgStyle == null || asyncMsgStyle.trim().isEmpty()) {
|
||||||
responseBody = makeResponseBodyMsg();
|
responseBody = makeResponseBodyMsg();
|
||||||
|
|||||||
Reference in New Issue
Block a user