개발서버에 push위해

This commit is contained in:
jaewohong
2025-11-19 16:17:01 +09:00
parent 2b06607d52
commit d808ce9958
2 changed files with 3 additions and 2 deletions
@@ -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");