From 49c0227c8ac92c6a2e56397a8758636ffa099abc Mon Sep 17 00:00:00 2001 From: hylee Date: Wed, 26 Jul 2023 10:26:15 +0900 Subject: [PATCH] =?UTF-8?q?feat:API-=20=ED=85=8C=EC=8A=A4=ED=8A=B8?= =?UTF-8?q?=EB=A5=BC=20=EC=9C=84=ED=95=B4=20=EC=9A=94=EC=B2=AD=20=EC=A3=BC?= =?UTF-8?q?=EC=86=8C=20local=EB=A1=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../sample_mjon/jsp_example_send_msg_form_r1.jsp | 2 +- .../webapp/sample_mjon/jsp_example_send_msg_r1.jsp | 7 ++++--- .../sample_mjon/jsp_example_send_msgs_form_r1.jsp | 2 +- .../webapp/sample_mjon/jsp_example_send_msgs_r1.jsp | 13 +++++++------ 4 files changed, 13 insertions(+), 11 deletions(-) diff --git a/src/main/webapp/sample_mjon/jsp_example_send_msg_form_r1.jsp b/src/main/webapp/sample_mjon/jsp_example_send_msg_form_r1.jsp index 055f4b3d..4f8a37eb 100644 --- a/src/main/webapp/sample_mjon/jsp_example_send_msg_form_r1.jsp +++ b/src/main/webapp/sample_mjon/jsp_example_send_msg_form_r1.jsp @@ -95,7 +95,7 @@
callFrom - +
diff --git a/src/main/webapp/sample_mjon/jsp_example_send_msg_r1.jsp b/src/main/webapp/sample_mjon/jsp_example_send_msg_r1.jsp index d29e439c..3ea3a456 100644 --- a/src/main/webapp/sample_mjon/jsp_example_send_msg_r1.jsp +++ b/src/main/webapp/sample_mjon/jsp_example_send_msg_r1.jsp @@ -24,8 +24,8 @@ //회원아이디, APIKEY - 보안을 위해 실제 서비스 시에는 이곳에 mberId와 apiKey 값을 적어서 사용 //실제서비스용 - final String mberId = "antelope"; //문자온 로그인 아이디 - final String apiKey = "5ec0a0311a7a0eb25cc9c11468ce372cd64501"; //발급받은 api key + final String mberId = "dudgusw"; //문자온 로그인 아이디 + final String apiKey = "769089bdd0363e0d0b1d20761a8d013bd"; //발급받은 api ke //테스트용 @@ -33,7 +33,8 @@ //String apiKey = request.getParameter("p_apiKey"); //발급받은 api key /******************** 전송 요청 URL ********************/ - final String apiUrl = "https://api.munjaon.co.kr/api/send/sendMsg"; //개발테스트용 URL +// final String apiUrl = "https://api.munjaon.co.kr/api/send/sendMsg"; //개발테스트용 URL + final String apiUrl = "http://localhost:8088/api/send/sendMsg"; //개발테스트용 URL URL /******************** 전송 정보 ********************/ //필수 값 diff --git a/src/main/webapp/sample_mjon/jsp_example_send_msgs_form_r1.jsp b/src/main/webapp/sample_mjon/jsp_example_send_msgs_form_r1.jsp index f57a7a46..44bbc5a7 100644 --- a/src/main/webapp/sample_mjon/jsp_example_send_msgs_form_r1.jsp +++ b/src/main/webapp/sample_mjon/jsp_example_send_msgs_form_r1.jsp @@ -130,7 +130,7 @@
callFrom - +
diff --git a/src/main/webapp/sample_mjon/jsp_example_send_msgs_r1.jsp b/src/main/webapp/sample_mjon/jsp_example_send_msgs_r1.jsp index 9461fb9a..d7683df5 100644 --- a/src/main/webapp/sample_mjon/jsp_example_send_msgs_r1.jsp +++ b/src/main/webapp/sample_mjon/jsp_example_send_msgs_r1.jsp @@ -24,16 +24,17 @@ //회원아이디, APIKEY - 보안을 위해 실제 서비스 시에는 이곳에 mberId와 apiKey 값을 적어서 사용 //실제서비스용 - final String mberId = "antelope"; //문자온 로그인 아이디 - final String apiKey = "5ec0a0311a7a0eb25cc9c11468ce372cd64501"; //발급받은 api key + final String mberId = "dudgusw"; //문자온 로그인 아이디 + final String apiKey = "769089bdd0363e0d0b1d20761a8d013bd"; //발급받은 api key + //테스트용 - //String mberId = request.getParameter("p_mberId"); //문자온 로그인 아이디 - //String apiKey = request.getParameter("p_apiKey"); //발급받은 api key + //String mberId = request.getParameter("p_mberId"); //문자온 로그인 아이디 + //String apiKey = request.getParameter("p_apiKey"); //발급받은 api key - /******************** 전송 요청 URL ********************/ - String apiUrl = "https://api.munjaon.co.kr/api/send/sendMsgs"; //개발테스트용 URL +// final String apiUrl = "http://api.munjaon.co.kr/api/send/sendMsgs"; //개발테스트용 URL + final String apiUrl = "http://localhost:8088/api/send/sendMsgs"; //개발테스트용 URL /******************** 전송 정보 ********************/ //필수 값’