APP 어댑터 분기 추가

This commit is contained in:
Yunsam.Eo
2025-12-03 10:46:58 +09:00
parent f05f5d7bbc
commit 6bb20dec9f
@@ -420,6 +420,9 @@ public class ApiInterfaceService extends OnlBaseService {
case "NET":
outbndRoutName = "SOCKETOUT";
break;
case "APP":
outbndRoutName = "APPOUT";
break;
default:
outbndRoutName = "RESTOUT";
break;