From 6bb20dec9f92eae1acdda0a1ffc81e21bce44745 Mon Sep 17 00:00:00 2001 From: "Yunsam.Eo" Date: Wed, 3 Dec 2025 10:46:58 +0900 Subject: [PATCH] =?UTF-8?q?APP=20=EC=96=B4=EB=8C=91=ED=84=B0=20=EB=B6=84?= =?UTF-8?q?=EA=B8=B0=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../eai/rms/onl/transaction/apim/ApiInterfaceService.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main/java/com/eactive/eai/rms/onl/transaction/apim/ApiInterfaceService.java b/src/main/java/com/eactive/eai/rms/onl/transaction/apim/ApiInterfaceService.java index 416553c..d01524b 100644 --- a/src/main/java/com/eactive/eai/rms/onl/transaction/apim/ApiInterfaceService.java +++ b/src/main/java/com/eactive/eai/rms/onl/transaction/apim/ApiInterfaceService.java @@ -420,6 +420,9 @@ public class ApiInterfaceService extends OnlBaseService { case "NET": outbndRoutName = "SOCKETOUT"; break; + case "APP": + outbndRoutName = "APPOUT"; + break; default: outbndRoutName = "RESTOUT"; break;