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 @@
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 @@
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
/******************** 전송 정보 ********************/
//필수 값