주소 변수 변경

This commit is contained in:
2024-04-05 15:31:54 +09:00
parent 621fb6e82e
commit fa0405a8b0
4 changed files with 4 additions and 4 deletions

View File

@@ -16,7 +16,7 @@
URL url = null;
URLConnection urlConnection = null;
String sUrl = System.getProperty("service.call.url");
String sUrl = System.getProperty("mci_url");
//String sUrl = "http://10.10.52.10:8880/mci/mci_core.jsp"; //MCI call
String sUrl_call_sucess_flag = sUrl + " URL Call succeeded";