--- src/main/webapp/WEB-INF/decorators.xml
+++ src/main/webapp/WEB-INF/decorators.xml
... | ... | @@ -31,6 +31,10 @@ |
| 31 | 31 |
<pattern>/sample_mjon/jsp_example_hstry_detail_form_r1.jsp</pattern> |
| 32 | 32 |
<pattern>/sample_mjon/jsp_example_select_price_form_r1.jsp</pattern> |
| 33 | 33 |
<pattern>/sample_mjon/jsp_example_start_form_r1.jsp</pattern> |
| 34 |
+ <pattern>/sample_mjon/jsp_example_select_price_form_r1.jsp</pattern> |
|
| 35 |
+ |
|
| 36 |
+ |
|
| 37 |
+ |
|
| 34 | 38 |
|
| 35 | 39 |
|
| 36 | 40 |
<pattern>*/error/*</pattern> |
--- src/main/webapp/WEB-INF/jsp/web/pay/PayGuide.jsp
+++ src/main/webapp/WEB-INF/jsp/web/pay/PayGuide.jsp
... | ... | @@ -448,7 +448,7 @@ |
| 448 | 448 |
<tbody> |
| 449 | 449 |
<tr> |
| 450 | 450 |
<th>팩스</th> |
| 451 |
- <td>전송 가능 파일(hwp, pdf, ppt, xls, xlsx, doc, jpg, jpeg, bmp, txt, gif, hwpml, tif, htm, html, gul)</td> |
|
| 451 |
+ <td>전송 가능 파일(hwp, pdf, ppt, xls, xlsx, doc, jpg, jpeg, bmp, txt, gif, hwpml, tif, gul)</td> |
|
| 452 | 452 |
<td>1매 : <span>${faxPrice}</span>원</td>
|
| 453 | 453 |
</tr> |
| 454 | 454 |
</tbody> |
--- src/main/webapp/WEB-INF/jsp/web/user/sendRESTAPI_infoPage3_r1.jsp
+++ src/main/webapp/WEB-INF/jsp/web/user/sendRESTAPI_infoPage3_r1.jsp
... | ... | @@ -8,6 +8,17 @@ |
| 8 | 8 |
}); |
| 9 | 9 |
|
| 10 | 10 |
</script> |
| 11 |
+<style> |
|
| 12 |
+ |
|
| 13 |
+ .padding_add > p |
|
| 14 |
+ {
|
|
| 15 |
+ padding-left: 30px; |
|
| 16 |
+ padding-bottom: 8px; |
|
| 17 |
+ } |
|
| 18 |
+ |
|
| 19 |
+ |
|
| 20 |
+ |
|
| 21 |
+</style> |
|
| 11 | 22 |
<!-- content 영역 --> |
| 12 | 23 |
<div class="inner"> |
| 13 | 24 |
<!-- send top --> |
... | ... | @@ -35,77 +46,32 @@ |
| 35 | 46 |
<li class="tab"><button type="button" onclick="TabType1(this,'5')" id="btnEstimate5">발송가능건수</button></li> |
| 36 | 47 |
</ul><!--// tab button --> |
| 37 | 48 |
</div> |
| 49 |
+ |
|
| 50 |
+ <!-- 문자보내기 --> |
|
| 51 |
+ <!-- 문자보내기 --> |
|
| 38 | 52 |
<!-- 문자보내기 --> |
| 39 | 53 |
<div class="fee_cont current" id="tab1_1"> |
| 40 |
- <p class="tType1_title">문자보내기</p> |
|
| 41 |
- <span class="reqTxt4"> |
|
| 42 |
- 동일한 내용의 문자를 컴마(,)로 분기하여 동시 1천명에게 전송하실 수 있습니다. |
|
| 43 |
- </br> |
|
| 44 |
- 발신번호는 사이트내에서 미리 등록된 번호만 사용하실 수 있습니다. |
|
| 45 |
- </br> |
|
| 46 |
- msg_type을 지정하지 않으시면 90byte를 초과하는 메시지 발송 시 LMS(첨부파일 없는 MMS) 형태로 자동 전환됩니다. |
|
| 47 |
- </br> |
|
| 48 |
- (단, 시스템별 개행문자등의 Byte가 다를 수 있으므로 전송전 90Byte 체크를 하여 msg_type을 지정하시는것을 권장합니다.) |
|
| 49 |
- </span> |
|
| 50 |
- </br> |
|
| 51 |
- </br> |
|
| 52 |
- |
|
| 53 |
- <ul class="clause_list"> |
|
| 54 |
- <li class="list_open on"> |
|
| 55 |
- <div class="clause_list_head"> |
|
| 56 |
- <div class="list_head_in"> |
|
| 57 |
- <span>Request</span> |
|
| 58 |
- </div> |
|
| 59 |
- </div> |
|
| 60 |
- <div class="clause_list_body"> |
|
| 61 |
- <table class="refund_info"> |
|
| 62 |
- <colgroup> |
|
| 63 |
- <col style="width: 25%"> |
|
| 64 |
- <col style="width: auto;"> |
|
| 65 |
- </colgroup> |
|
| 66 |
- <tbody> |
|
| 67 |
- <tr> |
|
| 68 |
- <td>Http Method</td> |
|
| 69 |
- <td>POST</td> |
|
| 70 |
- </tr> |
|
| 71 |
- <tr> |
|
| 72 |
- <td>프로토콜</td> |
|
| 73 |
- <td>HTTP/1.1</td> |
|
| 74 |
- </tr> |
|
| 75 |
- <tr> |
|
| 76 |
- <td>HOST</td> |
|
| 77 |
- <td>api.munjaon.co.kr</td> |
|
| 78 |
- </tr> |
|
| 79 |
- <tr> |
|
| 80 |
- <td>Service Port</td> |
|
| 81 |
- <td>443</td> |
|
| 82 |
- </tr> |
|
| 83 |
- </tbody> |
|
| 84 |
- </table> |
|
| 85 |
- </div> |
|
| 86 |
- </li> |
|
| 87 |
- </ul> |
|
| 88 |
- <span class="reqTxt4"> |
|
| 89 |
- HTTPS 프로토콜을 사용하여 POST로 요청합니다. 예약설정을 통해 예약문자로 등록이 가능하며, 파일첨부를 통해 MMS 전송이 가능합니다. |
|
| 90 |
- </span> |
|
| 54 |
+ <c:import url="./sendRESTAPI_infoPage3_r1_tab1.jsp" /> |
|
| 91 | 55 |
</div> |
| 92 | 56 |
|
| 93 | 57 |
<!-- 문자보내기(대량) --> |
| 58 |
+ <!-- 문자보내기(대량) --> |
|
| 59 |
+ <!-- 문자보내기(대량) --> |
|
| 94 | 60 |
<div class="fee_cont" id="tab1_2"> |
| 95 |
- |
|
| 96 |
- </div><!-- 결제관리 - 요금안내/견적내기 - 견적내기 --> |
|
| 61 |
+ <c:import url="./sendRESTAPI_infoPage3_r1_tab2.jsp" /> |
|
| 62 |
+ </div> |
|
| 97 | 63 |
|
| 98 | 64 |
<!-- 전송내역조회 --> |
| 99 | 65 |
<div class="fee_cont" id="tab1_3"> |
| 100 |
- 3 |
|
| 66 |
+ <c:import url="./sendRESTAPI_infoPage3_r1_tab3.jsp" /> |
|
| 101 | 67 |
</div> |
| 102 | 68 |
<!-- 전송결과조회(상세) --> |
| 103 | 69 |
<div class="fee_cont" id="tab1_4"> |
| 104 |
- 4 |
|
| 70 |
+ <c:import url="./sendRESTAPI_infoPage3_r1_tab4.jsp" /> |
|
| 105 | 71 |
</div> |
| 106 | 72 |
<!-- 발송가능건수 --> |
| 107 | 73 |
<div class="fee_cont" id="tab1_5"> |
| 108 |
- 5 |
|
| 74 |
+ <c:import url="./sendRESTAPI_infoPage3_r1_tab5.jsp" /> |
|
| 109 | 75 |
</div> |
| 110 | 76 |
</div> |
| 111 | 77 |
</div><!--// send top --> |
+++ src/main/webapp/WEB-INF/jsp/web/user/sendRESTAPI_infoPage3_r1_tab1.jsp
... | ... | @@ -0,0 +1,154 @@ |
| 1 | +<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + <p class="tType1_title">문자보내기</p> | |
| 6 | + <span class="reqTxt4"> | |
| 7 | + 동일한 내용의 문자를 컴마(,)로 분기하여 동시 1천명에게 전송하실 수 있습니다. | |
| 8 | + </br> | |
| 9 | + 발신번호는 사이트내에서 미리 등록된 번호만 사용하실 수 있습니다. | |
| 10 | + </br> | |
| 11 | + 90byte를 초과하는 메시지 발송 시 LMS(첨부파일 없는 MMS) 형태로 자동 전환됩니다. | |
| 12 | + </span> | |
| 13 | + </br> | |
| 14 | + </br> | |
| 15 | + | |
| 16 | + | |
| 17 | + <ul class="clause_list"> | |
| 18 | + <li class="list_open on"> | |
| 19 | + <div class="clause_list_head"> | |
| 20 | + <div class="list_head_in"> | |
| 21 | + <span>Request</span> | |
| 22 | + </div> | |
| 23 | + </div> | |
| 24 | + <div class="clause_list_body"> | |
| 25 | + <table class="refund_info"> | |
| 26 | + <colgroup> | |
| 27 | + <col style="width: 25%"> | |
| 28 | + <col style="width: auto;"> | |
| 29 | + </colgroup> | |
| 30 | + <tbody> | |
| 31 | + <tr> | |
| 32 | + <td>Http Method</td> | |
| 33 | + <td>POST</td> | |
| 34 | + </tr> | |
| 35 | + <tr> | |
| 36 | + <td>프로토콜</td> | |
| 37 | + <td>HTTP/1.1</td> | |
| 38 | + </tr> | |
| 39 | + <tr> | |
| 40 | + <td>HOST</td> | |
| 41 | + <td>api.munjaon.co.kr</td> | |
| 42 | + </tr> | |
| 43 | + <tr> | |
| 44 | + <td>Service Port</td> | |
| 45 | + <td>443</td> | |
| 46 | + </tr> | |
| 47 | + </tbody> | |
| 48 | + </table> | |
| 49 | + </div> | |
| 50 | + </li> | |
| 51 | + </ul> | |
| 52 | + <span class="reqTxt4"> | |
| 53 | + HTTPS 프로토콜을 사용하여 POST로 요청합니다. | |
| 54 | + </span> | |
| 55 | + | |
| 56 | + <p class="tType1_title"> | |
| 57 | + <img src="/publish/images/content/icon_fee1.png" alt="문자이미지"> 문자 | |
| 58 | + </p> | |
| 59 | + <table class="tType2"> | |
| 60 | + <caption></caption> | |
| 61 | + <colgroup> | |
| 62 | + <col style="width: 13%;"> | |
| 63 | + <col style="width: auto;"> | |
| 64 | + <col style="width: 15%;"> | |
| 65 | + <col style="width: 80px;"> | |
| 66 | + </colgroup> | |
| 67 | + <thead> | |
| 68 | + <tr> | |
| 69 | + <th>키</th> | |
| 70 | + <th>설명</th> | |
| 71 | + <th>타입</th> | |
| 72 | + <th>필수</th> | |
| 73 | + </tr> | |
| 74 | + </thead> | |
| 75 | + <tbody> | |
| 76 | + <tr> | |
| 77 | + <th>mberId</th> | |
| 78 | + <td>사용자 ID</td> | |
| 79 | + <td>String</td> | |
| 80 | + <td>O</td> | |
| 81 | + </tr> | |
| 82 | + <tr> | |
| 83 | + <th>accessKey</th> | |
| 84 | + <td>인증용 API Key</td> | |
| 85 | + <td>String</td> | |
| 86 | + <td>O</td> | |
| 87 | + </tr> | |
| 88 | + <tr> | |
| 89 | + <th>callFrom</th> | |
| 90 | + <td>발신자 번호 (아이디에 등록되어 있는 번호)</td> | |
| 91 | + <td>String</td> | |
| 92 | + <td>O</td> | |
| 93 | + </tr> | |
| 94 | + <tr> | |
| 95 | + <th>callToList</th> | |
| 96 | + <td>수신자 번호 (콤마(,) 기준으로 입력)</td> | |
| 97 | + <td>String</td> | |
| 98 | + <td>O</td> | |
| 99 | + </tr> | |
| 100 | + <tr> | |
| 101 | + <th>smsTxt</th> | |
| 102 | + <td>메세지 내용</td> | |
| 103 | + <td>String (1~2,000Byte)</td> | |
| 104 | + <td>O</td> | |
| 105 | + </tr> | |
| 106 | + <tr> | |
| 107 | + <th>nameStr</th> | |
| 108 | + <td>메세지 내용에 [*이름*]이 있으면 치환용 이름 입력</td> | |
| 109 | + <td>String</td> | |
| 110 | + <td>X</td> | |
| 111 | + </tr> | |
| 112 | + <tr> | |
| 113 | + <th>test_yn</th> | |
| 114 | + <td>테스트 데이터 여부</td> | |
| 115 | + <td>String</td> | |
| 116 | + <td>X</td> | |
| 117 | + </tr> | |
| 118 | + </tbody> | |
| 119 | + </table> | |
| 120 | + <span class="reqTxt4">* 텍스트 용량(Byte)에 대한 안내 : 2Byte, 영문·숫자 1Byte를 차지.</span> | |
| 121 | + | |
| 122 | + | |
| 123 | + <ul class="clause_list"> | |
| 124 | + <li class="list_open on"> | |
| 125 | + <div class="clause_list_head"> | |
| 126 | + <div class="list_head_in"> | |
| 127 | + <span>Request</span> | |
| 128 | + </div> | |
| 129 | + </div> | |
| 130 | + <div class="clause_list_body"> | |
| 131 | + <table class=""> | |
| 132 | + <colgroup> | |
| 133 | + <col style="width: auto;"> | |
| 134 | + </colgroup> | |
| 135 | + <tbody> | |
| 136 | + <tr> | |
| 137 | + <td class="padding_add"> | |
| 138 | + {<br /> | |
| 139 | + <p>"mberId":"String"</p> | |
| 140 | + <p>,"accessKey":"String"</p> | |
| 141 | + <p>,"callFrom":"String"</p> | |
| 142 | + <p>,"callToList":"String"</p> | |
| 143 | + <p>,"smsTxt":"String"</p> | |
| 144 | + <p>,"nameStr":"String"</p> | |
| 145 | + <p>,"callFrom":"String"</p> | |
| 146 | + <p>,"test_yn":"( YS | YF )"</p> | |
| 147 | + } | |
| 148 | + </td> | |
| 149 | + </tr> | |
| 150 | + </tbody> | |
| 151 | + </table> | |
| 152 | + </div> | |
| 153 | + </li> | |
| 154 | + </ul> |
+++ src/main/webapp/WEB-INF/jsp/web/user/sendRESTAPI_infoPage3_r1_tab2.jsp
... | ... | @@ -0,0 +1,154 @@ |
| 1 | +<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + <p class="tType1_title">문자보내기(대량)</p> | |
| 6 | + <span class="reqTxt4"> | |
| 7 | + 동일한 내용의 문자를 컴마(,)로 분기하여 동시 1천명에게 전송하실 수 있습니다. | |
| 8 | + </br> | |
| 9 | + 발신번호는 사이트내에서 미리 등록된 번호만 사용하실 수 있습니다. | |
| 10 | + </br> | |
| 11 | + 90byte를 초과하는 메시지 발송 시 LMS(첨부파일 없는 MMS) 형태로 자동 전환됩니다. | |
| 12 | + </span> | |
| 13 | + </br> | |
| 14 | + </br> | |
| 15 | + | |
| 16 | + | |
| 17 | + <ul class="clause_list"> | |
| 18 | + <li class="list_open on"> | |
| 19 | + <div class="clause_list_head"> | |
| 20 | + <div class="list_head_in"> | |
| 21 | + <span>Request</span> | |
| 22 | + </div> | |
| 23 | + </div> | |
| 24 | + <div class="clause_list_body"> | |
| 25 | + <table class="refund_info"> | |
| 26 | + <colgroup> | |
| 27 | + <col style="width: 25%"> | |
| 28 | + <col style="width: auto;"> | |
| 29 | + </colgroup> | |
| 30 | + <tbody> | |
| 31 | + <tr> | |
| 32 | + <td>Http Method</td> | |
| 33 | + <td>POST</td> | |
| 34 | + </tr> | |
| 35 | + <tr> | |
| 36 | + <td>프로토콜</td> | |
| 37 | + <td>HTTP/1.1</td> | |
| 38 | + </tr> | |
| 39 | + <tr> | |
| 40 | + <td>HOST</td> | |
| 41 | + <td>api.munjaon.co.kr</td> | |
| 42 | + </tr> | |
| 43 | + <tr> | |
| 44 | + <td>Service Port</td> | |
| 45 | + <td>443</td> | |
| 46 | + </tr> | |
| 47 | + </tbody> | |
| 48 | + </table> | |
| 49 | + </div> | |
| 50 | + </li> | |
| 51 | + </ul> | |
| 52 | + <span class="reqTxt4"> | |
| 53 | + HTTPS 프로토콜을 사용하여 POST로 요청합니다. | |
| 54 | + </span> | |
| 55 | + | |
| 56 | + <p class="tType1_title"> | |
| 57 | + <img src="/publish/images/content/icon_fee1.png" alt="문자이미지"> 문자 | |
| 58 | + </p> | |
| 59 | + <table class="tType2"> | |
| 60 | + <caption></caption> | |
| 61 | + <colgroup> | |
| 62 | + <col style="width: 13%;"> | |
| 63 | + <col style="width: auto;"> | |
| 64 | + <col style="width: 15%;"> | |
| 65 | + <col style="width: 80px;"> | |
| 66 | + </colgroup> | |
| 67 | + <thead> | |
| 68 | + <tr> | |
| 69 | + <th>키</th> | |
| 70 | + <th>설명</th> | |
| 71 | + <th>타입</th> | |
| 72 | + <th>필수</th> | |
| 73 | + </tr> | |
| 74 | + </thead> | |
| 75 | + <tbody> | |
| 76 | + <tr> | |
| 77 | + <th>mberId</th> | |
| 78 | + <td>사용자 ID</td> | |
| 79 | + <td>String</td> | |
| 80 | + <td>O</td> | |
| 81 | + </tr> | |
| 82 | + <tr> | |
| 83 | + <th>accessKey</th> | |
| 84 | + <td>인증용 API Key</td> | |
| 85 | + <td>String</td> | |
| 86 | + <td>O</td> | |
| 87 | + </tr> | |
| 88 | + <tr> | |
| 89 | + <th>callFrom</th> | |
| 90 | + <td>발신자 번호 (아이디에 등록되어 있는 번호)</td> | |
| 91 | + <td>String</td> | |
| 92 | + <td>O</td> | |
| 93 | + </tr> | |
| 94 | + <tr> | |
| 95 | + <th>callToList</th> | |
| 96 | + <td>수신자 번호 (콤마(,) 기준으로 입력)</td> | |
| 97 | + <td>String</td> | |
| 98 | + <td>O</td> | |
| 99 | + </tr> | |
| 100 | + <tr> | |
| 101 | + <th>smsTxt</th> | |
| 102 | + <td>메세지 내용</td> | |
| 103 | + <td>String (1~2,000Byte)</td> | |
| 104 | + <td>O</td> | |
| 105 | + </tr> | |
| 106 | + <tr> | |
| 107 | + <th>nameStr</th> | |
| 108 | + <td>메세지 내용에 [*이름*]이 있으면 치환용 이름 입력</td> | |
| 109 | + <td>String</td> | |
| 110 | + <td>X</td> | |
| 111 | + </tr> | |
| 112 | + <tr> | |
| 113 | + <th>test_yn</th> | |
| 114 | + <td>테스트 데이터 여부</td> | |
| 115 | + <td>String</td> | |
| 116 | + <td>X</td> | |
| 117 | + </tr> | |
| 118 | + </tbody> | |
| 119 | + </table> | |
| 120 | + <span class="reqTxt4">* 텍스트 용량(Byte)에 대한 안내 : 2Byte, 영문·숫자 1Byte를 차지.</span> | |
| 121 | + | |
| 122 | + | |
| 123 | + <ul class="clause_list"> | |
| 124 | + <li class="list_open on"> | |
| 125 | + <div class="clause_list_head"> | |
| 126 | + <div class="list_head_in"> | |
| 127 | + <span>Request</span> | |
| 128 | + </div> | |
| 129 | + </div> | |
| 130 | + <div class="clause_list_body"> | |
| 131 | + <table class=""> | |
| 132 | + <colgroup> | |
| 133 | + <col style="width: auto;"> | |
| 134 | + </colgroup> | |
| 135 | + <tbody> | |
| 136 | + <tr> | |
| 137 | + <td class="padding_add"> | |
| 138 | + {<br /> | |
| 139 | + <p>"mberId":"String"</p> | |
| 140 | + <p>,"accessKey":"String"</p> | |
| 141 | + <p>,"callFrom":"String"</p> | |
| 142 | + <p>,"callToList":"String"</p> | |
| 143 | + <p>,"smsTxt":"String"</p> | |
| 144 | + <p>,"nameStr":"String"</p> | |
| 145 | + <p>,"callFrom":"String"</p> | |
| 146 | + <p>,"test_yn":"( YS | YF )"</p> | |
| 147 | + } | |
| 148 | + </td> | |
| 149 | + </tr> | |
| 150 | + </tbody> | |
| 151 | + </table> | |
| 152 | + </div> | |
| 153 | + </li> | |
| 154 | + </ul> |
+++ src/main/webapp/WEB-INF/jsp/web/user/sendRESTAPI_infoPage3_r1_tab3.jsp
... | ... | @@ -0,0 +1,154 @@ |
| 1 | +<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + <p class="tType1_title">전송내역조회</p> | |
| 6 | + <span class="reqTxt4"> | |
| 7 | + 동일한 내용의 문자를 컴마(,)로 분기하여 동시 1천명에게 전송하실 수 있습니다. | |
| 8 | + </br> | |
| 9 | + 발신번호는 사이트내에서 미리 등록된 번호만 사용하실 수 있습니다. | |
| 10 | + </br> | |
| 11 | + 90byte를 초과하는 메시지 발송 시 LMS(첨부파일 없는 MMS) 형태로 자동 전환됩니다. | |
| 12 | + </span> | |
| 13 | + </br> | |
| 14 | + </br> | |
| 15 | + | |
| 16 | + | |
| 17 | + <ul class="clause_list"> | |
| 18 | + <li class="list_open on"> | |
| 19 | + <div class="clause_list_head"> | |
| 20 | + <div class="list_head_in"> | |
| 21 | + <span>Request</span> | |
| 22 | + </div> | |
| 23 | + </div> | |
| 24 | + <div class="clause_list_body"> | |
| 25 | + <table class="refund_info"> | |
| 26 | + <colgroup> | |
| 27 | + <col style="width: 25%"> | |
| 28 | + <col style="width: auto;"> | |
| 29 | + </colgroup> | |
| 30 | + <tbody> | |
| 31 | + <tr> | |
| 32 | + <td>Http Method</td> | |
| 33 | + <td>POST</td> | |
| 34 | + </tr> | |
| 35 | + <tr> | |
| 36 | + <td>프로토콜</td> | |
| 37 | + <td>HTTP/1.1</td> | |
| 38 | + </tr> | |
| 39 | + <tr> | |
| 40 | + <td>HOST</td> | |
| 41 | + <td>api.munjaon.co.kr</td> | |
| 42 | + </tr> | |
| 43 | + <tr> | |
| 44 | + <td>Service Port</td> | |
| 45 | + <td>443</td> | |
| 46 | + </tr> | |
| 47 | + </tbody> | |
| 48 | + </table> | |
| 49 | + </div> | |
| 50 | + </li> | |
| 51 | + </ul> | |
| 52 | + <span class="reqTxt4"> | |
| 53 | + HTTPS 프로토콜을 사용하여 POST로 요청합니다. | |
| 54 | + </span> | |
| 55 | + | |
| 56 | + <p class="tType1_title"> | |
| 57 | + <img src="/publish/images/content/icon_fee1.png" alt="문자이미지"> 문자 | |
| 58 | + </p> | |
| 59 | + <table class="tType2"> | |
| 60 | + <caption></caption> | |
| 61 | + <colgroup> | |
| 62 | + <col style="width: 13%;"> | |
| 63 | + <col style="width: auto;"> | |
| 64 | + <col style="width: 15%;"> | |
| 65 | + <col style="width: 80px;"> | |
| 66 | + </colgroup> | |
| 67 | + <thead> | |
| 68 | + <tr> | |
| 69 | + <th>키</th> | |
| 70 | + <th>설명</th> | |
| 71 | + <th>타입</th> | |
| 72 | + <th>필수</th> | |
| 73 | + </tr> | |
| 74 | + </thead> | |
| 75 | + <tbody> | |
| 76 | + <tr> | |
| 77 | + <th>mberId</th> | |
| 78 | + <td>사용자 ID</td> | |
| 79 | + <td>String</td> | |
| 80 | + <td>O</td> | |
| 81 | + </tr> | |
| 82 | + <tr> | |
| 83 | + <th>accessKey</th> | |
| 84 | + <td>인증용 API Key</td> | |
| 85 | + <td>String</td> | |
| 86 | + <td>O</td> | |
| 87 | + </tr> | |
| 88 | + <tr> | |
| 89 | + <th>callFrom</th> | |
| 90 | + <td>발신자 번호 (아이디에 등록되어 있는 번호)</td> | |
| 91 | + <td>String</td> | |
| 92 | + <td>O</td> | |
| 93 | + </tr> | |
| 94 | + <tr> | |
| 95 | + <th>callToList</th> | |
| 96 | + <td>수신자 번호 (콤마(,) 기준으로 입력)</td> | |
| 97 | + <td>String</td> | |
| 98 | + <td>O</td> | |
| 99 | + </tr> | |
| 100 | + <tr> | |
| 101 | + <th>smsTxt</th> | |
| 102 | + <td>메세지 내용</td> | |
| 103 | + <td>String (1~2,000Byte)</td> | |
| 104 | + <td>O</td> | |
| 105 | + </tr> | |
| 106 | + <tr> | |
| 107 | + <th>nameStr</th> | |
| 108 | + <td>메세지 내용에 [*이름*]이 있으면 치환용 이름 입력</td> | |
| 109 | + <td>String</td> | |
| 110 | + <td>X</td> | |
| 111 | + </tr> | |
| 112 | + <tr> | |
| 113 | + <th>test_yn</th> | |
| 114 | + <td>테스트 데이터 여부</td> | |
| 115 | + <td>String</td> | |
| 116 | + <td>X</td> | |
| 117 | + </tr> | |
| 118 | + </tbody> | |
| 119 | + </table> | |
| 120 | + <span class="reqTxt4">* 텍스트 용량(Byte)에 대한 안내 : 2Byte, 영문·숫자 1Byte를 차지.</span> | |
| 121 | + | |
| 122 | + | |
| 123 | + <ul class="clause_list"> | |
| 124 | + <li class="list_open on"> | |
| 125 | + <div class="clause_list_head"> | |
| 126 | + <div class="list_head_in"> | |
| 127 | + <span>Request</span> | |
| 128 | + </div> | |
| 129 | + </div> | |
| 130 | + <div class="clause_list_body"> | |
| 131 | + <table class=""> | |
| 132 | + <colgroup> | |
| 133 | + <col style="width: auto;"> | |
| 134 | + </colgroup> | |
| 135 | + <tbody> | |
| 136 | + <tr> | |
| 137 | + <td class="padding_add"> | |
| 138 | + {<br /> | |
| 139 | + <p>"mberId":"String"</p> | |
| 140 | + <p>,"accessKey":"String"</p> | |
| 141 | + <p>,"callFrom":"String"</p> | |
| 142 | + <p>,"callToList":"String"</p> | |
| 143 | + <p>,"smsTxt":"String"</p> | |
| 144 | + <p>,"nameStr":"String"</p> | |
| 145 | + <p>,"callFrom":"String"</p> | |
| 146 | + <p>,"test_yn":"( YS | YF )"</p> | |
| 147 | + } | |
| 148 | + </td> | |
| 149 | + </tr> | |
| 150 | + </tbody> | |
| 151 | + </table> | |
| 152 | + </div> | |
| 153 | + </li> | |
| 154 | + </ul> |
+++ src/main/webapp/WEB-INF/jsp/web/user/sendRESTAPI_infoPage3_r1_tab4.jsp
... | ... | @@ -0,0 +1,154 @@ |
| 1 | +<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + <p class="tType1_title">전송결과조회(상세)</p> | |
| 6 | + <span class="reqTxt4"> | |
| 7 | + 동일한 내용의 문자를 컴마(,)로 분기하여 동시 1천명에게 전송하실 수 있습니다. | |
| 8 | + </br> | |
| 9 | + 발신번호는 사이트내에서 미리 등록된 번호만 사용하실 수 있습니다. | |
| 10 | + </br> | |
| 11 | + 90byte를 초과하는 메시지 발송 시 LMS(첨부파일 없는 MMS) 형태로 자동 전환됩니다. | |
| 12 | + </span> | |
| 13 | + </br> | |
| 14 | + </br> | |
| 15 | + | |
| 16 | + | |
| 17 | + <ul class="clause_list"> | |
| 18 | + <li class="list_open on"> | |
| 19 | + <div class="clause_list_head"> | |
| 20 | + <div class="list_head_in"> | |
| 21 | + <span>Request</span> | |
| 22 | + </div> | |
| 23 | + </div> | |
| 24 | + <div class="clause_list_body"> | |
| 25 | + <table class="refund_info"> | |
| 26 | + <colgroup> | |
| 27 | + <col style="width: 25%"> | |
| 28 | + <col style="width: auto;"> | |
| 29 | + </colgroup> | |
| 30 | + <tbody> | |
| 31 | + <tr> | |
| 32 | + <td>Http Method</td> | |
| 33 | + <td>POST</td> | |
| 34 | + </tr> | |
| 35 | + <tr> | |
| 36 | + <td>프로토콜</td> | |
| 37 | + <td>HTTP/1.1</td> | |
| 38 | + </tr> | |
| 39 | + <tr> | |
| 40 | + <td>HOST</td> | |
| 41 | + <td>api.munjaon.co.kr</td> | |
| 42 | + </tr> | |
| 43 | + <tr> | |
| 44 | + <td>Service Port</td> | |
| 45 | + <td>443</td> | |
| 46 | + </tr> | |
| 47 | + </tbody> | |
| 48 | + </table> | |
| 49 | + </div> | |
| 50 | + </li> | |
| 51 | + </ul> | |
| 52 | + <span class="reqTxt4"> | |
| 53 | + HTTPS 프로토콜을 사용하여 POST로 요청합니다. | |
| 54 | + </span> | |
| 55 | + | |
| 56 | + <p class="tType1_title"> | |
| 57 | + <img src="/publish/images/content/icon_fee1.png" alt="문자이미지"> 문자 | |
| 58 | + </p> | |
| 59 | + <table class="tType2"> | |
| 60 | + <caption></caption> | |
| 61 | + <colgroup> | |
| 62 | + <col style="width: 13%;"> | |
| 63 | + <col style="width: auto;"> | |
| 64 | + <col style="width: 15%;"> | |
| 65 | + <col style="width: 80px;"> | |
| 66 | + </colgroup> | |
| 67 | + <thead> | |
| 68 | + <tr> | |
| 69 | + <th>키</th> | |
| 70 | + <th>설명</th> | |
| 71 | + <th>타입</th> | |
| 72 | + <th>필수</th> | |
| 73 | + </tr> | |
| 74 | + </thead> | |
| 75 | + <tbody> | |
| 76 | + <tr> | |
| 77 | + <th>mberId</th> | |
| 78 | + <td>사용자 ID</td> | |
| 79 | + <td>String</td> | |
| 80 | + <td>O</td> | |
| 81 | + </tr> | |
| 82 | + <tr> | |
| 83 | + <th>accessKey</th> | |
| 84 | + <td>인증용 API Key</td> | |
| 85 | + <td>String</td> | |
| 86 | + <td>O</td> | |
| 87 | + </tr> | |
| 88 | + <tr> | |
| 89 | + <th>callFrom</th> | |
| 90 | + <td>발신자 번호 (아이디에 등록되어 있는 번호)</td> | |
| 91 | + <td>String</td> | |
| 92 | + <td>O</td> | |
| 93 | + </tr> | |
| 94 | + <tr> | |
| 95 | + <th>callToList</th> | |
| 96 | + <td>수신자 번호 (콤마(,) 기준으로 입력)</td> | |
| 97 | + <td>String</td> | |
| 98 | + <td>O</td> | |
| 99 | + </tr> | |
| 100 | + <tr> | |
| 101 | + <th>smsTxt</th> | |
| 102 | + <td>메세지 내용</td> | |
| 103 | + <td>String (1~2,000Byte)</td> | |
| 104 | + <td>O</td> | |
| 105 | + </tr> | |
| 106 | + <tr> | |
| 107 | + <th>nameStr</th> | |
| 108 | + <td>메세지 내용에 [*이름*]이 있으면 치환용 이름 입력</td> | |
| 109 | + <td>String</td> | |
| 110 | + <td>X</td> | |
| 111 | + </tr> | |
| 112 | + <tr> | |
| 113 | + <th>test_yn</th> | |
| 114 | + <td>테스트 데이터 여부</td> | |
| 115 | + <td>String</td> | |
| 116 | + <td>X</td> | |
| 117 | + </tr> | |
| 118 | + </tbody> | |
| 119 | + </table> | |
| 120 | + <span class="reqTxt4">* 텍스트 용량(Byte)에 대한 안내 : 2Byte, 영문·숫자 1Byte를 차지.</span> | |
| 121 | + | |
| 122 | + | |
| 123 | + <ul class="clause_list"> | |
| 124 | + <li class="list_open on"> | |
| 125 | + <div class="clause_list_head"> | |
| 126 | + <div class="list_head_in"> | |
| 127 | + <span>Request</span> | |
| 128 | + </div> | |
| 129 | + </div> | |
| 130 | + <div class="clause_list_body"> | |
| 131 | + <table class=""> | |
| 132 | + <colgroup> | |
| 133 | + <col style="width: auto;"> | |
| 134 | + </colgroup> | |
| 135 | + <tbody> | |
| 136 | + <tr> | |
| 137 | + <td class="padding_add"> | |
| 138 | + {<br /> | |
| 139 | + <p>"mberId":"String"</p> | |
| 140 | + <p>,"accessKey":"String"</p> | |
| 141 | + <p>,"callFrom":"String"</p> | |
| 142 | + <p>,"callToList":"String"</p> | |
| 143 | + <p>,"smsTxt":"String"</p> | |
| 144 | + <p>,"nameStr":"String"</p> | |
| 145 | + <p>,"callFrom":"String"</p> | |
| 146 | + <p>,"test_yn":"( YS | YF )"</p> | |
| 147 | + } | |
| 148 | + </td> | |
| 149 | + </tr> | |
| 150 | + </tbody> | |
| 151 | + </table> | |
| 152 | + </div> | |
| 153 | + </li> | |
| 154 | + </ul> |
+++ src/main/webapp/WEB-INF/jsp/web/user/sendRESTAPI_infoPage3_r1_tab5.jsp
... | ... | @@ -0,0 +1,154 @@ |
| 1 | +<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + <p class="tType1_title">발송가능건수</p> | |
| 6 | + <span class="reqTxt4"> | |
| 7 | + 동일한 내용의 문자를 컴마(,)로 분기하여 동시 1천명에게 전송하실 수 있습니다. | |
| 8 | + </br> | |
| 9 | + 발신번호는 사이트내에서 미리 등록된 번호만 사용하실 수 있습니다. | |
| 10 | + </br> | |
| 11 | + 90byte를 초과하는 메시지 발송 시 LMS(첨부파일 없는 MMS) 형태로 자동 전환됩니다. | |
| 12 | + </span> | |
| 13 | + </br> | |
| 14 | + </br> | |
| 15 | + | |
| 16 | + | |
| 17 | + <ul class="clause_list"> | |
| 18 | + <li class="list_open on"> | |
| 19 | + <div class="clause_list_head"> | |
| 20 | + <div class="list_head_in"> | |
| 21 | + <span>Request</span> | |
| 22 | + </div> | |
| 23 | + </div> | |
| 24 | + <div class="clause_list_body"> | |
| 25 | + <table class="refund_info"> | |
| 26 | + <colgroup> | |
| 27 | + <col style="width: 25%"> | |
| 28 | + <col style="width: auto;"> | |
| 29 | + </colgroup> | |
| 30 | + <tbody> | |
| 31 | + <tr> | |
| 32 | + <td>Http Method</td> | |
| 33 | + <td>POST</td> | |
| 34 | + </tr> | |
| 35 | + <tr> | |
| 36 | + <td>프로토콜</td> | |
| 37 | + <td>HTTP/1.1</td> | |
| 38 | + </tr> | |
| 39 | + <tr> | |
| 40 | + <td>HOST</td> | |
| 41 | + <td>api.munjaon.co.kr</td> | |
| 42 | + </tr> | |
| 43 | + <tr> | |
| 44 | + <td>Service Port</td> | |
| 45 | + <td>443</td> | |
| 46 | + </tr> | |
| 47 | + </tbody> | |
| 48 | + </table> | |
| 49 | + </div> | |
| 50 | + </li> | |
| 51 | + </ul> | |
| 52 | + <span class="reqTxt4"> | |
| 53 | + HTTPS 프로토콜을 사용하여 POST로 요청합니다. | |
| 54 | + </span> | |
| 55 | + | |
| 56 | + <p class="tType1_title"> | |
| 57 | + <img src="/publish/images/content/icon_fee1.png" alt="문자이미지"> 문자 | |
| 58 | + </p> | |
| 59 | + <table class="tType2"> | |
| 60 | + <caption></caption> | |
| 61 | + <colgroup> | |
| 62 | + <col style="width: 13%;"> | |
| 63 | + <col style="width: auto;"> | |
| 64 | + <col style="width: 15%;"> | |
| 65 | + <col style="width: 80px;"> | |
| 66 | + </colgroup> | |
| 67 | + <thead> | |
| 68 | + <tr> | |
| 69 | + <th>키</th> | |
| 70 | + <th>설명</th> | |
| 71 | + <th>타입</th> | |
| 72 | + <th>필수</th> | |
| 73 | + </tr> | |
| 74 | + </thead> | |
| 75 | + <tbody> | |
| 76 | + <tr> | |
| 77 | + <th>mberId</th> | |
| 78 | + <td>사용자 ID</td> | |
| 79 | + <td>String</td> | |
| 80 | + <td>O</td> | |
| 81 | + </tr> | |
| 82 | + <tr> | |
| 83 | + <th>accessKey</th> | |
| 84 | + <td>인증용 API Key</td> | |
| 85 | + <td>String</td> | |
| 86 | + <td>O</td> | |
| 87 | + </tr> | |
| 88 | + <tr> | |
| 89 | + <th>callFrom</th> | |
| 90 | + <td>발신자 번호 (아이디에 등록되어 있는 번호)</td> | |
| 91 | + <td>String</td> | |
| 92 | + <td>O</td> | |
| 93 | + </tr> | |
| 94 | + <tr> | |
| 95 | + <th>callToList</th> | |
| 96 | + <td>수신자 번호 (콤마(,) 기준으로 입력)</td> | |
| 97 | + <td>String</td> | |
| 98 | + <td>O</td> | |
| 99 | + </tr> | |
| 100 | + <tr> | |
| 101 | + <th>smsTxt</th> | |
| 102 | + <td>메세지 내용</td> | |
| 103 | + <td>String (1~2,000Byte)</td> | |
| 104 | + <td>O</td> | |
| 105 | + </tr> | |
| 106 | + <tr> | |
| 107 | + <th>nameStr</th> | |
| 108 | + <td>메세지 내용에 [*이름*]이 있으면 치환용 이름 입력</td> | |
| 109 | + <td>String</td> | |
| 110 | + <td>X</td> | |
| 111 | + </tr> | |
| 112 | + <tr> | |
| 113 | + <th>test_yn</th> | |
| 114 | + <td>테스트 데이터 여부</td> | |
| 115 | + <td>String</td> | |
| 116 | + <td>X</td> | |
| 117 | + </tr> | |
| 118 | + </tbody> | |
| 119 | + </table> | |
| 120 | + <span class="reqTxt4">* 텍스트 용량(Byte)에 대한 안내 : 2Byte, 영문·숫자 1Byte를 차지.</span> | |
| 121 | + | |
| 122 | + | |
| 123 | + <ul class="clause_list"> | |
| 124 | + <li class="list_open on"> | |
| 125 | + <div class="clause_list_head"> | |
| 126 | + <div class="list_head_in"> | |
| 127 | + <span>Request</span> | |
| 128 | + </div> | |
| 129 | + </div> | |
| 130 | + <div class="clause_list_body"> | |
| 131 | + <table class=""> | |
| 132 | + <colgroup> | |
| 133 | + <col style="width: auto;"> | |
| 134 | + </colgroup> | |
| 135 | + <tbody> | |
| 136 | + <tr> | |
| 137 | + <td class="padding_add"> | |
| 138 | + {<br /> | |
| 139 | + <p>"mberId":"String"</p> | |
| 140 | + <p>,"accessKey":"String"</p> | |
| 141 | + <p>,"callFrom":"String"</p> | |
| 142 | + <p>,"callToList":"String"</p> | |
| 143 | + <p>,"smsTxt":"String"</p> | |
| 144 | + <p>,"nameStr":"String"</p> | |
| 145 | + <p>,"callFrom":"String"</p> | |
| 146 | + <p>,"test_yn":"( YS | YF )"</p> | |
| 147 | + } | |
| 148 | + </td> | |
| 149 | + </tr> | |
| 150 | + </tbody> | |
| 151 | + </table> | |
| 152 | + </div> | |
| 153 | + </li> | |
| 154 | + </ul> |
--- src/main/webapp/sample_mjon/jsp_example_send_msg_form_r1.jsp
+++ src/main/webapp/sample_mjon/jsp_example_send_msg_form_r1.jsp
... | ... | @@ -19,7 +19,6 @@ |
| 19 | 19 |
var searchWebParam = {
|
| 20 | 20 |
'p_mberId' : $('#mberId').val()
|
| 21 | 21 |
, 'p_apiKey' : $('#apiKey').val()
|
| 22 |
- |
|
| 23 | 22 |
, 'p_callFrom' : $('#callFrom').val()
|
| 24 | 23 |
, 'p_callToList' : $('#callToList').val()
|
| 25 | 24 |
, 'p_smsTxt' : $('#smsTxt').val()
|
--- src/main/webapp/sample_mjon/jsp_example_send_msg_r1.jsp
+++ src/main/webapp/sample_mjon/jsp_example_send_msg_r1.jsp
... | ... | @@ -45,8 +45,6 @@ |
| 45 | 45 |
|
| 46 | 46 |
|
| 47 | 47 |
Map<String, String> params = new HashMap<String, String>(); |
| 48 |
- params.put("mberId", mberId); // SMS 아이디
|
|
| 49 |
- params.put("accessKey", apiKey); //인증키
|
|
| 50 | 48 |
/******************** 인증정보 ********************/ |
| 51 | 49 |
|
| 52 | 50 |
|
... | ... | @@ -85,7 +83,9 @@ |
| 85 | 83 |
//String p_divideTime = request.getParameter("p_divideTime"); //분할문자 간격
|
| 86 | 84 |
//String p_reqDate = request.getParameter("p_reqDate"); //예약시간
|
| 87 | 85 |
|
| 88 |
- |
|
| 86 |
+ // 필수 데이터 |
|
| 87 |
+ params.put("mberId", mberId); // SMS 아이디
|
|
| 88 |
+ params.put("accessKey", apiKey); //인증키
|
|
| 89 | 89 |
//추가 전송 데이터 |
| 90 | 90 |
params.put("callFrom" , p_callFrom); //발신번호
|
| 91 | 91 |
params.put("callToList" , p_callToList); //수신번호
|
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?