개발서버에 push위해
This commit is contained in:
@@ -221,6 +221,7 @@ public class ApiAdapterController implements HttpAdapterServiceKey {
|
||||
InboundErrorLogger.error(errorInfoVO);
|
||||
}
|
||||
|
||||
/*
|
||||
private String makeResponseBodyMsg(String asyncMsgStyle) {
|
||||
|
||||
Map<String, Object> dataMap = new HashMap<>();
|
||||
@@ -249,6 +250,7 @@ public class ApiAdapterController implements HttpAdapterServiceKey {
|
||||
|
||||
return json.toJSONString();
|
||||
}
|
||||
*/
|
||||
|
||||
|
||||
}
|
||||
@@ -76,7 +76,6 @@ public class ApiAdapterService extends HttpAdapterServiceSupport {
|
||||
String adptGrpName = adapterGroupVO.getName();
|
||||
String adptName = adapterVO.getName();
|
||||
|
||||
|
||||
String urlDecodeYn = httpProp.getProperty(URL_DECODE_YN, "N");
|
||||
String encode = StringUtils.defaultIfBlank(adapterGroupVO.getMessageEncode(), "UTF-8");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user