--- src/main/webapp/sample_mjon/jsp_example_send_msg_form_r1.jsp
+++ src/main/webapp/sample_mjon/jsp_example_send_msg_form_r1.jsp
... | ... | @@ -95,7 +95,7 @@ |
| 95 | 95 |
<!-- 발신자 번호 --> |
| 96 | 96 |
<div class="input_list_item"> |
| 97 | 97 |
<div class="input_left">callFrom |
| 98 |
- <input type="text" class="list_inputType1" id="callFrom" maxlength="100" value="01035520132" size="100"/> |
|
| 98 |
+ <input type="text" class="list_inputType1" id="callFrom" maxlength="100" value="01093414986" size="100"/> |
|
| 99 | 99 |
</div> |
| 100 | 100 |
</div> |
| 101 | 101 |
|
--- src/main/webapp/sample_mjon/jsp_example_send_msg_r1.jsp
+++ src/main/webapp/sample_mjon/jsp_example_send_msg_r1.jsp
... | ... | @@ -24,8 +24,8 @@ |
| 24 | 24 |
|
| 25 | 25 |
//회원아이디, APIKEY - 보안을 위해 실제 서비스 시에는 이곳에 mberId와 apiKey 값을 적어서 사용 |
| 26 | 26 |
//실제서비스용 |
| 27 |
- final String mberId = "antelope"; //문자온 로그인 아이디 |
|
| 28 |
- final String apiKey = "5ec0a0311a7a0eb25cc9c11468ce372cd64501"; //발급받은 api key |
|
| 27 |
+ final String mberId = "dudgusw"; //문자온 로그인 아이디 |
|
| 28 |
+ final String apiKey = "769089bdd0363e0d0b1d20761a8d013bd"; //발급받은 api ke |
|
| 29 | 29 |
|
| 30 | 30 |
|
| 31 | 31 |
//테스트용 |
... | ... | @@ -33,7 +33,8 @@ |
| 33 | 33 |
//String apiKey = request.getParameter("p_apiKey"); //발급받은 api key
|
| 34 | 34 |
|
| 35 | 35 |
/******************** 전송 요청 URL ********************/ |
| 36 |
- final String apiUrl = "https://api.munjaon.co.kr/api/send/sendMsg"; //개발테스트용 URL |
|
| 36 |
+// final String apiUrl = "https://api.munjaon.co.kr/api/send/sendMsg"; //개발테스트용 URL |
|
| 37 |
+ final String apiUrl = "http://localhost:8088/api/send/sendMsg"; //개발테스트용 URL URL |
|
| 37 | 38 |
|
| 38 | 39 |
/******************** 전송 정보 ********************/ |
| 39 | 40 |
//필수 값 |
--- src/main/webapp/sample_mjon/jsp_example_send_msgs_form_r1.jsp
+++ src/main/webapp/sample_mjon/jsp_example_send_msgs_form_r1.jsp
... | ... | @@ -130,7 +130,7 @@ |
| 130 | 130 |
<!-- 발신자 번호 --> |
| 131 | 131 |
<div class="input_list_item"> |
| 132 | 132 |
<div class="input_left">callFrom |
| 133 |
- <input type="text" class="list_inputType1" id="callFrom" maxlength="100" value="01035520132" size="100"/> |
|
| 133 |
+ <input type="text" class="list_inputType1" id="callFrom" maxlength="100" value="01093414986" size="100"/> |
|
| 134 | 134 |
</div> |
| 135 | 135 |
</div> |
| 136 | 136 |
|
--- src/main/webapp/sample_mjon/jsp_example_send_msgs_r1.jsp
+++ src/main/webapp/sample_mjon/jsp_example_send_msgs_r1.jsp
... | ... | @@ -24,16 +24,17 @@ |
| 24 | 24 |
|
| 25 | 25 |
//회원아이디, APIKEY - 보안을 위해 실제 서비스 시에는 이곳에 mberId와 apiKey 값을 적어서 사용 |
| 26 | 26 |
//실제서비스용 |
| 27 |
- final String mberId = "antelope"; //문자온 로그인 아이디 |
|
| 28 |
- final String apiKey = "5ec0a0311a7a0eb25cc9c11468ce372cd64501"; //발급받은 api key |
|
| 27 |
+ final String mberId = "dudgusw"; //문자온 로그인 아이디 |
|
| 28 |
+ final String apiKey = "769089bdd0363e0d0b1d20761a8d013bd"; //발급받은 api key |
|
| 29 |
+ |
|
| 29 | 30 |
|
| 30 | 31 |
//테스트용 |
| 31 |
- //String mberId = request.getParameter("p_mberId"); //문자온 로그인 아이디
|
|
| 32 |
- //String apiKey = request.getParameter("p_apiKey"); //발급받은 api key
|
|
| 32 |
+ //String mberId = request.getParameter("p_mberId"); //문자온 로그인 아이디
|
|
| 33 |
+ //String apiKey = request.getParameter("p_apiKey"); //발급받은 api key
|
|
| 33 | 34 |
|
| 34 |
- |
|
| 35 | 35 |
/******************** 전송 요청 URL ********************/ |
| 36 |
- String apiUrl = "https://api.munjaon.co.kr/api/send/sendMsgs"; //개발테스트용 URL |
|
| 36 |
+// final String apiUrl = "http://api.munjaon.co.kr/api/send/sendMsgs"; //개발테스트용 URL |
|
| 37 |
+ final String apiUrl = "http://localhost:8088/api/send/sendMsgs"; //개발테스트용 URL |
|
| 37 | 38 |
|
| 38 | 39 |
/******************** 전송 정보 ********************/ |
| 39 | 40 |
//필수 값 |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?