API SPEC 신규일때 인터페이스 하면 값을 세팅

This commit is contained in:
daekuk
2025-12-11 16:33:04 +09:00
parent b4eba6dfde
commit 2f11e50e41
3 changed files with 47 additions and 1 deletions
@@ -248,6 +248,7 @@ public class ApiInterfaceService extends OnlBaseService {
String stdKey = stdMessageUI.getBzwkSvcKeyName();
String inboundRestPath = StringUtils.substringAfter(stdKey, STEMSG_SERVICE_URL_DELIMITER);
apiInterfaceUI.setInboundRestPath(inboundRestPath);
apiInterfaceUI.setApiFullPath(standardMessageInfo.getApifullpath());
apiInterfaceUI.setStandardMessageItems(stdMessageUI.getStandardMessageItems());