--- src/main/webapp/publish/api_admin1.html
+++ src/main/webapp/publish/api_admin1.html
... | ... | @@ -40,7 +40,7 @@ |
| 40 | 40 |
</head> |
| 41 | 41 |
|
| 42 | 42 |
<body> |
| 43 |
- <div class="mask on"></div> |
|
| 43 |
+ <div class="mask"></div> |
|
| 44 | 44 |
<div class="skip_menu"> |
| 45 | 45 |
<a href="#cont" title="본문 바로가기" class="contGo">본문 바로가기</a> |
| 46 | 46 |
</div> |
... | ... | @@ -201,7 +201,7 @@ |
| 201 | 201 |
<div id="container" class="cont sub"> |
| 202 | 202 |
|
| 203 | 203 |
<!-- 0724 기업회원 이동 팝업 --> |
| 204 |
- <div class="tooltip-wrap cvt_member_popup_wrap"> |
|
| 204 |
+ <!-- <div class="tooltip-wrap cvt_member_popup_wrap"> |
|
| 205 | 205 |
<div class="popup-com cvt_member_layer popup01" tabindex="0" data-tooltip-con="popup01" data-focus="popup01" data-focus-prev="popup01-close"> |
| 206 | 206 |
<div class="popup_heading"> |
| 207 | 207 |
<p>알림</p> |
... | ... | @@ -215,7 +215,7 @@ |
| 215 | 215 |
</div> |
| 216 | 216 |
</div> |
| 217 | 217 |
</div> |
| 218 |
- </div> |
|
| 218 |
+ </div> --> |
|
| 219 | 219 |
<!--// 0724 기업회원 이동 팝업 --> |
| 220 | 220 |
<button type="button" id="btnDeptPop" data-tooltip="popup01" style="display: none;"></button> |
| 221 | 221 |
<div class="inner"> |
... | ... | @@ -223,8 +223,8 @@ |
| 223 | 223 |
<div class="send_top"> |
| 224 | 224 |
<!-- tab button --> |
| 225 | 225 |
<ul class="tabType4"> |
| 226 |
- <li class="tab"><button type="button" onclick="location.href='/publish/api_intro.html'">문자 API소개</button></li> |
|
| 227 |
- <li class="tab"><button type="button" onclick="location.href='/publish/api_guide.html'">API 사용안내</button></li> |
|
| 226 |
+ <li class="tab "><button type="button" onclick="location.href='/publish/api_intro.html'">연동 안내</button></li> |
|
| 227 |
+ <li class="tab"><button type="button" onclick="location.href='/publish/api_guide.html'">개발 가이드</button></li> |
|
| 228 | 228 |
<li class="tab"><button type="button" onclick="location.href='/publish/api_download.html'">예제 다운로드</button></li> |
| 229 | 229 |
<li class="tab active"><button type="button" onclick="location.href='/publish/api_admin1.html'">신청/관리</button></li> |
| 230 | 230 |
</ul> |
... | ... | @@ -238,6 +238,10 @@ |
| 238 | 238 |
<!--신청/관리 내용--> |
| 239 | 239 |
<!--API 신청 정보 : 신청 전--> |
| 240 | 240 |
<div class="api_admin"> |
| 241 |
+ <ul class="info"> |
|
| 242 |
+ <li>- 서비스 사용 신청 시, 문자 및 카카오톡 연동서비스를 모두 이용하실 수 있습니다.</li> |
|
| 243 |
+ <li>- 관리자 승인 이후 발송 서버 IP를 등록해 주셔야 합니다.</li> |
|
| 244 |
+ </ul> |
|
| 241 | 245 |
<div class="admin_title">API 신청 정보</div> |
| 242 | 246 |
<div class="tb_wrap_t1"> |
| 243 | 247 |
<table class="tType4"> |
--- src/main/webapp/publish/api_download.html
+++ src/main/webapp/publish/api_download.html
... | ... | @@ -181,8 +181,8 @@ |
| 181 | 181 |
<div class="send_top"> |
| 182 | 182 |
<!-- tab button --> |
| 183 | 183 |
<ul class="tabType4"> |
| 184 |
- <li class="tab"><button type="button" onclick="location.href='/publish/api_intro.html'">문자 API소개</button></li> |
|
| 185 |
- <li class="tab"><button type="button" onclick="location.href='/publish/api_guide.html'">API 사용안내</button></li> |
|
| 184 |
+ <li class="tab "><button type="button" onclick="location.href='/publish/api_intro.html'">연동 안내</button></li> |
|
| 185 |
+ <li class="tab"><button type="button" onclick="location.href='/publish/api_guide.html'">개발 가이드</button></li> |
|
| 186 | 186 |
<li class="tab active"><button type="button" onclick="location.href='/publish/api_download.html'">예제 다운로드</button></li> |
| 187 | 187 |
<li class="tab"><button type="button" onclick="location.href='/publish/api_admin1.html'">신청/관리</button></li> |
| 188 | 188 |
</ul> |
... | ... | @@ -193,270 +193,543 @@ |
| 193 | 193 |
<h2>예제 다운로드</h2> |
| 194 | 194 |
</div> |
| 195 | 195 |
|
| 196 |
- <!--예제 다운로드 내용--> |
|
| 197 |
- <div class="api_download"> |
|
| 198 |
- <ul class="info"> |
|
| 199 |
- <li>- 아래 예제(JSP)를 참고하시어 쉽고 편리하게 API를 연동할 수 있습니다.</li> |
|
| 200 |
- <li>- JSP 외 타 예제는 계속해서 업데이트 될 예정입니다.</li> |
|
| 196 |
+ <div class="pay_tab_wrap"> |
|
| 197 |
+ <ul class="tabType1"> |
|
| 198 |
+ <li class="tab active"><button type="button" onclick="TabType5(this,'1');TabType3(this,'1');">문자</button></li> |
|
| 199 |
+ <li class="tab"><button type="button" onclick="TabType5(this,'2');TabType3(this,'7');">카카오톡</button></li> |
|
| 201 | 200 |
</ul> |
| 201 |
+ </div> |
|
| 202 | 202 |
|
| 203 |
- <div class="list_tab_wrap2 type2"> |
|
| 204 |
- <!-- tab button --> |
|
| 205 |
- <ul class="list_tab"> |
|
| 206 |
- <li class="tab active"><button type="button" onclick="listTab3(this,'1');">JSP</button> |
|
| 207 |
- </li> |
|
| 208 |
- <!-- <li class="tab"><button type="button" onclick="listTab3(this,'2');">ASP</button> |
|
| 209 |
- </li> --> |
|
| 210 |
- <li class="tab"><button type="button" onclick="listTab3(this,'3');">PHP</button> |
|
| 211 |
- </li> |
|
| 212 |
- <!--<li class="tab"><button type="button" onclick="listTab3(this,'4');">.NET</button> |
|
| 213 |
- </li> |
|
| 214 |
- <li class="tab"><button type="button" onclick="listTab3(this,'5');">AOS</button> |
|
| 215 |
- </li> |
|
| 216 |
- <li class="tab"><button type="button" onclick="listTab3(this,'6');">IOS</button> |
|
| 217 |
- </li>--> |
|
| 203 |
+ <div class="api_guide current" id="tab5_1"> |
|
| 204 |
+ <div class="api_download"> |
|
| 205 |
+ <ul class="info"> |
|
| 206 |
+ <li>- 아래 예제(JSP)를 참고하시어 쉽고 편리하게 API를 연동할 수 있습니다.</li> |
|
| 207 |
+ <li>- JSP 외 타 예제는 계속해서 업데이트 될 예정입니다.</li> |
|
| 218 | 208 |
</ul> |
| 219 |
- <!--// tab button --> |
|
| 220 |
- </div> |
|
| 221 |
- |
|
| 222 |
- <!-- JSP 다운로드--> |
|
| 223 |
- <div class="download_cont current" id="listTab3_1"> |
|
| 224 |
- <div class="box"> |
|
| 225 |
- <div class="text"> |
|
| 226 |
- <h4>JSP Example</h4> |
|
| 227 |
- <table> |
|
| 228 |
- <caption>JSP 샘플 파일 설명 테이블</caption> |
|
| 229 |
- <colgroup> |
|
| 230 |
- <col style="width:35%;"> |
|
| 231 |
- <col style="width:65%;"> |
|
| 232 |
- </colgroup> |
|
| 233 |
- <tr> |
|
| 234 |
- <th>jsp_example_send_msg_r1.jsp</th> |
|
| 235 |
- <td>문자보내기(여러명에게 동일한문자)</td> |
|
| 236 |
- </tr> |
|
| 237 |
- <tr> |
|
| 238 |
- <th>sp_example_send_msgs_r1.jsp</th> |
|
| 239 |
- <td>문자보내기(여러명에게 다른문자)</td> |
|
| 240 |
- </tr> |
|
| 241 |
- <tr> |
|
| 242 |
- <th>jsp_example_hstry_r1.jsp</th> |
|
| 243 |
- <td>전송내역조회</td> |
|
| 244 |
- </tr> |
|
| 245 |
- <tr> |
|
| 246 |
- <th>jsp_example_hstry_detail_r1.jsp</th> |
|
| 247 |
- <td>상세전송내역조회</td> |
|
| 248 |
- </tr> |
|
| 249 |
- <tr> |
|
| 250 |
- <th>jsp_example_select_price_r1.jsp</th> |
|
| 251 |
- <td>발송가능건수</td> |
|
| 252 |
- </tr> |
|
| 253 |
- </table> |
|
| 254 |
- </div> |
|
| 209 |
+ |
|
| 210 |
+ |
|
| 211 |
+ <div class="list_tab_wrap2 type2"> |
|
| 212 |
+ <!-- tab button --> |
|
| 213 |
+ <ul class="list_tab"> |
|
| 214 |
+ <li class="tab active"><button type="button" onclick="listTab3(this,'1');">JSP</button> |
|
| 215 |
+ </li> |
|
| 216 |
+ <!-- <li class="tab"><button type="button" onclick="listTab3(this,'2');">ASP</button> |
|
| 217 |
+ </li> --> |
|
| 218 |
+ <li class="tab"><button type="button" onclick="listTab3(this,'3');">PHP</button> |
|
| 219 |
+ </li> |
|
| 220 |
+ <!--<li class="tab"><button type="button" onclick="listTab3(this,'4');">.NET</button> |
|
| 221 |
+ </li> |
|
| 222 |
+ <li class="tab"><button type="button" onclick="listTab3(this,'5');">AOS</button> |
|
| 223 |
+ </li> |
|
| 224 |
+ <li class="tab"><button type="button" onclick="listTab3(this,'6');">IOS</button> |
|
| 225 |
+ </li>--> |
|
| 226 |
+ </ul> |
|
| 227 |
+ <!--// tab button --> |
|
| 255 | 228 |
</div> |
| 256 |
- <div class="btn_area"> |
|
| 257 |
- <button type="button" class="btnType btnType11">JSP용 예제 다운받기</button> |
|
| 258 |
- </div> |
|
| 259 |
- </div> |
|
| 260 |
- <!--// JSP 다운로드--> |
|
| 261 |
- <!--ASP 다운로드--> |
|
| 262 |
- <div class="download_cont" id="listTab3_2"> |
|
| 263 |
- <div class="box"> |
|
| 264 |
- <div class="text"> |
|
| 265 |
- <h4>ASP Example</h4> |
|
| 266 |
- <table> |
|
| 267 |
- <caption>ASP 샘플 파일 설명 테이블</caption> |
|
| 268 |
- <colgroup> |
|
| 269 |
- <col style="width:35%;"> |
|
| 270 |
- <col style="width:65%;"> |
|
| 271 |
- </colgroup> |
|
| 272 |
- <tr> |
|
| 273 |
- <th>파일명</th> |
|
| 274 |
- <td>파일 설명</td> |
|
| 275 |
- </tr> |
|
| 276 |
- <tr> |
|
| 277 |
- <th>파일명</th> |
|
| 278 |
- <td>파일 설명</td> |
|
| 279 |
- </tr> |
|
| 280 |
- <tr> |
|
| 281 |
- <th>파일명</th> |
|
| 282 |
- <td>파일 설명</td> |
|
| 283 |
- </tr> |
|
| 284 |
- <tr> |
|
| 285 |
- <th>파일명</th> |
|
| 286 |
- <td>파일 설명</td> |
|
| 287 |
- </tr> |
|
| 288 |
- <tr> |
|
| 289 |
- <th>파일명</th> |
|
| 290 |
- <td>파일 설명</td> |
|
| 291 |
- </tr> |
|
| 292 |
- </table> |
|
| 293 |
- </div> |
|
| 294 |
- </div> |
|
| 295 |
- <div class="btn_area"> |
|
| 296 |
- <button type="button" class="btnType btnType11">ASP용 예제 다운받기</button> |
|
| 297 |
- </div> |
|
| 298 |
- </div> |
|
| 299 |
- <!--// ASP 다운로드--> |
|
| 300 |
- <!--PHP 다운로드--> |
|
| 301 |
- <div class="download_cont" id="listTab3_3"> |
|
| 302 |
- <div class="box"> |
|
| 303 |
- <div class="text"> |
|
| 304 |
- <h4>PHP Example</h4> |
|
| 305 |
- <table> |
|
| 306 |
- <caption>PHP 샘플 파일 설명 테이블</caption> |
|
| 307 |
- <colgroup> |
|
| 308 |
- <col style="width:35%;"> |
|
| 309 |
- <col style="width:65%;"> |
|
| 310 |
- </colgroup> |
|
| 311 |
- <tbody> |
|
| 229 |
+ |
|
| 230 |
+ <!-- JSP 다운로드--> |
|
| 231 |
+ <div class="download_cont current" id="listTab3_1"> |
|
| 232 |
+ <div class="box"> |
|
| 233 |
+ <div class="text"> |
|
| 234 |
+ <h4>JSP Example</h4> |
|
| 235 |
+ <table> |
|
| 236 |
+ <caption>JSP 샘플 파일 설명 테이블</caption> |
|
| 237 |
+ <colgroup> |
|
| 238 |
+ <col style="width:35%;"> |
|
| 239 |
+ <col style="width:65%;"> |
|
| 240 |
+ </colgroup> |
|
| 312 | 241 |
<tr> |
| 313 |
- <th>php_example_send_msg_r1.php</th> |
|
| 242 |
+ <th>jsp_example_send_msg_r1.jsp</th> |
|
| 314 | 243 |
<td>문자보내기(여러명에게 동일한문자)</td> |
| 315 | 244 |
</tr> |
| 316 | 245 |
<tr> |
| 317 |
- <th>php_example_send_msgs_r1.php</th> |
|
| 246 |
+ <th>sp_example_send_msgs_r1.jsp</th> |
|
| 318 | 247 |
<td>문자보내기(여러명에게 다른문자)</td> |
| 319 | 248 |
</tr> |
| 320 | 249 |
<tr> |
| 321 |
- <th>php_example_hstry_r1.php</th> |
|
| 250 |
+ <th>jsp_example_hstry_r1.jsp</th> |
|
| 322 | 251 |
<td>전송내역조회</td> |
| 323 | 252 |
</tr> |
| 324 | 253 |
<tr> |
| 325 |
- <th>php_example_hstry_detail_r1.php</th> |
|
| 254 |
+ <th>jsp_example_hstry_detail_r1.jsp</th> |
|
| 326 | 255 |
<td>상세전송내역조회</td> |
| 327 | 256 |
</tr> |
| 328 | 257 |
<tr> |
| 329 |
- <th>php_example_select_price_r1.php</th> |
|
| 258 |
+ <th>jsp_example_select_price_r1.jsp</th> |
|
| 330 | 259 |
<td>발송가능건수</td> |
| 331 | 260 |
</tr> |
| 332 |
- </tbody> |
|
| 333 |
- </table> |
|
| 261 |
+ </table> |
|
| 262 |
+ </div> |
|
| 263 |
+ </div> |
|
| 264 |
+ <div class="btn_area"> |
|
| 265 |
+ <button type="button" class="btnType btnType11">JSP용 예제 다운받기</button> |
|
| 334 | 266 |
</div> |
| 335 | 267 |
</div> |
| 336 |
- <div class="btn_area"> |
|
| 337 |
- <button type="button" class="btnType btnType11">PHP용 예제 다운받기</button> |
|
| 338 |
- </div> |
|
| 339 |
- </div> |
|
| 340 |
- <!--// PHP 다운로드--> |
|
| 341 |
- <!--.NET 다운로드--> |
|
| 342 |
- <div class="download_cont" id="listTab3_4"> |
|
| 343 |
- <div class="box"> |
|
| 344 |
- <div class="text"> |
|
| 345 |
- <h4>.NET Example</h4> |
|
| 346 |
- <table> |
|
| 347 |
- <caption>.NET 샘플 파일 설명 테이블</caption> |
|
| 348 |
- <colgroup> |
|
| 349 |
- <col style="width:35%;"> |
|
| 350 |
- <col style="width:65%;"> |
|
| 351 |
- </colgroup> |
|
| 352 |
- <tr> |
|
| 353 |
- <th>파일명</th> |
|
| 354 |
- <td>파일 설명</td> |
|
| 355 |
- </tr> |
|
| 356 |
- <tr> |
|
| 357 |
- <th>파일명</th> |
|
| 358 |
- <td>파일 설명</td> |
|
| 359 |
- </tr> |
|
| 360 |
- <tr> |
|
| 361 |
- <th>파일명</th> |
|
| 362 |
- <td>파일 설명</td> |
|
| 363 |
- </tr> |
|
| 364 |
- <tr> |
|
| 365 |
- <th>파일명</th> |
|
| 366 |
- <td>파일 설명</td> |
|
| 367 |
- </tr> |
|
| 368 |
- <tr> |
|
| 369 |
- <th>파일명</th> |
|
| 370 |
- <td>파일 설명</td> |
|
| 371 |
- </tr> |
|
| 372 |
- </table> |
|
| 268 |
+ <!--// JSP 다운로드--> |
|
| 269 |
+ <!--ASP 다운로드--> |
|
| 270 |
+ <div class="download_cont" id="listTab3_2"> |
|
| 271 |
+ <div class="box"> |
|
| 272 |
+ <div class="text"> |
|
| 273 |
+ <h4>ASP Example</h4> |
|
| 274 |
+ <table> |
|
| 275 |
+ <caption>ASP 샘플 파일 설명 테이블</caption> |
|
| 276 |
+ <colgroup> |
|
| 277 |
+ <col style="width:35%;"> |
|
| 278 |
+ <col style="width:65%;"> |
|
| 279 |
+ </colgroup> |
|
| 280 |
+ <tr> |
|
| 281 |
+ <th>파일명</th> |
|
| 282 |
+ <td>파일 설명</td> |
|
| 283 |
+ </tr> |
|
| 284 |
+ <tr> |
|
| 285 |
+ <th>파일명</th> |
|
| 286 |
+ <td>파일 설명</td> |
|
| 287 |
+ </tr> |
|
| 288 |
+ <tr> |
|
| 289 |
+ <th>파일명</th> |
|
| 290 |
+ <td>파일 설명</td> |
|
| 291 |
+ </tr> |
|
| 292 |
+ <tr> |
|
| 293 |
+ <th>파일명</th> |
|
| 294 |
+ <td>파일 설명</td> |
|
| 295 |
+ </tr> |
|
| 296 |
+ <tr> |
|
| 297 |
+ <th>파일명</th> |
|
| 298 |
+ <td>파일 설명</td> |
|
| 299 |
+ </tr> |
|
| 300 |
+ </table> |
|
| 301 |
+ </div> |
|
| 302 |
+ </div> |
|
| 303 |
+ <div class="btn_area"> |
|
| 304 |
+ <button type="button" class="btnType btnType11">ASP용 예제 다운받기</button> |
|
| 373 | 305 |
</div> |
| 374 | 306 |
</div> |
| 375 |
- <div class="btn_area"> |
|
| 376 |
- <button type="button" class="btnType btnType11">.NET용 예제 다운받기</button> |
|
| 377 |
- </div> |
|
| 378 |
- </div> |
|
| 379 |
- <!--// .NET 다운로드--> |
|
| 380 |
- <!--AOS 다운로드--> |
|
| 381 |
- <div class="download_cont" id="listTab3_5"> |
|
| 382 |
- <div class="box"> |
|
| 383 |
- <div class="text"> |
|
| 384 |
- <h4>AOS Example</h4> |
|
| 385 |
- <table> |
|
| 386 |
- <caption>AOS 샘플 파일 설명 테이블</caption> |
|
| 387 |
- <colgroup> |
|
| 388 |
- <col style="width:35%;"> |
|
| 389 |
- <col style="width:65%;"> |
|
| 390 |
- </colgroup> |
|
| 391 |
- <tr> |
|
| 392 |
- <th>파일명</th> |
|
| 393 |
- <td>파일 설명</td> |
|
| 394 |
- </tr> |
|
| 395 |
- <tr> |
|
| 396 |
- <th>파일명</th> |
|
| 397 |
- <td>파일 설명</td> |
|
| 398 |
- </tr> |
|
| 399 |
- <tr> |
|
| 400 |
- <th>파일명</th> |
|
| 401 |
- <td>파일 설명</td> |
|
| 402 |
- </tr> |
|
| 403 |
- <tr> |
|
| 404 |
- <th>파일명</th> |
|
| 405 |
- <td>파일 설명</td> |
|
| 406 |
- </tr> |
|
| 407 |
- <tr> |
|
| 408 |
- <th>파일명</th> |
|
| 409 |
- <td>파일 설명</td> |
|
| 410 |
- </tr> |
|
| 411 |
- </table> |
|
| 307 |
+ <!--// ASP 다운로드--> |
|
| 308 |
+ <!--PHP 다운로드--> |
|
| 309 |
+ <div class="download_cont" id="listTab3_3"> |
|
| 310 |
+ <div class="box"> |
|
| 311 |
+ <div class="text"> |
|
| 312 |
+ <h4>PHP Example</h4> |
|
| 313 |
+ <table> |
|
| 314 |
+ <caption>PHP 샘플 파일 설명 테이블</caption> |
|
| 315 |
+ <colgroup> |
|
| 316 |
+ <col style="width:35%;"> |
|
| 317 |
+ <col style="width:65%;"> |
|
| 318 |
+ </colgroup> |
|
| 319 |
+ <tbody> |
|
| 320 |
+ <tr> |
|
| 321 |
+ <th>php_example_send_msg_r1.php</th> |
|
| 322 |
+ <td>문자보내기(여러명에게 동일한문자)</td> |
|
| 323 |
+ </tr> |
|
| 324 |
+ <tr> |
|
| 325 |
+ <th>php_example_send_msgs_r1.php</th> |
|
| 326 |
+ <td>문자보내기(여러명에게 다른문자)</td> |
|
| 327 |
+ </tr> |
|
| 328 |
+ <tr> |
|
| 329 |
+ <th>php_example_hstry_r1.php</th> |
|
| 330 |
+ <td>전송내역조회</td> |
|
| 331 |
+ </tr> |
|
| 332 |
+ <tr> |
|
| 333 |
+ <th>php_example_hstry_detail_r1.php</th> |
|
| 334 |
+ <td>상세전송내역조회</td> |
|
| 335 |
+ </tr> |
|
| 336 |
+ <tr> |
|
| 337 |
+ <th>php_example_select_price_r1.php</th> |
|
| 338 |
+ <td>발송가능건수</td> |
|
| 339 |
+ </tr> |
|
| 340 |
+ </tbody> |
|
| 341 |
+ </table> |
|
| 342 |
+ </div> |
|
| 343 |
+ </div> |
|
| 344 |
+ <div class="btn_area"> |
|
| 345 |
+ <button type="button" class="btnType btnType11">PHP용 예제 다운받기</button> |
|
| 412 | 346 |
</div> |
| 413 | 347 |
</div> |
| 414 |
- <div class="btn_area"> |
|
| 415 |
- <button type="button" class="btnType btnType11">AOS용 예제 다운받기</button> |
|
| 416 |
- </div> |
|
| 417 |
- </div> |
|
| 418 |
- <!--// AOS 다운로드--> |
|
| 419 |
- <!--IOS 다운로드--> |
|
| 420 |
- <div class="download_cont" id="listTab3_6"> |
|
| 421 |
- <div class="box"> |
|
| 422 |
- <div class="text"> |
|
| 423 |
- <h4>IOS Example</h4> |
|
| 424 |
- <table> |
|
| 425 |
- <caption>IOS 샘플 파일 설명 테이블</caption> |
|
| 426 |
- <colgroup> |
|
| 427 |
- <col style="width:35%;"> |
|
| 428 |
- <col style="width:65%;"> |
|
| 429 |
- </colgroup> |
|
| 430 |
- <tr> |
|
| 431 |
- <th>파일명</th> |
|
| 432 |
- <td>파일 설명</td> |
|
| 433 |
- </tr> |
|
| 434 |
- <tr> |
|
| 435 |
- <th>파일명</th> |
|
| 436 |
- <td>파일 설명</td> |
|
| 437 |
- </tr> |
|
| 438 |
- <tr> |
|
| 439 |
- <th>파일명</th> |
|
| 440 |
- <td>파일 설명</td> |
|
| 441 |
- </tr> |
|
| 442 |
- <tr> |
|
| 443 |
- <th>파일명</th> |
|
| 444 |
- <td>파일 설명</td> |
|
| 445 |
- </tr> |
|
| 446 |
- <tr> |
|
| 447 |
- <th>파일명</th> |
|
| 448 |
- <td>파일 설명</td> |
|
| 449 |
- </tr> |
|
| 450 |
- </table> |
|
| 348 |
+ <!--// PHP 다운로드--> |
|
| 349 |
+ <!--.NET 다운로드--> |
|
| 350 |
+ <div class="download_cont" id="listTab3_4"> |
|
| 351 |
+ <div class="box"> |
|
| 352 |
+ <div class="text"> |
|
| 353 |
+ <h4>.NET Example</h4> |
|
| 354 |
+ <table> |
|
| 355 |
+ <caption>.NET 샘플 파일 설명 테이블</caption> |
|
| 356 |
+ <colgroup> |
|
| 357 |
+ <col style="width:35%;"> |
|
| 358 |
+ <col style="width:65%;"> |
|
| 359 |
+ </colgroup> |
|
| 360 |
+ <tr> |
|
| 361 |
+ <th>파일명</th> |
|
| 362 |
+ <td>파일 설명</td> |
|
| 363 |
+ </tr> |
|
| 364 |
+ <tr> |
|
| 365 |
+ <th>파일명</th> |
|
| 366 |
+ <td>파일 설명</td> |
|
| 367 |
+ </tr> |
|
| 368 |
+ <tr> |
|
| 369 |
+ <th>파일명</th> |
|
| 370 |
+ <td>파일 설명</td> |
|
| 371 |
+ </tr> |
|
| 372 |
+ <tr> |
|
| 373 |
+ <th>파일명</th> |
|
| 374 |
+ <td>파일 설명</td> |
|
| 375 |
+ </tr> |
|
| 376 |
+ <tr> |
|
| 377 |
+ <th>파일명</th> |
|
| 378 |
+ <td>파일 설명</td> |
|
| 379 |
+ </tr> |
|
| 380 |
+ </table> |
|
| 381 |
+ </div> |
|
| 382 |
+ </div> |
|
| 383 |
+ <div class="btn_area"> |
|
| 384 |
+ <button type="button" class="btnType btnType11">.NET용 예제 다운받기</button> |
|
| 451 | 385 |
</div> |
| 452 | 386 |
</div> |
| 453 |
- <div class="btn_area"> |
|
| 454 |
- <button type="button" class="btnType btnType11">IOS용 예제 다운받기</button> |
|
| 387 |
+ <!--// .NET 다운로드--> |
|
| 388 |
+ <!--AOS 다운로드--> |
|
| 389 |
+ <div class="download_cont" id="listTab3_5"> |
|
| 390 |
+ <div class="box"> |
|
| 391 |
+ <div class="text"> |
|
| 392 |
+ <h4>AOS Example</h4> |
|
| 393 |
+ <table> |
|
| 394 |
+ <caption>AOS 샘플 파일 설명 테이블</caption> |
|
| 395 |
+ <colgroup> |
|
| 396 |
+ <col style="width:35%;"> |
|
| 397 |
+ <col style="width:65%;"> |
|
| 398 |
+ </colgroup> |
|
| 399 |
+ <tr> |
|
| 400 |
+ <th>파일명</th> |
|
| 401 |
+ <td>파일 설명</td> |
|
| 402 |
+ </tr> |
|
| 403 |
+ <tr> |
|
| 404 |
+ <th>파일명</th> |
|
| 405 |
+ <td>파일 설명</td> |
|
| 406 |
+ </tr> |
|
| 407 |
+ <tr> |
|
| 408 |
+ <th>파일명</th> |
|
| 409 |
+ <td>파일 설명</td> |
|
| 410 |
+ </tr> |
|
| 411 |
+ <tr> |
|
| 412 |
+ <th>파일명</th> |
|
| 413 |
+ <td>파일 설명</td> |
|
| 414 |
+ </tr> |
|
| 415 |
+ <tr> |
|
| 416 |
+ <th>파일명</th> |
|
| 417 |
+ <td>파일 설명</td> |
|
| 418 |
+ </tr> |
|
| 419 |
+ </table> |
|
| 420 |
+ </div> |
|
| 421 |
+ </div> |
|
| 422 |
+ <div class="btn_area"> |
|
| 423 |
+ <button type="button" class="btnType btnType11">AOS용 예제 다운받기</button> |
|
| 424 |
+ </div> |
|
| 455 | 425 |
</div> |
| 426 |
+ <!--// AOS 다운로드--> |
|
| 427 |
+ <!--IOS 다운로드--> |
|
| 428 |
+ <div class="download_cont" id="listTab3_6"> |
|
| 429 |
+ <div class="box"> |
|
| 430 |
+ <div class="text"> |
|
| 431 |
+ <h4>IOS Example</h4> |
|
| 432 |
+ <table> |
|
| 433 |
+ <caption>IOS 샘플 파일 설명 테이블</caption> |
|
| 434 |
+ <colgroup> |
|
| 435 |
+ <col style="width:35%;"> |
|
| 436 |
+ <col style="width:65%;"> |
|
| 437 |
+ </colgroup> |
|
| 438 |
+ <tr> |
|
| 439 |
+ <th>파일명</th> |
|
| 440 |
+ <td>파일 설명</td> |
|
| 441 |
+ </tr> |
|
| 442 |
+ <tr> |
|
| 443 |
+ <th>파일명</th> |
|
| 444 |
+ <td>파일 설명</td> |
|
| 445 |
+ </tr> |
|
| 446 |
+ <tr> |
|
| 447 |
+ <th>파일명</th> |
|
| 448 |
+ <td>파일 설명</td> |
|
| 449 |
+ </tr> |
|
| 450 |
+ <tr> |
|
| 451 |
+ <th>파일명</th> |
|
| 452 |
+ <td>파일 설명</td> |
|
| 453 |
+ </tr> |
|
| 454 |
+ <tr> |
|
| 455 |
+ <th>파일명</th> |
|
| 456 |
+ <td>파일 설명</td> |
|
| 457 |
+ </tr> |
|
| 458 |
+ </table> |
|
| 459 |
+ </div> |
|
| 460 |
+ </div> |
|
| 461 |
+ <div class="btn_area"> |
|
| 462 |
+ <button type="button" class="btnType btnType11">IOS용 예제 다운받기</button> |
|
| 463 |
+ </div> |
|
| 464 |
+ </div> |
|
| 465 |
+ <!--// IOS 다운로드--> |
|
| 456 | 466 |
</div> |
| 457 |
- <!--// IOS 다운로드--> |
|
| 458 | 467 |
</div> |
| 459 |
- <!--// 예제 다운로드 내용--> |
|
| 468 |
+ <div class="api_guide current" id="tab5_2"> |
|
| 469 |
+ <div class="api_download"> |
|
| 470 |
+ <ul class="info"> |
|
| 471 |
+ <li>- 카카오톡아래 예제(JSP)를 참고하시어 쉽고 편리하게 API를 연동할 수 있습니다.</li> |
|
| 472 |
+ <li>- JSP 외 타 예제는 계속해서 업데이트 될 예정입니다.</li> |
|
| 473 |
+ </ul> |
|
| 474 |
+ |
|
| 475 |
+ |
|
| 476 |
+ <div class="list_tab_wrap2 type2"> |
|
| 477 |
+ <!-- tab button --> |
|
| 478 |
+ <ul class="list_tab"> |
|
| 479 |
+ <li class="tab active"><button type="button" onclick="listTab3(this,'7');">JSP</button> |
|
| 480 |
+ </li> |
|
| 481 |
+ <!-- <li class="tab"><button type="button" onclick="listTab3(this,'8');">ASP</button> |
|
| 482 |
+ </li> --> |
|
| 483 |
+ <li class="tab"><button type="button" onclick="listTab3(this,'9');">PHP</button> |
|
| 484 |
+ </li> |
|
| 485 |
+ <!--<li class="tab"><button type="button" onclick="listTab3(this,'10');">.NET</button> |
|
| 486 |
+ </li> |
|
| 487 |
+ <li class="tab"><button type="button" onclick="listTab3(this,'11');">AOS</button> |
|
| 488 |
+ </li> |
|
| 489 |
+ <li class="tab"><button type="button" onclick="listTab3(this,'12');">IOS</button> |
|
| 490 |
+ </li>--> |
|
| 491 |
+ </ul> |
|
| 492 |
+ <!--// tab button --> |
|
| 493 |
+ </div> |
|
| 494 |
+ |
|
| 495 |
+ <!-- JSP 다운로드--> |
|
| 496 |
+ <div class="download_cont current" id="listTab3_7"> |
|
| 497 |
+ <div class="box"> |
|
| 498 |
+ <div class="text"> |
|
| 499 |
+ <h4>JSP Example</h4> |
|
| 500 |
+ <table> |
|
| 501 |
+ <caption>JSP 샘플 파일 설명 테이블</caption> |
|
| 502 |
+ <colgroup> |
|
| 503 |
+ <col style="width:35%;"> |
|
| 504 |
+ <col style="width:65%;"> |
|
| 505 |
+ </colgroup> |
|
| 506 |
+ <tr> |
|
| 507 |
+ <th>kakao jsp_example_send_msg_r1.jsp</th> |
|
| 508 |
+ <td>문자보내기(여러명에게 동일한문자)</td> |
|
| 509 |
+ </tr> |
|
| 510 |
+ <tr> |
|
| 511 |
+ <th>sp_example_send_msgs_r1.jsp</th> |
|
| 512 |
+ <td>문자보내기(여러명에게 다른문자)</td> |
|
| 513 |
+ </tr> |
|
| 514 |
+ <tr> |
|
| 515 |
+ <th>jsp_example_hstry_r1.jsp</th> |
|
| 516 |
+ <td>전송내역조회</td> |
|
| 517 |
+ </tr> |
|
| 518 |
+ <tr> |
|
| 519 |
+ <th>jsp_example_hstry_detail_r1.jsp</th> |
|
| 520 |
+ <td>상세전송내역조회</td> |
|
| 521 |
+ </tr> |
|
| 522 |
+ <tr> |
|
| 523 |
+ <th>jsp_example_select_price_r1.jsp</th> |
|
| 524 |
+ <td>발송가능건수</td> |
|
| 525 |
+ </tr> |
|
| 526 |
+ </table> |
|
| 527 |
+ </div> |
|
| 528 |
+ </div> |
|
| 529 |
+ <div class="btn_area"> |
|
| 530 |
+ <button type="button" class="btnType btnType11">JSP용 예제 다운받기</button> |
|
| 531 |
+ </div> |
|
| 532 |
+ </div> |
|
| 533 |
+ <!--// JSP 다운로드--> |
|
| 534 |
+ <!--ASP 다운로드--> |
|
| 535 |
+ <div class="download_cont" id="listTab3_8"> |
|
| 536 |
+ <div class="box"> |
|
| 537 |
+ <div class="text"> |
|
| 538 |
+ <h4>ASP Example</h4> |
|
| 539 |
+ <table> |
|
| 540 |
+ <caption>ASP 샘플 파일 설명 테이블</caption> |
|
| 541 |
+ <colgroup> |
|
| 542 |
+ <col style="width:35%;"> |
|
| 543 |
+ <col style="width:65%;"> |
|
| 544 |
+ </colgroup> |
|
| 545 |
+ <tr> |
|
| 546 |
+ <th>파일명</th> |
|
| 547 |
+ <td>파일 설명</td> |
|
| 548 |
+ </tr> |
|
| 549 |
+ <tr> |
|
| 550 |
+ <th>파일명</th> |
|
| 551 |
+ <td>파일 설명</td> |
|
| 552 |
+ </tr> |
|
| 553 |
+ <tr> |
|
| 554 |
+ <th>파일명</th> |
|
| 555 |
+ <td>파일 설명</td> |
|
| 556 |
+ </tr> |
|
| 557 |
+ <tr> |
|
| 558 |
+ <th>파일명</th> |
|
| 559 |
+ <td>파일 설명</td> |
|
| 560 |
+ </tr> |
|
| 561 |
+ <tr> |
|
| 562 |
+ <th>파일명</th> |
|
| 563 |
+ <td>파일 설명</td> |
|
| 564 |
+ </tr> |
|
| 565 |
+ </table> |
|
| 566 |
+ </div> |
|
| 567 |
+ </div> |
|
| 568 |
+ <div class="btn_area"> |
|
| 569 |
+ <button type="button" class="btnType btnType11">ASP용 예제 다운받기</button> |
|
| 570 |
+ </div> |
|
| 571 |
+ </div> |
|
| 572 |
+ <!--// ASP 다운로드--> |
|
| 573 |
+ <!--PHP 다운로드--> |
|
| 574 |
+ <div class="download_cont" id="listTab3_9"> |
|
| 575 |
+ <div class="box"> |
|
| 576 |
+ <div class="text"> |
|
| 577 |
+ <h4>PHP Example</h4> |
|
| 578 |
+ <table> |
|
| 579 |
+ <caption>PHP 샘플 파일 설명 테이블</caption> |
|
| 580 |
+ <colgroup> |
|
| 581 |
+ <col style="width:35%;"> |
|
| 582 |
+ <col style="width:65%;"> |
|
| 583 |
+ </colgroup> |
|
| 584 |
+ <tbody> |
|
| 585 |
+ <tr> |
|
| 586 |
+ <th>php_example_send_msg_r1.php</th> |
|
| 587 |
+ <td>문자보내기(여러명에게 동일한문자)</td> |
|
| 588 |
+ </tr> |
|
| 589 |
+ <tr> |
|
| 590 |
+ <th>php_example_send_msgs_r1.php</th> |
|
| 591 |
+ <td>문자보내기(여러명에게 다른문자)</td> |
|
| 592 |
+ </tr> |
|
| 593 |
+ <tr> |
|
| 594 |
+ <th>php_example_hstry_r1.php</th> |
|
| 595 |
+ <td>전송내역조회</td> |
|
| 596 |
+ </tr> |
|
| 597 |
+ <tr> |
|
| 598 |
+ <th>php_example_hstry_detail_r1.php</th> |
|
| 599 |
+ <td>상세전송내역조회</td> |
|
| 600 |
+ </tr> |
|
| 601 |
+ <tr> |
|
| 602 |
+ <th>php_example_select_price_r1.php</th> |
|
| 603 |
+ <td>발송가능건수</td> |
|
| 604 |
+ </tr> |
|
| 605 |
+ </tbody> |
|
| 606 |
+ </table> |
|
| 607 |
+ </div> |
|
| 608 |
+ </div> |
|
| 609 |
+ <div class="btn_area"> |
|
| 610 |
+ <button type="button" class="btnType btnType11">PHP용 예제 다운받기</button> |
|
| 611 |
+ </div> |
|
| 612 |
+ </div> |
|
| 613 |
+ <!--// PHP 다운로드--> |
|
| 614 |
+ <!--.NET 다운로드--> |
|
| 615 |
+ <div class="download_cont" id="listTab3_10"> |
|
| 616 |
+ <div class="box"> |
|
| 617 |
+ <div class="text"> |
|
| 618 |
+ <h4>.NET Example</h4> |
|
| 619 |
+ <table> |
|
| 620 |
+ <caption>.NET 샘플 파일 설명 테이블</caption> |
|
| 621 |
+ <colgroup> |
|
| 622 |
+ <col style="width:35%;"> |
|
| 623 |
+ <col style="width:65%;"> |
|
| 624 |
+ </colgroup> |
|
| 625 |
+ <tr> |
|
| 626 |
+ <th>파일명</th> |
|
| 627 |
+ <td>파일 설명</td> |
|
| 628 |
+ </tr> |
|
| 629 |
+ <tr> |
|
| 630 |
+ <th>파일명</th> |
|
| 631 |
+ <td>파일 설명</td> |
|
| 632 |
+ </tr> |
|
| 633 |
+ <tr> |
|
| 634 |
+ <th>파일명</th> |
|
| 635 |
+ <td>파일 설명</td> |
|
| 636 |
+ </tr> |
|
| 637 |
+ <tr> |
|
| 638 |
+ <th>파일명</th> |
|
| 639 |
+ <td>파일 설명</td> |
|
| 640 |
+ </tr> |
|
| 641 |
+ <tr> |
|
| 642 |
+ <th>파일명</th> |
|
| 643 |
+ <td>파일 설명</td> |
|
| 644 |
+ </tr> |
|
| 645 |
+ </table> |
|
| 646 |
+ </div> |
|
| 647 |
+ </div> |
|
| 648 |
+ <div class="btn_area"> |
|
| 649 |
+ <button type="button" class="btnType btnType11">.NET용 예제 다운받기</button> |
|
| 650 |
+ </div> |
|
| 651 |
+ </div> |
|
| 652 |
+ <!--// .NET 다운로드--> |
|
| 653 |
+ <!--AOS 다운로드--> |
|
| 654 |
+ <div class="download_cont" id="listTab3_11"> |
|
| 655 |
+ <div class="box"> |
|
| 656 |
+ <div class="text"> |
|
| 657 |
+ <h4>AOS Example</h4> |
|
| 658 |
+ <table> |
|
| 659 |
+ <caption>AOS 샘플 파일 설명 테이블</caption> |
|
| 660 |
+ <colgroup> |
|
| 661 |
+ <col style="width:35%;"> |
|
| 662 |
+ <col style="width:65%;"> |
|
| 663 |
+ </colgroup> |
|
| 664 |
+ <tr> |
|
| 665 |
+ <th>파일명</th> |
|
| 666 |
+ <td>파일 설명</td> |
|
| 667 |
+ </tr> |
|
| 668 |
+ <tr> |
|
| 669 |
+ <th>파일명</th> |
|
| 670 |
+ <td>파일 설명</td> |
|
| 671 |
+ </tr> |
|
| 672 |
+ <tr> |
|
| 673 |
+ <th>파일명</th> |
|
| 674 |
+ <td>파일 설명</td> |
|
| 675 |
+ </tr> |
|
| 676 |
+ <tr> |
|
| 677 |
+ <th>파일명</th> |
|
| 678 |
+ <td>파일 설명</td> |
|
| 679 |
+ </tr> |
|
| 680 |
+ <tr> |
|
| 681 |
+ <th>파일명</th> |
|
| 682 |
+ <td>파일 설명</td> |
|
| 683 |
+ </tr> |
|
| 684 |
+ </table> |
|
| 685 |
+ </div> |
|
| 686 |
+ </div> |
|
| 687 |
+ <div class="btn_area"> |
|
| 688 |
+ <button type="button" class="btnType btnType11">AOS용 예제 다운받기</button> |
|
| 689 |
+ </div> |
|
| 690 |
+ </div> |
|
| 691 |
+ <!--// AOS 다운로드--> |
|
| 692 |
+ <!--IOS 다운로드--> |
|
| 693 |
+ <div class="download_cont" id="listTab3_12"> |
|
| 694 |
+ <div class="box"> |
|
| 695 |
+ <div class="text"> |
|
| 696 |
+ <h4>IOS Example</h4> |
|
| 697 |
+ <table> |
|
| 698 |
+ <caption>IOS 샘플 파일 설명 테이블</caption> |
|
| 699 |
+ <colgroup> |
|
| 700 |
+ <col style="width:35%;"> |
|
| 701 |
+ <col style="width:65%;"> |
|
| 702 |
+ </colgroup> |
|
| 703 |
+ <tr> |
|
| 704 |
+ <th>파일명</th> |
|
| 705 |
+ <td>파일 설명</td> |
|
| 706 |
+ </tr> |
|
| 707 |
+ <tr> |
|
| 708 |
+ <th>파일명</th> |
|
| 709 |
+ <td>파일 설명</td> |
|
| 710 |
+ </tr> |
|
| 711 |
+ <tr> |
|
| 712 |
+ <th>파일명</th> |
|
| 713 |
+ <td>파일 설명</td> |
|
| 714 |
+ </tr> |
|
| 715 |
+ <tr> |
|
| 716 |
+ <th>파일명</th> |
|
| 717 |
+ <td>파일 설명</td> |
|
| 718 |
+ </tr> |
|
| 719 |
+ <tr> |
|
| 720 |
+ <th>파일명</th> |
|
| 721 |
+ <td>파일 설명</td> |
|
| 722 |
+ </tr> |
|
| 723 |
+ </table> |
|
| 724 |
+ </div> |
|
| 725 |
+ </div> |
|
| 726 |
+ <div class="btn_area"> |
|
| 727 |
+ <button type="button" class="btnType btnType11">IOS용 예제 다운받기</button> |
|
| 728 |
+ </div> |
|
| 729 |
+ </div> |
|
| 730 |
+ <!--// IOS 다운로드--> |
|
| 731 |
+ </div> |
|
| 732 |
+ </div> |
|
| 460 | 733 |
</div> |
| 461 | 734 |
</div> |
| 462 | 735 |
|
--- src/main/webapp/publish/api_guide.html
+++ src/main/webapp/publish/api_guide.html
... | ... | @@ -38,7 +38,7 @@ |
| 38 | 38 |
<div class="hover_cont">이용안내</div> |
| 39 | 39 |
</li> |
| 40 | 40 |
<li> |
| 41 |
- <a href="#"><i class="quick2"></i><span>채 팅상담</span></a> |
|
| 41 |
+ <a href="#"><i class="quick2"></i><span>채 팅상담</span></a> |
|
| 42 | 42 |
<div class="hover_cont">채팅상담</div> |
| 43 | 43 |
</li> |
| 44 | 44 |
<li> |
... | ... | @@ -95,8 +95,7 @@ |
| 95 | 95 |
<!-- header body 영역 --> |
| 96 | 96 |
<div class="header_body"> |
| 97 | 97 |
<div class="inner table"> |
| 98 |
- <h1 class="logo"><a href="/publish/index.html" alt="문자온 메인 바로가기"><img src="/publish/images/CI.png" |
|
| 99 |
- alt="문자온 CI"></a></h1> |
|
| 98 |
+ <h1 class="logo"><a href="/publish/index.html" alt="문자온 메인 바로가기"><img src="/publish/images/CI.png" alt="문자온 CI"></a></h1> |
|
| 100 | 99 |
<ul class="gnbWrap table_cell"> |
| 101 | 100 |
<li><a href="#">문자발송</a></li> |
| 102 | 101 |
<li><a href="#">선거문자</a></li> |
... | ... | @@ -109,8 +108,7 @@ |
| 109 | 108 |
</ul> |
| 110 | 109 |
<div class="s_menu"> |
| 111 | 110 |
<i class="allSearch_info"><span>문자검색</span></i> |
| 112 |
- <button type="button" title="전체검색" class="allSearch" onclick="searchToggle();"><img |
|
| 113 |
- src="/publish/images/search.png" alt="검색영역 열기" class="allMenu"></button> |
|
| 111 |
+ <button type="button" title="전체검색" class="allSearch" onclick="searchToggle();"><img src="/publish/images/search.png" alt="검색영역 열기" class="allMenu"></button> |
|
| 114 | 112 |
<button type="button" title="전체메뉴"><img src="/publish/images/all_menu.png" alt="전체메뉴 열기"></button> |
| 115 | 113 |
</div> |
| 116 | 114 |
</div> |
... | ... | @@ -136,8 +134,7 @@ |
| 136 | 134 |
<li><a href="#">#좋은하루</a></li> |
| 137 | 135 |
</ul> |
| 138 | 136 |
</div> |
| 139 |
- <button class="btn_close" onclick="searchToggle();"><img src="/publish/images/btn_searchclose.png" |
|
| 140 |
- alt=""></button> |
|
| 137 |
+ <button class="btn_close" onclick="searchToggle();"><img src="/publish/images/btn_searchclose.png" alt=""></button> |
|
| 141 | 138 |
</div> |
| 142 | 139 |
</div> |
| 143 | 140 |
<!--// search popup 영역 --> |
... | ... | @@ -148,11 +145,9 @@ |
| 148 | 145 |
<div class="login_left table_cell"> |
| 149 | 146 |
<div class="login_put"> |
| 150 | 147 |
<label for="id_text" class="label"></label> |
| 151 |
- <input type="text" placeholder="아이디를 입력해주세요" id="id_text" class="id_text" maxlength="30" |
|
| 152 |
- size="18"> |
|
| 148 |
+ <input type="text" placeholder="아이디를 입력해주세요" id="id_text" class="id_text" maxlength="30" size="18"> |
|
| 153 | 149 |
<label for="password_text" class="label"></label> |
| 154 |
- <input type="password" placeholder="비밀번호를 입력해주세요" id="password_text" class="password_text" |
|
| 155 |
- maxlength="30" size="18"> |
|
| 150 |
+ <input type="password" placeholder="비밀번호를 입력해주세요" id="password_text" class="password_text" maxlength="30" size="18"> |
|
| 156 | 151 |
<label for="login_button" class="label"></label> |
| 157 | 152 |
<button type="submit" class="btnType btnType1" class="login_button">로그인</button> |
| 158 | 153 |
</div> |
... | ... | @@ -186,1428 +181,3436 @@ |
| 186 | 181 |
<div class="send_top"> |
| 187 | 182 |
<!-- tab button --> |
| 188 | 183 |
<ul class="tabType4"> |
| 189 |
- <li class="tab"><button type="button" onclick="location.href='/publish/api_intro.html'">문자 API소개</button></li> |
|
| 190 |
- <li class="tab active"><button type="button" onclick="location.href='/publish/api_guide.html'">API 사용안내</button></li> |
|
| 184 |
+ <li class="tab "><button type="button" onclick="location.href='/publish/api_intro.html'">연동 안내</button></li> |
|
| 185 |
+ <li class="tab active"><button type="button" onclick="location.href='/publish/api_guide.html'">개발 가이드</button></li> |
|
| 191 | 186 |
<li class="tab"><button type="button" onclick="location.href='/publish/api_download.html'">예제 다운로드</button></li> |
| 192 | 187 |
<li class="tab"><button type="button" onclick="location.href='/publish/api_admin1.html'">신청/관리</button></li> |
| 193 | 188 |
</ul> |
| 194 | 189 |
<!--// tab button --> |
| 195 |
- |
|
| 190 |
+ |
|
| 196 | 191 |
<div class="api_guide_cont current"> |
| 197 | 192 |
<div class="heading"> |
| 198 |
- <h2>API 사용안내</h2> |
|
| 193 |
+ <h2>REST API 개발 가이드</h2> |
|
| 199 | 194 |
</div> |
| 200 | 195 |
|
| 201 | 196 |
<!--사용안내 내용--> |
| 202 |
- <!--콘텐츠 tab button--> |
|
| 197 |
+ |
|
| 203 | 198 |
<div class="pay_tab_wrap"> |
| 204 | 199 |
<ul class="tabType1"> |
| 205 |
- <li class="tab active"><button type="button" onclick="TabType5(this,'1');">문자발송</button></li> |
|
| 206 |
- <li class="tab"><button type="button" onclick="TabType5(this,'2');">문자발송(대량)</button></li> |
|
| 207 |
- <li class="tab"><button type="button" onclick="TabType5(this,'3');">전송결과조회</button></li> |
|
| 208 |
- <li class="tab"><button type="button" onclick="TabType5(this,'4');">상세결과조회</button></li> |
|
| 209 |
- <li class="tab"><button type="button" onclick="TabType5(this,'5');">발송가능건수</button></li> |
|
| 200 |
+ <li class="tab active"><button type="button" onclick="TabType5(this,'1');TabType2(this,'1');$('.list_tab li:nth-child(1)').addClass('active').siblings().removeClass('active');">문자</button></li>
|
|
| 201 |
+ <li class="tab"><button type="button" onclick="TabType5(this,'2');TabType2(this,'6');$('.list_tab li:nth-child(1)').addClass('active').siblings().removeClass('active');">카카오톡</button></li>
|
|
| 210 | 202 |
</ul> |
| 211 | 203 |
</div> |
| 212 |
- <!--//콘텐츠 tab button--> |
|
| 213 |
- <!--tab 문자발송--> |
|
| 204 |
+ |
|
| 205 |
+ <!-- REST API 개발 가이드 > 문자 --> |
|
| 214 | 206 |
<div class="api_guide current" id="tab5_1"> |
| 215 |
- <ul class="info"> |
|
| 216 |
- <li>- API를 통해서 동일한 내용의 문자를 대량으로 전송할 수 있습니다.</li> |
|
| 217 |
- <li>- 발신번호는 문자온 사이트를 통해 사전등록 후 이용하실 수 있습니다.(마이페이지-발신번호 관리 메뉴 이용)</li> |
|
| 218 |
- <li>- 문자 내용이 "90byte"를 초과하는 경우 장문(LMS)으로 자동 전환됩니다.</li> |
|
| 219 |
- </ul> |
|
| 207 |
+ <div class="list_tab_wrap2 type3"> |
|
| 208 |
+ <!--콘텐츠 tab button--> |
|
| 209 |
+ <ul class="list_tab"> |
|
| 210 |
+ <li class="tab active"><button type="button" onclick="TabType2(this,'1');">문자발송</button></li> |
|
| 211 |
+ <li class="tab"><button type="button" onclick="TabType2(this,'2');">문자발송(대량)</button></li> |
|
| 212 |
+ <li class="tab"><button type="button" onclick="TabType2(this,'3');">전송결과조회</button></li> |
|
| 213 |
+ <li class="tab"><button type="button" onclick="TabType2(this,'4');">상세결과조회</button></li> |
|
| 214 |
+ <li class="tab"><button type="button" onclick="TabType2(this,'5');">발송가능건수</button></li> |
|
| 215 |
+ </ul> |
|
| 216 |
+ <!--//콘텐츠 tab button--> |
|
| 217 |
+ </div> |
|
| 220 | 218 |
|
| 221 |
- <div class="re_cont"> |
|
| 222 |
- <!--Request--> |
|
| 223 |
- <div class="req_title">Request</div> |
|
| 224 |
- <div class="box"> |
|
| 225 |
- <div class="text"> |
|
| 226 |
- <h4>Request</h4> |
|
| 219 |
+ <div class="api_guide_con" id="tab2_1"> |
|
| 220 |
+ |
|
| 221 |
+ <ul class="info"> |
|
| 222 |
+ <li>- API를 통해서 동일한 내용의 문자를 대량으로 전송할 수 있습니다.</li> |
|
| 223 |
+ <li>- 발신번호는 문자온 사이트를 통해 사전등록 후 이용하실 수 있습니다.(마이페이지-발신번호 관리 메뉴 이용)</li> |
|
| 224 |
+ <li>- 문자 내용이 "90byte"를 초과하는 경우 장문(LMS)으로 자동 전환됩니다.</li> |
|
| 225 |
+ </ul> |
|
| 226 |
+ |
|
| 227 |
+ <div class="re_cont"> |
|
| 228 |
+ <!--Request--> |
|
| 229 |
+ <div class="req_title">Request</div> |
|
| 230 |
+ <div class="box"> |
|
| 231 |
+ <div class="text"> |
|
| 232 |
+ <h4>Request</h4> |
|
| 233 |
+ <table> |
|
| 234 |
+ <caption>API Request Http Method, 프로토콜, HOST, Service Port 정보 테이블</caption> |
|
| 235 |
+ <colgroup> |
|
| 236 |
+ <col style="width:20%;"> |
|
| 237 |
+ <col style="width:80%;"> |
|
| 238 |
+ </colgroup> |
|
| 239 |
+ <tr> |
|
| 240 |
+ <th>Http Method</th> |
|
| 241 |
+ <td>POST</td> |
|
| 242 |
+ </tr> |
|
| 243 |
+ <tr> |
|
| 244 |
+ <th>프로토콜</th> |
|
| 245 |
+ <td>HHTP/1.1</td> |
|
| 246 |
+ </tr> |
|
| 247 |
+ <tr> |
|
| 248 |
+ <th>HOST</th> |
|
| 249 |
+ <td>api.munjaon.co.kr</td> |
|
| 250 |
+ </tr> |
|
| 251 |
+ <tr> |
|
| 252 |
+ <th>Service Port</th> |
|
| 253 |
+ <td>443</td> |
|
| 254 |
+ </tr> |
|
| 255 |
+ </table> |
|
| 256 |
+ </div> |
|
| 257 |
+ </div> |
|
| 258 |
+ <div class="type_table"> |
|
| 227 | 259 |
<table> |
| 228 |
- <caption>API Request Http Method, 프로토콜, HOST, Service Port 정보 테이블</caption> |
|
| 260 |
+ <caption>문자발송 API Request 키 종류 및 설명, 타입, 필수 여부 테이블</caption> |
|
| 229 | 261 |
<colgroup> |
| 230 | 262 |
<col style="width:20%;"> |
| 231 |
- <col style="width:80%;"> |
|
| 263 |
+ <col style="width:45%;"> |
|
| 264 |
+ <col style="width:25%"> |
|
| 265 |
+ <col style="width:10%"> |
|
| 232 | 266 |
</colgroup> |
| 233 |
- <tr> |
|
| 234 |
- <th>Http Method</th> |
|
| 235 |
- <td>POST</td> |
|
| 236 |
- </tr> |
|
| 237 |
- <tr> |
|
| 238 |
- <th>프로토콜</th> |
|
| 239 |
- <td>HHTP/1.1</td> |
|
| 240 |
- </tr> |
|
| 241 |
- <tr> |
|
| 242 |
- <th>HOST</th> |
|
| 243 |
- <td>api.munjaon.co.kr</td> |
|
| 244 |
- </tr> |
|
| 245 |
- <tr> |
|
| 246 |
- <th>Service Port</th> |
|
| 247 |
- <td>443</td> |
|
| 248 |
- </tr> |
|
| 267 |
+ <thead> |
|
| 268 |
+ <tr> |
|
| 269 |
+ <th>키</th> |
|
| 270 |
+ <th>설명</th> |
|
| 271 |
+ <th>타입</th> |
|
| 272 |
+ <th>필수</th> |
|
| 273 |
+ </tr> |
|
| 274 |
+ </thead> |
|
| 275 |
+ <tbody> |
|
| 276 |
+ <tr> |
|
| 277 |
+ <td><span class="font_b">mberId</span></td> |
|
| 278 |
+ <td>사용자 ID</td> |
|
| 279 |
+ <td>String</td> |
|
| 280 |
+ <td><span class="select_o">O</span></td> |
|
| 281 |
+ </tr> |
|
| 282 |
+ <tr> |
|
| 283 |
+ <td><span class="font_b">accessKey</span></td> |
|
| 284 |
+ <td>인증용 API Key</td> |
|
| 285 |
+ <td>String</td> |
|
| 286 |
+ <td><span class="select_o">O</span></td> |
|
| 287 |
+ </tr> |
|
| 288 |
+ <tr> |
|
| 289 |
+ <td><span class="font_b">callFrom</span></td> |
|
| 290 |
+ <td>발신자 번호(아이디에 등록되어 있는 번호)</td> |
|
| 291 |
+ <td>String</td> |
|
| 292 |
+ <td><span class="select_o">O</span></td> |
|
| 293 |
+ </tr> |
|
| 294 |
+ <tr> |
|
| 295 |
+ <td><span class="font_b">callToList</span></td> |
|
| 296 |
+ <td>수신자 번호(콤마(,) 기준으로 입력)</td> |
|
| 297 |
+ <td>String</td> |
|
| 298 |
+ <td><span class="select_o">O</span></td> |
|
| 299 |
+ </tr> |
|
| 300 |
+ <tr> |
|
| 301 |
+ <td><span class="font_b">smsTxt</span></td> |
|
| 302 |
+ <td>메시지 내용</td> |
|
| 303 |
+ <td>String(1~2,000Byte)</td> |
|
| 304 |
+ <td><span class="select_o">O</span></td> |
|
| 305 |
+ </tr> |
|
| 306 |
+ <tr> |
|
| 307 |
+ <td><span class="font_b">nameStr</span></td> |
|
| 308 |
+ <td>메시지 내용에 [*이름*]이 있으면 치환용 이름 입력( | 로 구분 )</td> |
|
| 309 |
+ <td>String</td> |
|
| 310 |
+ <td><span class="select_x">X</span></td> |
|
| 311 |
+ </tr> |
|
| 312 |
+ <tr> |
|
| 313 |
+ <td><span class="font_b">test_yn</span></td> |
|
| 314 |
+ <td>테스트 데이터 여부</td> |
|
| 315 |
+ <td>String</td> |
|
| 316 |
+ <td><span class="select_x">X</span></td> |
|
| 317 |
+ </tr> |
|
| 318 |
+ </tbody> |
|
| 249 | 319 |
</table> |
| 250 |
- </div> |
|
| 251 |
- </div> |
|
| 252 |
- <div class="type_table"> |
|
| 253 |
- <table> |
|
| 254 |
- <caption>문자발송 API Request 키 종류 및 설명, 타입, 필수 여부 테이블</caption> |
|
| 255 |
- <colgroup> |
|
| 256 |
- <col style="width:20%;"> |
|
| 257 |
- <col style="width:45%;"> |
|
| 258 |
- <col style="width:25%"> |
|
| 259 |
- <col style="width:10%"> |
|
| 260 |
- </colgroup> |
|
| 261 |
- <thead> |
|
| 262 |
- <tr> |
|
| 263 |
- <th>키</th> |
|
| 264 |
- <th>설명</th> |
|
| 265 |
- <th>타입</th> |
|
| 266 |
- <th>필수</th> |
|
| 267 |
- </tr> |
|
| 268 |
- </thead> |
|
| 269 |
- <tbody> |
|
| 270 |
- <tr> |
|
| 271 |
- <td><span class="font_b">mberId</span></td> |
|
| 272 |
- <td>사용자 ID</td> |
|
| 273 |
- <td>String</td> |
|
| 274 |
- <td><span class="select_o">O</span></td> |
|
| 275 |
- </tr> |
|
| 276 |
- <tr> |
|
| 277 |
- <td><span class="font_b">accessKey</span></td> |
|
| 278 |
- <td>인증용 API Key</td> |
|
| 279 |
- <td>String</td> |
|
| 280 |
- <td><span class="select_o">O</span></td> |
|
| 281 |
- </tr> |
|
| 282 |
- <tr> |
|
| 283 |
- <td><span class="font_b">callFrom</span></td> |
|
| 284 |
- <td>발신자 번호(아이디에 등록되어 있는 번호)</td> |
|
| 285 |
- <td>String</td> |
|
| 286 |
- <td><span class="select_o">O</span></td> |
|
| 287 |
- </tr> |
|
| 288 |
- <tr> |
|
| 289 |
- <td><span class="font_b">callToList</span></td> |
|
| 290 |
- <td>수신자 번호(콤마(,) 기준으로 입력)</td> |
|
| 291 |
- <td>String</td> |
|
| 292 |
- <td><span class="select_o">O</span></td> |
|
| 293 |
- </tr> |
|
| 294 |
- <tr> |
|
| 295 |
- <td><span class="font_b">smsTxt</span></td> |
|
| 296 |
- <td>메시지 내용</td> |
|
| 297 |
- <td>String(1~2,000Byte)</td> |
|
| 298 |
- <td><span class="select_o">O</span></td> |
|
| 299 |
- </tr> |
|
| 300 |
- <tr> |
|
| 301 |
- <td><span class="font_b">nameStr</span></td> |
|
| 302 |
- <td>메시지 내용에 [*이름*]이 있으면 치환용 이름 입력( | 로 구분 )</td> |
|
| 303 |
- <td>String</td> |
|
| 304 |
- <td><span class="select_x">X</span></td> |
|
| 305 |
- </tr> |
|
| 306 |
- <tr> |
|
| 307 |
- <td><span class="font_b">test_yn</span></td> |
|
| 308 |
- <td>테스트 데이터 여부</td> |
|
| 309 |
- <td>String</td> |
|
| 310 |
- <td><span class="select_x">X</span></td> |
|
| 311 |
- </tr> |
|
| 312 |
- </tbody> |
|
| 313 |
- </table> |
|
| 314 |
- <div class="table_info"> |
|
| 315 |
- <p>※ HTTPS 프로토콜을 사용하여 POST로 요청합니다.</p> |
|
| 316 |
- <p>※ 문자 텍스트 용량(byte) : 한글 1자당 2byte, 영문/숫자 1자당 1byte</p> |
|
| 317 |
- </div> |
|
| 318 |
- </div> |
|
| 319 |
- <div class="box"> |
|
| 320 |
- <div class="title">[Example]</div> |
|
| 321 |
- <div class="code_view"> |
|
| 322 |
- <p>{</p> |
|
| 323 |
- <div class="indent"> |
|
| 324 |
- <p><span>"mberId"</span>:"홍길동"</p> |
|
| 325 |
- <p>,<span>"accessKey"</span>:"XXXXXXXXXXXXXX414050694b953"</p> |
|
| 326 |
- <p>,<span>"callFrom"</span>:"01012341234"</p> |
|
| 327 |
- <p>,<span>"callToList"</span>:"01011111111,01022222222,01033333333"</p> |
|
| 328 |
- <p>,<span>"smsTxt"</span>:"문자 테스트~![*이름*]"</p> |
|
| 329 |
- <p>,<span>"nameStr"</span>:"홍길동1|홍길동2|홍길동3"</p> |
|
| 330 |
- <p>,<span>"test_yn"</span>:""</p> |
|
| 320 |
+ <div class="table_info"> |
|
| 321 |
+ <p>※ HTTPS 프로토콜을 사용하여 POST로 요청합니다.</p> |
|
| 322 |
+ <p>※ 문자 텍스트 용량(byte) : 한글 1자당 2byte, 영문/숫자 1자당 1byte</p> |
|
| 331 | 323 |
</div> |
| 332 |
- <p class="l_code">}</p> |
|
| 333 | 324 |
</div> |
| 334 |
- </div> |
|
| 335 |
- <!--// Request--> |
|
| 336 |
- <!-- Response--> |
|
| 337 |
- <div class="res_title">Response</div> |
|
| 338 |
- <div class="type_table"> |
|
| 339 |
- <table> |
|
| 340 |
- <caption>문자발송 API Response 키 종류 및 설명, 타입 테이블</caption> |
|
| 341 |
- <colgroup> |
|
| 342 |
- <col style="width:20%;"> |
|
| 343 |
- <col style="width:60%;"> |
|
| 344 |
- <col style="width:20%;"> |
|
| 345 |
- </colgroup> |
|
| 346 |
- <thead> |
|
| 347 |
- <tr> |
|
| 348 |
- <th>키</th> |
|
| 349 |
- <th>설명</th> |
|
| 350 |
- <th>타입</th> |
|
| 351 |
- </tr> |
|
| 352 |
- </thead> |
|
| 353 |
- <tbody> |
|
| 354 |
- <tr> |
|
| 355 |
- <td><span class="font_b">resultCode</span></td> |
|
| 356 |
- <td>성공 여부("0" 아니면 실패)</td>
|
|
| 357 |
- <td>String</td> |
|
| 358 |
- </tr> |
|
| 359 |
- <tr> |
|
| 360 |
- <td><span class="font_b">data</span></td> |
|
| 361 |
- <td>결과값 객체(성공 : 데이터, 실패 : 메시지)</td> |
|
| 362 |
- <td>Object</td> |
|
| 363 |
- </tr> |
|
| 364 |
- <tr> |
|
| 365 |
- <td><span class="font_b">[data].msgGroupId</span></td> |
|
| 366 |
- <td>메시지 그룹 ID</td> |
|
| 367 |
- <td>String</td> |
|
| 368 |
- </tr> |
|
| 369 |
- <tr> |
|
| 370 |
- <td><span class="font_b">[data].msgType</span></td> |
|
| 371 |
- <td>메시지 타입(4 : 단문, 5 : 장문)</td> |
|
| 372 |
- <td>String</td> |
|
| 373 |
- </tr> |
|
| 374 |
- <tr> |
|
| 375 |
- <td><span class="font_b">[data].blockCnt</span></td> |
|
| 376 |
- <td>수신거부 건수</td> |
|
| 377 |
- <td>String</td> |
|
| 378 |
- </tr> |
|
| 379 |
- <tr> |
|
| 380 |
- <td><span class="font_b">[data].failCnt</span></td> |
|
| 381 |
- <td>전송 실패 건수</td> |
|
| 382 |
- <td>String</td> |
|
| 383 |
- </tr> |
|
| 384 |
- <tr> |
|
| 385 |
- <td><span class="font_b">[data].successCnt</span></td> |
|
| 386 |
- <td>성공 건수</td> |
|
| 387 |
- <td>String</td> |
|
| 388 |
- </tr> |
|
| 389 |
- <tr> |
|
| 390 |
- <td><span class="font_b">[data].test_yn</span></td> |
|
| 391 |
- <td>테스트 데이터 여부</td> |
|
| 392 |
- <td>String</td> |
|
| 393 |
- </tr> |
|
| 394 |
- </tbody> |
|
| 395 |
- </table> |
|
| 396 |
- <div class="table_info"> |
|
| 397 |
- <p>※ JSON 객체로 응답합니다.</p> |
|
| 398 |
- </div> |
|
| 399 |
- </div> |
|
| 400 |
- <div class="box"> |
|
| 401 |
- <div class="title_t1"><span class="ex">[Example]</span><span class="ex_success">O 성공 예시</span></div> |
|
| 402 |
- <div class="code_view"> |
|
| 403 |
- <p>{</p> |
|
| 404 |
- <div class="indent"> |
|
| 405 |
- <p><span>"resultCode"</span>:"0"</p> |
|
| 406 |
- <p>,<span>"data"</span>{</p> |
|
| 407 |
- <div class="indent_t1"> |
|
| 408 |
- <p><span>"msgGroupId"</span>:"MSGGID_0000000000000"</p> |
|
| 409 |
- <p>,<span>"msgType"</span>:"SMS"</p> |
|
| 410 |
- <p>,<span>"resultCode"</span>:"0"</p> |
|
| 411 |
- <p>,<span>"blockCnt"</span>:"0"</p> |
|
| 412 |
- <p>,<span>"failCnt"</span>:"0"</p> |
|
| 413 |
- <p>,<span>"successCnt"</span>:"3"</p> |
|
| 414 |
- <p>,<span>"test_yn"</span>:null</p> |
|
| 415 |
- </div> |
|
| 416 |
- <p>}</p> |
|
| 417 |
- </div> |
|
| 418 |
- <p class="l_code">}</p> |
|
| 419 |
- </div> |
|
| 420 |
- </div> |
|
| 421 |
- <div class="box"> |
|
| 422 |
- <div class="title_t1"><span class="ex">[Example]</span><span class="ex_fail">X 실패 예시</span></div> |
|
| 423 |
- <div class="code_view"> |
|
| 424 |
- <p>{</p> |
|
| 425 |
- <div class="indent"> |
|
| 426 |
- <p><span>"resultCode"</span>:"1040"</p> |
|
| 427 |
- <p>,<span>"data"</span>:"치환 데이터 오류"</p> |
|
| 428 |
- </div> |
|
| 429 |
- <p class="l_code">}</p> |
|
| 430 |
- </div> |
|
| 431 |
- </div> |
|
| 432 |
- <!--// Response--> |
|
| 433 |
- </div> |
|
| 434 |
- </div> |
|
| 435 |
- <!--// tab_문자발송--> |
|
| 436 |
- <!--tab 문자발송(대량)--> |
|
| 437 |
- <div class="api_guide" id="tab5_2"> |
|
| 438 |
- <ul class="info"> |
|
| 439 |
- <li>- API를 통해서 다른 내용의 문자를 대량으로 전송할 수 있습니다.</li> |
|
| 440 |
- <li>- 발신번호는 문자온 사이트를 통해 사전등록 후 이용하실 수 있습니다.(마이페이지-발신번호 관리 메뉴 이용)</li> |
|
| 441 |
- <li>- 문자 내용이 "90byte"를 초과하는 경우 장문(LMS)으로 자동 전환됩니다.</li> |
|
| 442 |
- </ul> |
|
| 443 |
- |
|
| 444 |
- <div class="re_cont"> |
|
| 445 |
- <!--Request--> |
|
| 446 |
- <div class="req_title">Request</div> |
|
| 447 |
- <div class="box"> |
|
| 448 |
- <div class="text"> |
|
| 449 |
- <h4>Request</h4> |
|
| 450 |
- <table> |
|
| 451 |
- <caption>API Request Http Method, 프로토콜, HOST, Service Port 정보 테이블</caption> |
|
| 452 |
- <colgroup> |
|
| 453 |
- <col style="width:20%;"> |
|
| 454 |
- <col style="width:80%;"> |
|
| 455 |
- </colgroup> |
|
| 456 |
- <tr> |
|
| 457 |
- <th>Http Method</th> |
|
| 458 |
- <td>POST</td> |
|
| 459 |
- </tr> |
|
| 460 |
- <tr> |
|
| 461 |
- <th>프로토콜</th> |
|
| 462 |
- <td>HHTP/1.1</td> |
|
| 463 |
- </tr> |
|
| 464 |
- <tr> |
|
| 465 |
- <th>HOST</th> |
|
| 466 |
- <td>api.munjaon.co.kr</td> |
|
| 467 |
- </tr> |
|
| 468 |
- <tr> |
|
| 469 |
- <th>Service Port</th> |
|
| 470 |
- <td>443</td> |
|
| 471 |
- </tr> |
|
| 472 |
- </table> |
|
| 473 |
- </div> |
|
| 474 |
- </div> |
|
| 475 |
- <div class="type_table"> |
|
| 476 |
- <table> |
|
| 477 |
- <caption>문자발송(대량) API Request 키 종류 및 설명, 타입, 필수 여부 테이블</caption> |
|
| 478 |
- <colgroup> |
|
| 479 |
- <col style="width:20%;"> |
|
| 480 |
- <col style="width:45%;"> |
|
| 481 |
- <col style="width:25%"> |
|
| 482 |
- <col style="width:10%"> |
|
| 483 |
- </colgroup> |
|
| 484 |
- <thead> |
|
| 485 |
- <tr> |
|
| 486 |
- <th>키</th> |
|
| 487 |
- <th>설명</th> |
|
| 488 |
- <th>타입</th> |
|
| 489 |
- <th>필수</th> |
|
| 490 |
- </tr> |
|
| 491 |
- </thead> |
|
| 492 |
- <tbody> |
|
| 493 |
- <tr> |
|
| 494 |
- <td><span class="font_b">mberId</span></td> |
|
| 495 |
- <td>사용자 ID</td> |
|
| 496 |
- <td>String</td> |
|
| 497 |
- <td><span class="select_o">O</span></td> |
|
| 498 |
- </tr> |
|
| 499 |
- <tr> |
|
| 500 |
- <td><span class="font_b">accessKey</span></td> |
|
| 501 |
- <td>인증용 API Key</td> |
|
| 502 |
- <td>String</td> |
|
| 503 |
- <td><span class="select_o">O</span></td> |
|
| 504 |
- </tr> |
|
| 505 |
- <tr> |
|
| 506 |
- <td><span class="font_b">callFrom</span></td> |
|
| 507 |
- <td>발신자 번호(아이디에 등록되어 있는 번호)</td> |
|
| 508 |
- <td>String</td> |
|
| 509 |
- <td><span class="select_o">O</span></td> |
|
| 510 |
- </tr> |
|
| 511 |
- <tr> |
|
| 512 |
- <td><span class="font_b">test_yn</span></td> |
|
| 513 |
- <td>테스트 데이터 여부</td> |
|
| 514 |
- <td>String</td> |
|
| 515 |
- <td><span class="select_x">X</span></td> |
|
| 516 |
- </tr> |
|
| 517 |
- <tr> |
|
| 518 |
- <td><span class="font_b">callTo_1</span></td> |
|
| 519 |
- <td>수신자 번호 1</td> |
|
| 520 |
- <td>String</td> |
|
| 521 |
- <td><span class="select_o">O</span></td> |
|
| 522 |
- </tr> |
|
| 523 |
- <tr> |
|
| 524 |
- <td><span class="font_b">smsTxt_1</span></td> |
|
| 525 |
- <td>메시지 내용 1 </td> |
|
| 526 |
- <td>String(1~2,000Byte)</td> |
|
| 527 |
- <td><span class="select_o">O</span></td> |
|
| 528 |
- </tr> |
|
| 529 |
- <tr> |
|
| 530 |
- <td><span class="font_b">...</span></td> |
|
| 531 |
- <td>...</td> |
|
| 532 |
- <td>...</td> |
|
| 533 |
- <td><span class="select_o">...</span></td> |
|
| 534 |
- </tr> |
|
| 535 |
- <tr> |
|
| 536 |
- <td><span class="font_b">callTo_100</span></td> |
|
| 537 |
- <td>수신자 번호 100</td> |
|
| 538 |
- <td>String</td> |
|
| 539 |
- <td><span class="select_o">O</span></td> |
|
| 540 |
- </tr> |
|
| 541 |
- <tr> |
|
| 542 |
- <td><span class="font_b">smsTxt_100</span></td> |
|
| 543 |
- <td>메시지 내용 100</td> |
|
| 544 |
- <td>String(1~2,000Byte)</td> |
|
| 545 |
- <td><span class="select_o">O</span></td> |
|
| 546 |
- </tr> |
|
| 547 |
- </tbody> |
|
| 548 |
- </table> |
|
| 549 |
- <div class="table_info"> |
|
| 550 |
- <p>※ 문자 텍스트 용량(byte) : 한글 1자당 2byte, 영문/숫자 1자당 1byte</p> |
|
| 551 |
- </div> |
|
| 552 |
- </div> |
|
| 553 |
- <div class="box"> |
|
| 554 |
- <div class="title">[Example]</div> |
|
| 555 |
- <div class="code_view"> |
|
| 556 |
- <p>{</p> |
|
| 557 |
- <div class="indent"> |
|
| 558 |
- <p><span>"mberId"</span>:"홍길동"</p> |
|
| 559 |
- <p>,<span>"accessKey"</span>:"XXXXXXXXXXXXXX414050694b953"</p> |
|
| 560 |
- <p>,<span>"callFrom"</span>:"01012341234"</p> |
|
| 561 |
- <p>,<span>"test_yn"</span>:""</p> |
|
| 562 |
- <p>,<span>"callTo_1"</span>:"01011111111"</p> |
|
| 563 |
- <p>,<span>"smsTxt_1"</span>:"문자 테스트 1"</p> |
|
| 564 |
- <p>,<span>"callTo_2"</span>:"01022222222"</p> |
|
| 565 |
- <p>,<span>"smsTxt_2"</span>:"문자 테스트 2"</p> |
|
| 566 |
- </div> |
|
| 567 |
- <p class="l_code">}</p> |
|
| 568 |
- </div> |
|
| 569 |
- </div> |
|
| 570 |
- <!--// Request--> |
|
| 571 |
- <!-- Response--> |
|
| 572 |
- <div class="res_title">Response</div> |
|
| 573 |
- <div class="type_table"> |
|
| 574 |
- <table> |
|
| 575 |
- <caption>문자발송(대량) API Response 키 종류 및 설명, 타입 테이블</caption> |
|
| 576 |
- <colgroup> |
|
| 577 |
- <col style="width:20%;"> |
|
| 578 |
- <col style="width:60%;"> |
|
| 579 |
- <col style="width:20%;"> |
|
| 580 |
- </colgroup> |
|
| 581 |
- <thead> |
|
| 582 |
- <tr> |
|
| 583 |
- <th>키</th> |
|
| 584 |
- <th>설명</th> |
|
| 585 |
- <th>타입</th> |
|
| 586 |
- </tr> |
|
| 587 |
- </thead> |
|
| 588 |
- <tbody> |
|
| 589 |
- <tr> |
|
| 590 |
- <td><span class="font_b">resultCode</span></td> |
|
| 591 |
- <td>성공 여부("0" 아니면 실패)</td>
|
|
| 592 |
- <td>String</td> |
|
| 593 |
- </tr> |
|
| 594 |
- <tr> |
|
| 595 |
- <td><span class="font_b">data</span></td> |
|
| 596 |
- <td>결과값 객체(성공 : 데이터, 실패 : 메시지)</td> |
|
| 597 |
- <td>Object</td> |
|
| 598 |
- </tr> |
|
| 599 |
- <tr> |
|
| 600 |
- <td><span class="font_b">[data].msgGroupIdList</span></td> |
|
| 601 |
- <td>메시지 그룹 ID 리스트</td> |
|
| 602 |
- <td>List String</td> |
|
| 603 |
- </tr> |
|
| 604 |
- <tr> |
|
| 605 |
- <td><span class="font_b">[data].msgType</span></td> |
|
| 606 |
- <td>메시지 타입(4 : 단문, 5 : 장문)</td> |
|
| 607 |
- <td>String</td> |
|
| 608 |
- </tr> |
|
| 609 |
- <tr> |
|
| 610 |
- <td><span class="font_b">[data].blockCnt</span></td> |
|
| 611 |
- <td>수신거부 건수</td> |
|
| 612 |
- <td>String</td> |
|
| 613 |
- </tr> |
|
| 614 |
- <tr> |
|
| 615 |
- <td><span class="font_b">[data].failCnt</span></td> |
|
| 616 |
- <td>전송 실패 건수</td> |
|
| 617 |
- <td>String</td> |
|
| 618 |
- </tr> |
|
| 619 |
- <tr> |
|
| 620 |
- <td><span class="font_b">[data].successCnt</span></td> |
|
| 621 |
- <td>성공 건수</td> |
|
| 622 |
- <td>String</td> |
|
| 623 |
- </tr> |
|
| 624 |
- <tr> |
|
| 625 |
- <td><span class="font_b">[data].test_yn</span></td> |
|
| 626 |
- <td>테스트 데이터 여부</td> |
|
| 627 |
- <td>String</td> |
|
| 628 |
- </tr> |
|
| 629 |
- </tbody> |
|
| 630 |
- </table> |
|
| 631 |
- <div class="table_info"> |
|
| 632 |
- <p>※ JSON 객체로 응답합니다.</p> |
|
| 633 |
- </div> |
|
| 634 |
- </div> |
|
| 635 |
- <div class="box"> |
|
| 636 |
- <div class="title_t1"><span class="ex">[Example]</span><span class="ex_success">O 성공 예시</span></div> |
|
| 637 |
- <div class="code_view"> |
|
| 638 |
- <p>{</p> |
|
| 639 |
- <div class="indent"> |
|
| 640 |
- <p><span>"resultCode"</span>:"0"</p> |
|
| 641 |
- <p>,<span>"data"</span>:[</p> |
|
| 642 |
- <div class="indent_t1"> |
|
| 643 |
- <p><span>"msgGroupIdList"</span>:[</p> |
|
| 644 |
- <p>{</p> |
|
| 645 |
- <p class="m_code">"MSGGID_0000000013451"</p> |
|
| 646 |
- <p class="l_code_t1">}</p> |
|
| 647 |
- <p>,{</p> |
|
| 648 |
- <p class="m_code">"MSGGID_0000000013452"</p> |
|
| 649 |
- <p class="l_code_t1">}</p> |
|
| 650 |
- <p>]</p> |
|
| 651 |
- <p>,<span>"msgTypeList"</span>:[</p> |
|
| 652 |
- <p>{</p> |
|
| 653 |
- <p class="m_code">"SMS"</p> |
|
| 654 |
- <p class="l_code_t1">}</p> |
|
| 655 |
- <p>,{</p> |
|
| 656 |
- <p class="m_code">"SMS"</p> |
|
| 657 |
- <p class="l_code_t1">}</p> |
|
| 658 |
- <p>]</p> |
|
| 659 |
- <p>,<span>"resultCode"</span>:"0"</p> |
|
| 660 |
- <p>,<span>"successCnt"</span>:"2"</p> |
|
| 661 |
- <p>,<span>"failCnt"</span>:"0"</p> |
|
| 662 |
- <p>,<span>"blockCnt"</span>:"0"</p> |
|
| 663 |
- <p>,<span>"test_yn"</span>:null</p> |
|
| 664 |
- <p>]</p> |
|
| 665 |
- </div> |
|
| 666 |
- </div> |
|
| 667 |
- <p class="l_code">}</p> |
|
| 668 |
- </div> |
|
| 669 |
- </div> |
|
| 670 |
- <div class="box"> |
|
| 671 |
- <div class="title_t1"><span class="ex">[Example]</span><span class="ex_fail">X 실패 예시</span></div> |
|
| 672 |
- <div class="code_view"> |
|
| 673 |
- <p>{</p> |
|
| 674 |
- <div class="indent"> |
|
| 675 |
- <p><span>"resultCode"</span>:"1040"</p> |
|
| 676 |
- <p>,<span>"data"</span>:"치환 데이터 오류"</p> |
|
| 677 |
- </div> |
|
| 678 |
- <p class="l_code">}</p> |
|
| 679 |
- </div> |
|
| 680 |
- </div> |
|
| 681 |
- <!--// Response--> |
|
| 682 |
- </div> |
|
| 683 |
- </div> |
|
| 684 |
- <!--// tab_문자발송(대량)--> |
|
| 685 |
- <!--tab 전송결과조회--> |
|
| 686 |
- <div class="api_guide" id="tab5_3"> |
|
| 687 |
- <ul class="info"> |
|
| 688 |
- <li>- 문자온 사이트 및 API를 통해 전송된 문자 발송내역을 조회할 수 있습니다.</li> |
|
| 689 |
- <li>- 문자 발송내역은 날짜별로 조회되며, 최근 3개월까지만 조회 가능합니다.</li> |
|
| 690 |
- <li>- 발신번호별 문자 발송내역 조회 기능은 제공되지 않습니다.</li> |
|
| 691 |
- </ul> |
|
| 692 |
- |
|
| 693 |
- <div class="re_cont"> |
|
| 694 |
- <!--Request--> |
|
| 695 |
- <div class="req_title">Request</div> |
|
| 696 |
- <div class="box"> |
|
| 697 |
- <div class="text"> |
|
| 698 |
- <h4>Request</h4> |
|
| 699 |
- <table> |
|
| 700 |
- <caption>API Request Http Method, 프로토콜, HOST, Service Port 정보 테이블</caption> |
|
| 701 |
- <colgroup> |
|
| 702 |
- <col style="width:20%;"> |
|
| 703 |
- <col style="width:80%;"> |
|
| 704 |
- </colgroup> |
|
| 705 |
- <tr> |
|
| 706 |
- <th>Http Method</th> |
|
| 707 |
- <td>POST</td> |
|
| 708 |
- </tr> |
|
| 709 |
- <tr> |
|
| 710 |
- <th>프로토콜</th> |
|
| 711 |
- <td>HHTP/1.1</td> |
|
| 712 |
- </tr> |
|
| 713 |
- <tr> |
|
| 714 |
- <th>HOST</th> |
|
| 715 |
- <td>api.munjaon.co.kr</td> |
|
| 716 |
- </tr> |
|
| 717 |
- <tr> |
|
| 718 |
- <th>Service Port</th> |
|
| 719 |
- <td>443</td> |
|
| 720 |
- </tr> |
|
| 721 |
- </table> |
|
| 722 |
- </div> |
|
| 723 |
- </div> |
|
| 724 |
- <div class="type_table"> |
|
| 725 |
- <table> |
|
| 726 |
- <caption>전송결과 조회 API Request 키 종류 및 설명, 타입, 필수 여부 테이블</caption> |
|
| 727 |
- <colgroup> |
|
| 728 |
- <col style="width:20%;"> |
|
| 729 |
- <col style="width:45%;"> |
|
| 730 |
- <col style="width:25%"> |
|
| 731 |
- <col style="width:10%"> |
|
| 732 |
- </colgroup> |
|
| 733 |
- <thead> |
|
| 734 |
- <tr> |
|
| 735 |
- <th>키</th> |
|
| 736 |
- <th>설명</th> |
|
| 737 |
- <th>타입</th> |
|
| 738 |
- <th>필수</th> |
|
| 739 |
- </tr> |
|
| 740 |
- </thead> |
|
| 741 |
- <tbody> |
|
| 742 |
- <tr> |
|
| 743 |
- <td><span class="font_b">mberId</span></td> |
|
| 744 |
- <td>사용자 ID</td> |
|
| 745 |
- <td>String</td> |
|
| 746 |
- <td><span class="select_o">O</span></td> |
|
| 747 |
- </tr> |
|
| 748 |
- <tr> |
|
| 749 |
- <td><span class="font_b">accessKey</span></td> |
|
| 750 |
- <td>인증용 API Key</td> |
|
| 751 |
- <td>String</td> |
|
| 752 |
- <td><span class="select_o">O</span></td> |
|
| 753 |
- </tr> |
|
| 754 |
- <tr> |
|
| 755 |
- <td><span class="font_b">page</span></td> |
|
| 756 |
- <td>페이지 번호</td> |
|
| 757 |
- <td>String</td> |
|
| 758 |
- <td><span class="select_x">X</span></td> |
|
| 759 |
- </tr> |
|
| 760 |
- <tr> |
|
| 761 |
- <td><span class="font_b">pageSize</span></td> |
|
| 762 |
- <td>페이지당 출력 개수</td> |
|
| 763 |
- <td>String</td> |
|
| 764 |
- <td><span class="select_x">X</span></td> |
|
| 765 |
- </tr> |
|
| 766 |
- <tr> |
|
| 767 |
- <td><span class="font_b">startDate</span></td> |
|
| 768 |
- <td>시작 일자</td> |
|
| 769 |
- <td>String</td> |
|
| 770 |
- <td><span class="select_x">X</span></td> |
|
| 771 |
- </tr> |
|
| 772 |
- <tr> |
|
| 773 |
- <td><span class="font_b">endDate</span></td> |
|
| 774 |
- <td>마감 일자</td> |
|
| 775 |
- <td>String</td> |
|
| 776 |
- <td><span class="select_x">X</span></td> |
|
| 777 |
- </tr> |
|
| 778 |
- <tr> |
|
| 779 |
- <td><span class="font_b">test_yn</span></td> |
|
| 780 |
- <td>테스트 데이터 여부</td> |
|
| 781 |
- <td>String</td> |
|
| 782 |
- <td><span class="select_x">X</span></td> |
|
| 783 |
- </tr> |
|
| 784 |
- </tbody> |
|
| 785 |
- </table> |
|
| 786 |
- <div class="table_info"> |
|
| 787 |
- <p>※ HTTPS 프로토콜을 사용하여 POST로 요청합니다.</p> |
|
| 788 |
- </div> |
|
| 789 |
- </div> |
|
| 790 |
- <div class="box"> |
|
| 791 |
- <div class="title">[Example]</div> |
|
| 792 |
- <div class="code_view"> |
|
| 793 |
- <p>{</p> |
|
| 794 |
- <div class="indent"> |
|
| 795 |
- <p><span>"mberId"</span>:"홍길동"</p> |
|
| 796 |
- <p>,<span>"accessKey"</span>:"XXXXXXXXXXXXXX414050694b953"</p> |
|
| 797 |
- <p>,<span>"page"</span>:""</p> |
|
| 798 |
- <p>,<span>"pageSize"</span>:""</p> |
|
| 799 |
- <p>,<span>"startDate"</span>:""</p> |
|
| 800 |
- <p>,<span>"endDate"</span>:""</p> |
|
| 801 |
- <p>,<span>"test_yn"</span>:""</p> |
|
| 802 |
- </div> |
|
| 803 |
- <p class="l_code">}</p> |
|
| 804 |
- </div> |
|
| 805 |
- </div> |
|
| 806 |
- <!--// Request--> |
|
| 807 |
- <!-- Response--> |
|
| 808 |
- <div class="res_title">Response</div> |
|
| 809 |
- <div class="type_table"> |
|
| 810 |
- <table> |
|
| 811 |
- <caption>전송결과 조회 API Response 키 종류 및 설명, 타입 테이블</caption> |
|
| 812 |
- <colgroup> |
|
| 813 |
- <col style="width:20%;"> |
|
| 814 |
- <col style="width:60%;"> |
|
| 815 |
- <col style="width:20%;"> |
|
| 816 |
- </colgroup> |
|
| 817 |
- <thead> |
|
| 818 |
- <tr> |
|
| 819 |
- <th>키</th> |
|
| 820 |
- <th>설명</th> |
|
| 821 |
- <th>타입</th> |
|
| 822 |
- </tr> |
|
| 823 |
- </thead> |
|
| 824 |
- <tbody> |
|
| 825 |
- <tr> |
|
| 826 |
- <td><span class="font_b">resultCode</span></td> |
|
| 827 |
- <td>성공 여부("0" 아니면 실패)</td>
|
|
| 828 |
- <td>String</td> |
|
| 829 |
- </tr> |
|
| 830 |
- <tr> |
|
| 831 |
- <td><span class="font_b">data</span></td> |
|
| 832 |
- <td>결과값 객체(성공 : 데이터, 실패 : 메시지)</td> |
|
| 833 |
- <td>Object</td> |
|
| 834 |
- </tr> |
|
| 835 |
- <tr> |
|
| 836 |
- <td><span class="font_b">[data].message</span></td> |
|
| 837 |
- <td>문자</td> |
|
| 838 |
- <td>String</td> |
|
| 839 |
- </tr> |
|
| 840 |
- <tr> |
|
| 841 |
- <td><span class="font_b">[data].next_yn</span></td> |
|
| 842 |
- <td>다음 페이지 여부</td> |
|
| 843 |
- <td>String</td> |
|
| 844 |
- </tr> |
|
| 845 |
- <tr> |
|
| 846 |
- <td><span class="font_b">[data].objectList</span></td> |
|
| 847 |
- <td>결과값 목록</td> |
|
| 848 |
- <td>Object List</td> |
|
| 849 |
- </tr> |
|
| 850 |
- <tr> |
|
| 851 |
- <td><span class="font_b">[data].msgGroupId</span></td> |
|
| 852 |
- <td>메시지 그룹 ID</td> |
|
| 853 |
- <td>String</td> |
|
| 854 |
- </tr> |
|
| 855 |
- <tr> |
|
| 856 |
- <td><span class="font_b">[data].msgId</span></td> |
|
| 857 |
- <td>메시지 ID</td> |
|
| 858 |
- <td>String</td> |
|
| 859 |
- </tr> |
|
| 860 |
- <tr> |
|
| 861 |
- <td><span class="font_b">[data].msgTypeName</span></td> |
|
| 862 |
- <td>문자 구분명(단문, 장문, 그림)</td> |
|
| 863 |
- <td>String</td> |
|
| 864 |
- </tr> |
|
| 865 |
- <tr> |
|
| 866 |
- <td><span class="font_b">[data].msgType</span></td> |
|
| 867 |
- <td>메시지 타입(4 : 단문, 5 : 장문)</td> |
|
| 868 |
- <td>String</td> |
|
| 869 |
- </tr> |
|
| 870 |
- <tr> |
|
| 871 |
- <td><span class="font_b">[data].callFrom</span></td> |
|
| 872 |
- <td>발신자 번호</td> |
|
| 873 |
- <td>String</td> |
|
| 874 |
- </tr> |
|
| 875 |
- <tr> |
|
| 876 |
- <td><span class="font_b">[data].callTo</span></td> |
|
| 877 |
- <td>수신자 번호</td> |
|
| 878 |
- <td>String</td> |
|
| 879 |
- </tr> |
|
| 880 |
- <tr> |
|
| 881 |
- <td><span class="font_b">[data].msgGroupCnt</span></td> |
|
| 882 |
- <td>문자 발송 건수</td> |
|
| 883 |
- <td>String</td> |
|
| 884 |
- </tr> |
|
| 885 |
- <tr> |
|
| 886 |
- <td><span class="font_b">[data].sCnt</span></td> |
|
| 887 |
- <td>성공 건수</td> |
|
| 888 |
- <td>String</td> |
|
| 889 |
- </tr> |
|
| 890 |
- <tr> |
|
| 891 |
- <td><span class="font_b">[data].fCnt</span></td> |
|
| 892 |
- <td>실패 건수</td> |
|
| 893 |
- <td>String</td> |
|
| 894 |
- </tr> |
|
| 895 |
- <tr> |
|
| 896 |
- <td><span class="font_b">[data].wCnt</span></td> |
|
| 897 |
- <td>대기 건수</td> |
|
| 898 |
- <td>String</td> |
|
| 899 |
- </tr> |
|
| 900 |
- <tr> |
|
| 901 |
- <td><span class="font_b">[data].msgResult</span></td> |
|
| 902 |
- <td>발송 결과(성공 : S, 실패 : F)</td> |
|
| 903 |
- <td>String</td> |
|
| 904 |
- </tr> |
|
| 905 |
- <tr> |
|
| 906 |
- <td><span class="font_b">[data].smsTxt</span></td> |
|
| 907 |
- <td>문자 내용</td> |
|
| 908 |
- <td>String</td> |
|
| 909 |
- </tr> |
|
| 910 |
- <tr> |
|
| 911 |
- <td><span class="font_b">[data].subject</span></td> |
|
| 912 |
- <td>제목</td> |
|
| 913 |
- <td>String</td> |
|
| 914 |
- </tr> |
|
| 915 |
- <tr> |
|
| 916 |
- <td><span class="font_b">[data].reqdate</span></td> |
|
| 917 |
- <td>발송 일자</td> |
|
| 918 |
- <td>String</td> |
|
| 919 |
- </tr> |
|
| 920 |
- <tr> |
|
| 921 |
- <td><span class="font_b">[data].curState</span></td> |
|
| 922 |
- <td>전송 처리 결과값</td> |
|
| 923 |
- <td>String</td> |
|
| 924 |
- </tr> |
|
| 925 |
- <tr> |
|
| 926 |
- <td><span class="font_b">[data].userId</span></td> |
|
| 927 |
- <td>사용자 ID</td> |
|
| 928 |
- <td>String</td> |
|
| 929 |
- </tr> |
|
| 930 |
- <tr> |
|
| 931 |
- <td><span class="font_b">[data].regdate</span></td> |
|
| 932 |
- <td>등록 일자</td> |
|
| 933 |
- <td>String</td> |
|
| 934 |
- </tr> |
|
| 935 |
- <tr> |
|
| 936 |
- <td><span class="font_b">[data].reserveCYn</span></td> |
|
| 937 |
- <td>예약 취소 여부</td> |
|
| 938 |
- <td>String</td> |
|
| 939 |
- </tr> |
|
| 940 |
- <tr> |
|
| 941 |
- <td><span class="font_b">[data].ttlCnt</span></td> |
|
| 942 |
- <td>전체 요청 수</td> |
|
| 943 |
- <td>String</td> |
|
| 944 |
- </tr> |
|
| 945 |
- <tr> |
|
| 946 |
- <td><span class="font_b">[data].remainMsgCnt</span></td> |
|
| 947 |
- <td>남은 문자 건수</td> |
|
| 948 |
- <td>String</td> |
|
| 949 |
- </tr> |
|
| 950 |
- <tr> |
|
| 951 |
- <td><span class="font_b">[data].totMsgCnt</span></td> |
|
| 952 |
- <td>전체 문자 개수</td> |
|
| 953 |
- <td>String</td> |
|
| 954 |
- </tr> |
|
| 955 |
- </tbody> |
|
| 956 |
- </table> |
|
| 957 |
- <div class="table_info"> |
|
| 958 |
- <p>※ JSON 객체로 응답합니다.</p> |
|
| 959 |
- </div> |
|
| 960 |
- </div> |
|
| 961 |
- <div class="box"> |
|
| 962 |
- <div class="title_t1"><span class="ex">[Example]</span><span class="ex_success">O 성공 예시</span></div> |
|
| 963 |
- <div class="code_view"> |
|
| 964 |
- <p>{</p> |
|
| 965 |
- <div class="indent"> |
|
| 966 |
- <p><span>"resultCode"</span>:"0"</p> |
|
| 967 |
- <p>,<span>"data"</span>:[</p> |
|
| 325 |
+ <div class="box"> |
|
| 326 |
+ <div class="title">[Example]</div> |
|
| 327 |
+ <div class="code_view"> |
|
| 968 | 328 |
<p>{</p> |
| 969 |
- <div class="indent_t1"> |
|
| 329 |
+ <div class="indent"> |
|
| 330 |
+ <p><span>"mberId"</span>:"홍길동"</p> |
|
| 331 |
+ <p>,<span>"accessKey"</span>:"XXXXXXXXXXXXXX414050694b953"</p> |
|
| 332 |
+ <p>,<span>"callFrom"</span>:"01012341234"</p> |
|
| 333 |
+ <p>,<span>"callToList"</span>:"01011111111,01022222222,01033333333"</p> |
|
| 334 |
+ <p>,<span>"smsTxt"</span>:"문자 테스트~![*이름*]"</p> |
|
| 335 |
+ <p>,<span>"nameStr"</span>:"홍길동1|홍길동2|홍길동3"</p> |
|
| 336 |
+ <p>,<span>"test_yn"</span>:""</p> |
|
| 337 |
+ </div> |
|
| 338 |
+ <p class="l_code">}</p> |
|
| 339 |
+ </div> |
|
| 340 |
+ </div> |
|
| 341 |
+ <!--// Request--> |
|
| 342 |
+ <!-- Response--> |
|
| 343 |
+ <div class="res_title">Response</div> |
|
| 344 |
+ <div class="type_table"> |
|
| 345 |
+ <table> |
|
| 346 |
+ <caption>문자발송 API Response 키 종류 및 설명, 타입 테이블</caption> |
|
| 347 |
+ <colgroup> |
|
| 348 |
+ <col style="width:20%;"> |
|
| 349 |
+ <col style="width:60%;"> |
|
| 350 |
+ <col style="width:20%;"> |
|
| 351 |
+ </colgroup> |
|
| 352 |
+ <thead> |
|
| 353 |
+ <tr> |
|
| 354 |
+ <th>키</th> |
|
| 355 |
+ <th>설명</th> |
|
| 356 |
+ <th>타입</th> |
|
| 357 |
+ </tr> |
|
| 358 |
+ </thead> |
|
| 359 |
+ <tbody> |
|
| 360 |
+ <tr> |
|
| 361 |
+ <td><span class="font_b">resultCode</span></td> |
|
| 362 |
+ <td>성공 여부("0" 아니면 실패)</td>
|
|
| 363 |
+ <td>String</td> |
|
| 364 |
+ </tr> |
|
| 365 |
+ <tr> |
|
| 366 |
+ <td><span class="font_b">data</span></td> |
|
| 367 |
+ <td>결과값 객체(성공 : 데이터, 실패 : 메시지)</td> |
|
| 368 |
+ <td>Object</td> |
|
| 369 |
+ </tr> |
|
| 370 |
+ <tr> |
|
| 371 |
+ <td><span class="font_b">[data].msgGroupId</span></td> |
|
| 372 |
+ <td>메시지 그룹 ID</td> |
|
| 373 |
+ <td>String</td> |
|
| 374 |
+ </tr> |
|
| 375 |
+ <tr> |
|
| 376 |
+ <td><span class="font_b">[data].msgType</span></td> |
|
| 377 |
+ <td>메시지 타입(4 : 단문, 5 : 장문)</td> |
|
| 378 |
+ <td>String</td> |
|
| 379 |
+ </tr> |
|
| 380 |
+ <tr> |
|
| 381 |
+ <td><span class="font_b">[data].blockCnt</span></td> |
|
| 382 |
+ <td>수신거부 건수</td> |
|
| 383 |
+ <td>String</td> |
|
| 384 |
+ </tr> |
|
| 385 |
+ <tr> |
|
| 386 |
+ <td><span class="font_b">[data].failCnt</span></td> |
|
| 387 |
+ <td>전송 실패 건수</td> |
|
| 388 |
+ <td>String</td> |
|
| 389 |
+ </tr> |
|
| 390 |
+ <tr> |
|
| 391 |
+ <td><span class="font_b">[data].successCnt</span></td> |
|
| 392 |
+ <td>성공 건수</td> |
|
| 393 |
+ <td>String</td> |
|
| 394 |
+ </tr> |
|
| 395 |
+ <tr> |
|
| 396 |
+ <td><span class="font_b">[data].test_yn</span></td> |
|
| 397 |
+ <td>테스트 데이터 여부</td> |
|
| 398 |
+ <td>String</td> |
|
| 399 |
+ </tr> |
|
| 400 |
+ </tbody> |
|
| 401 |
+ </table> |
|
| 402 |
+ <div class="table_info"> |
|
| 403 |
+ <p>※ JSON 객체로 응답합니다.</p> |
|
| 404 |
+ </div> |
|
| 405 |
+ </div> |
|
| 406 |
+ <div class="box"> |
|
| 407 |
+ <div class="title_t1"><span class="ex">[Example]</span><span class="ex_success">O 성공 예시</span></div> |
|
| 408 |
+ <div class="code_view"> |
|
| 409 |
+ <p>{</p> |
|
| 410 |
+ <div class="indent"> |
|
| 970 | 411 |
<p><span>"resultCode"</span>:"0"</p> |
| 971 |
- <p>,<span>"message"</span>: null</p> |
|
| 972 |
- <p>,<span>"next_yn"</span>:"n"</p> |
|
| 973 |
- <p>,<span>"msgGroupId"</span>:"MSGGID_0000000000000"</p> |
|
| 974 |
- <p>,<span>"objectList"</span>:[</p> |
|
| 975 |
- <p>{</p> |
|
| 976 |
- <div class="indent_t2"> |
|
| 977 |
- <p><span>"msgTypeName"</span>:"단문(SMS)"</p> |
|
| 978 |
- <p>,<span>"msgType"</span>:"4"</p> |
|
| 979 |
- <p>,<span>"callFrom"</span>:"01011112222"</p> |
|
| 980 |
- <p>,<span>"callTo"</span>:"01011112223"</p> |
|
| 981 |
- <p>,<span>"msgGroupCnt"</span>:"2"</p> |
|
| 982 |
- <p>,<span>"msgGroupId"</span>:"MSGGID_0000000013340"</p> |
|
| 983 |
- <p>,<span>"msgId"</span>:"MSGID_0000000000001"</p> |
|
| 984 |
- <p>,<span>"scnt"</span>:"2"</p> |
|
| 985 |
- <p>,<span>"fcnt"</span>:"0"</p> |
|
| 986 |
- <p>,<span>"wcnt"</span>:"0"</p> |
|
| 987 |
- <p>,<span>"msgResult"</span>:"S"</p> |
|
| 988 |
- <p>,<span>"smsTxt"</span>:"문자 내용 단문 예제"</p> |
|
| 989 |
- <p>,<span>"subject"</span>:null</p> |
|
| 990 |
- <p>,<span>"reqdate"</span>:"2023-06-13 17:48:07"</p> |
|
| 991 |
- <p>,<span>"curState"</span>:"3"</p> |
|
| 992 |
- <p>,<span>"userId"</span>:"testuser"</p> |
|
| 993 |
- <p>,<span>"regdate"</span>:"2023-06-13 17:48:07"</p> |
|
| 994 |
- <p>,<span>"reserveCYn"</span>:"N"</p> |
|
| 995 |
- <p>,<span>"ttlCnt"</span>:"1"</p> |
|
| 996 |
- <p>,<span>"remainMsgCnt"</span>:"40"</p> |
|
| 997 |
- <p>,<span>"totMsgCnt"</span>:"70"</p> |
|
| 412 |
+ <p>,<span>"data"</span>{</p> |
|
| 413 |
+ <div class="indent_t1"> |
|
| 414 |
+ <p><span>"msgGroupId"</span>:"MSGGID_0000000000000"</p> |
|
| 415 |
+ <p>,<span>"msgType"</span>:"SMS"</p> |
|
| 416 |
+ <p>,<span>"resultCode"</span>:"0"</p> |
|
| 417 |
+ <p>,<span>"blockCnt"</span>:"0"</p> |
|
| 418 |
+ <p>,<span>"failCnt"</span>:"0"</p> |
|
| 419 |
+ <p>,<span>"successCnt"</span>:"3"</p> |
|
| 420 |
+ <p>,<span>"test_yn"</span>:null</p> |
|
| 998 | 421 |
</div> |
| 999 | 422 |
<p>}</p> |
| 1000 |
- <p>,{</p> |
|
| 1001 |
- <div class="indent_t2"> |
|
| 1002 |
- <p><span>"msgTypeName"</span>:"장문(LMS)"</p> |
|
| 1003 |
- <p>,<span>"msgType"</span>:"6"</p> |
|
| 1004 |
- <p>,<span>"callFrom"</span>:"01011112222"</p> |
|
| 1005 |
- <p>,<span>"callTo"</span>:"01011112223"</p> |
|
| 1006 |
- <p>,<span>"msgGroupCnt"</span>:"1"</p> |
|
| 1007 |
- <p>,<span>"msgGroupId"</span>:"MSGGID_0000000013341"</p> |
|
| 1008 |
- <p>,<span>"msgId"</span>:"MSGID_0000000000002"</p> |
|
| 1009 |
- <p>,<span>"scnt"</span>:"1"</p> |
|
| 1010 |
- <p>,<span>"fcnt"</span>:"0"</p> |
|
| 1011 |
- <p>,<span>"wcnt"</span>:"0"</p> |
|
| 1012 |
- <p>,<span>"msgResult"</span>:"S"</p> |
|
| 1013 |
- <p>,<span>"smsTxt"</span>:"문자 내용 장문 예제"</p> |
|
| 1014 |
- <p>,<span>subject"</span>:null</p> |
|
| 1015 |
- <p>,<span>reqdate"</span>:"2023-06-02 11:46:50"</p> |
|
| 1016 |
- <p>,<span>"curState"</span>:"3"</p> |
|
| 1017 |
- <p>,<span>"userId"</span>:"testuser"</p> |
|
| 1018 |
- <p>,<span>"regdate"</span>:"2023-06-02 11:46:49"</p> |
|
| 1019 |
- <p>,<span>"reserveCYn"</span>:"N"</p> |
|
| 1020 |
- <p>,<span>"ttlCnt"</span>:"1"</p> |
|
| 1021 |
- <p>,<span>"remainMsgCnt"</span>:"40"</p> |
|
| 1022 |
- <p>,<span>"totMsgCnt"</span>:"70"</p> |
|
| 1023 |
- <p>}</p> |
|
| 1024 |
- </div> |
|
| 1025 |
- <p>]</p> |
|
| 1026 |
- </div> |
|
| 1027 |
- <p class="l_code_t2">}</p> |
|
| 1028 |
- <p>]</p> |
|
| 423 |
+ </div> |
|
| 424 |
+ <p class="l_code">}</p> |
|
| 1029 | 425 |
</div> |
| 1030 |
- <p class="l_code">}</p> |
|
| 1031 | 426 |
</div> |
| 1032 |
- </div> |
|
| 1033 |
- <div class="box"> |
|
| 1034 |
- <div class="title_t1"><span class="ex">[Example]</span><span class="ex_fail">X 실패 예시</span></div> |
|
| 1035 |
- <div class="code_view"> |
|
| 1036 |
- <p>{</p> |
|
| 1037 |
- <div class="indent"> |
|
| 1038 |
- <p><span>"resultCode"</span>:"3099"</p> |
|
| 1039 |
- <p>,<span>"data"</span>:"기타 시스템 오류"</p> |
|
| 427 |
+ <div class="box"> |
|
| 428 |
+ <div class="title_t1"><span class="ex">[Example]</span><span class="ex_fail">X 실패 예시</span></div> |
|
| 429 |
+ <div class="code_view"> |
|
| 430 |
+ <p>{</p> |
|
| 431 |
+ <div class="indent"> |
|
| 432 |
+ <p><span>"resultCode"</span>:"1040"</p> |
|
| 433 |
+ <p>,<span>"data"</span>:"치환 데이터 오류"</p> |
|
| 434 |
+ </div> |
|
| 435 |
+ <p class="l_code">}</p> |
|
| 1040 | 436 |
</div> |
| 1041 |
- <p class="l_code">}</p> |
|
| 1042 | 437 |
</div> |
| 438 |
+ <!--// Response--> |
|
| 1043 | 439 |
</div> |
| 1044 |
- <!--// Response--> |
|
| 1045 |
- </div> |
|
| 1046 |
- </div> |
|
| 1047 |
- <!--// tab_전송결과조회--> |
|
| 1048 |
- <!--tab 상세결과조회--> |
|
| 1049 |
- <div class="api_guide" id="tab5_4"> |
|
| 1050 |
- <ul class="info"> |
|
| 1051 |
- <li>- 전송결과 조회의 "msgGroupId"를 사용하여 전송된 문자의 상세결과를 수신번호별로 조회할 수 있습니다.</li> |
|
| 1052 |
- <li>- 전송결과가 "대기"인 경우에는 최종 결과 확인까지 최대 72시간까지 소요됩니다.</li> |
|
| 1053 |
- </ul> |
|
| 1054 | 440 |
|
| 1055 |
- <div class="re_cont"> |
|
| 1056 |
- <!--Request--> |
|
| 1057 |
- <div class="req_title">Request</div> |
|
| 1058 |
- <div class="box"> |
|
| 1059 |
- <div class="text"> |
|
| 1060 |
- <h4>Request</h4> |
|
| 441 |
+ </div> |
|
| 442 |
+ <div class="api_guide_con" id="tab2_2"> |
|
| 443 |
+ |
|
| 444 |
+ <ul class="info"> |
|
| 445 |
+ <li>- API를 통해서 다른 내용의 문자를 대량으로 전송할 수 있습니다.</li> |
|
| 446 |
+ <li>- 발신번호는 문자온 사이트를 통해 사전등록 후 이용하실 수 있습니다.(마이페이지-발신번호 관리 메뉴 이용)</li> |
|
| 447 |
+ <li>- 문자 내용이 "90byte"를 초과하는 경우 장문(LMS)으로 자동 전환됩니다.</li> |
|
| 448 |
+ </ul> |
|
| 449 |
+ |
|
| 450 |
+ <div class="re_cont"> |
|
| 451 |
+ <!--Request--> |
|
| 452 |
+ <div class="req_title">Request</div> |
|
| 453 |
+ <div class="box"> |
|
| 454 |
+ <div class="text"> |
|
| 455 |
+ <h4>Request</h4> |
|
| 456 |
+ <table> |
|
| 457 |
+ <caption>API Request Http Method, 프로토콜, HOST, Service Port 정보 테이블</caption> |
|
| 458 |
+ <colgroup> |
|
| 459 |
+ <col style="width:20%;"> |
|
| 460 |
+ <col style="width:80%;"> |
|
| 461 |
+ </colgroup> |
|
| 462 |
+ <tr> |
|
| 463 |
+ <th>Http Method</th> |
|
| 464 |
+ <td>POST</td> |
|
| 465 |
+ </tr> |
|
| 466 |
+ <tr> |
|
| 467 |
+ <th>프로토콜</th> |
|
| 468 |
+ <td>HHTP/1.1</td> |
|
| 469 |
+ </tr> |
|
| 470 |
+ <tr> |
|
| 471 |
+ <th>HOST</th> |
|
| 472 |
+ <td>api.munjaon.co.kr</td> |
|
| 473 |
+ </tr> |
|
| 474 |
+ <tr> |
|
| 475 |
+ <th>Service Port</th> |
|
| 476 |
+ <td>443</td> |
|
| 477 |
+ </tr> |
|
| 478 |
+ </table> |
|
| 479 |
+ </div> |
|
| 480 |
+ </div> |
|
| 481 |
+ <div class="type_table"> |
|
| 1061 | 482 |
<table> |
| 1062 |
- <caption>API Request Http Method, 프로토콜, HOST, Service Port 정보 테이블</caption> |
|
| 483 |
+ <caption>문자발송(대량) API Request 키 종류 및 설명, 타입, 필수 여부 테이블</caption> |
|
| 1063 | 484 |
<colgroup> |
| 1064 | 485 |
<col style="width:20%;"> |
| 1065 |
- <col style="width:80%;"> |
|
| 486 |
+ <col style="width:45%;"> |
|
| 487 |
+ <col style="width:25%"> |
|
| 488 |
+ <col style="width:10%"> |
|
| 1066 | 489 |
</colgroup> |
| 1067 |
- <tr> |
|
| 1068 |
- <th>Http Method</th> |
|
| 1069 |
- <td>POST</td> |
|
| 1070 |
- </tr> |
|
| 1071 |
- <tr> |
|
| 1072 |
- <th>프로토콜</th> |
|
| 1073 |
- <td>HHTP/1.1</td> |
|
| 1074 |
- </tr> |
|
| 1075 |
- <tr> |
|
| 1076 |
- <th>HOST</th> |
|
| 1077 |
- <td>api.munjaon.co.kr</td> |
|
| 1078 |
- </tr> |
|
| 1079 |
- <tr> |
|
| 1080 |
- <th>Service Port</th> |
|
| 1081 |
- <td>443</td> |
|
| 1082 |
- </tr> |
|
| 490 |
+ <thead> |
|
| 491 |
+ <tr> |
|
| 492 |
+ <th>키</th> |
|
| 493 |
+ <th>설명</th> |
|
| 494 |
+ <th>타입</th> |
|
| 495 |
+ <th>필수</th> |
|
| 496 |
+ </tr> |
|
| 497 |
+ </thead> |
|
| 498 |
+ <tbody> |
|
| 499 |
+ <tr> |
|
| 500 |
+ <td><span class="font_b">mberId</span></td> |
|
| 501 |
+ <td>사용자 ID</td> |
|
| 502 |
+ <td>String</td> |
|
| 503 |
+ <td><span class="select_o">O</span></td> |
|
| 504 |
+ </tr> |
|
| 505 |
+ <tr> |
|
| 506 |
+ <td><span class="font_b">accessKey</span></td> |
|
| 507 |
+ <td>인증용 API Key</td> |
|
| 508 |
+ <td>String</td> |
|
| 509 |
+ <td><span class="select_o">O</span></td> |
|
| 510 |
+ </tr> |
|
| 511 |
+ <tr> |
|
| 512 |
+ <td><span class="font_b">callFrom</span></td> |
|
| 513 |
+ <td>발신자 번호(아이디에 등록되어 있는 번호)</td> |
|
| 514 |
+ <td>String</td> |
|
| 515 |
+ <td><span class="select_o">O</span></td> |
|
| 516 |
+ </tr> |
|
| 517 |
+ <tr> |
|
| 518 |
+ <td><span class="font_b">test_yn</span></td> |
|
| 519 |
+ <td>테스트 데이터 여부</td> |
|
| 520 |
+ <td>String</td> |
|
| 521 |
+ <td><span class="select_x">X</span></td> |
|
| 522 |
+ </tr> |
|
| 523 |
+ <tr> |
|
| 524 |
+ <td><span class="font_b">callTo_1</span></td> |
|
| 525 |
+ <td>수신자 번호 1</td> |
|
| 526 |
+ <td>String</td> |
|
| 527 |
+ <td><span class="select_o">O</span></td> |
|
| 528 |
+ </tr> |
|
| 529 |
+ <tr> |
|
| 530 |
+ <td><span class="font_b">smsTxt_1</span></td> |
|
| 531 |
+ <td>메시지 내용 1 </td> |
|
| 532 |
+ <td>String(1~2,000Byte)</td> |
|
| 533 |
+ <td><span class="select_o">O</span></td> |
|
| 534 |
+ </tr> |
|
| 535 |
+ <tr> |
|
| 536 |
+ <td><span class="font_b">...</span></td> |
|
| 537 |
+ <td>...</td> |
|
| 538 |
+ <td>...</td> |
|
| 539 |
+ <td><span class="select_o">...</span></td> |
|
| 540 |
+ </tr> |
|
| 541 |
+ <tr> |
|
| 542 |
+ <td><span class="font_b">callTo_100</span></td> |
|
| 543 |
+ <td>수신자 번호 100</td> |
|
| 544 |
+ <td>String</td> |
|
| 545 |
+ <td><span class="select_o">O</span></td> |
|
| 546 |
+ </tr> |
|
| 547 |
+ <tr> |
|
| 548 |
+ <td><span class="font_b">smsTxt_100</span></td> |
|
| 549 |
+ <td>메시지 내용 100</td> |
|
| 550 |
+ <td>String(1~2,000Byte)</td> |
|
| 551 |
+ <td><span class="select_o">O</span></td> |
|
| 552 |
+ </tr> |
|
| 553 |
+ </tbody> |
|
| 1083 | 554 |
</table> |
| 1084 |
- </div> |
|
| 1085 |
- </div> |
|
| 1086 |
- <div class="type_table"> |
|
| 1087 |
- <table> |
|
| 1088 |
- <caption>상세결과 조회 API Request 키 종류 및 설명, 타입, 필수 여부 테이블</caption> |
|
| 1089 |
- <colgroup> |
|
| 1090 |
- <col style="width:20%;"> |
|
| 1091 |
- <col style="width:45%;"> |
|
| 1092 |
- <col style="width:25%"> |
|
| 1093 |
- <col style="width:10%"> |
|
| 1094 |
- </colgroup> |
|
| 1095 |
- <thead> |
|
| 1096 |
- <tr> |
|
| 1097 |
- <th>키</th> |
|
| 1098 |
- <th>설명</th> |
|
| 1099 |
- <th>타입</th> |
|
| 1100 |
- <th>필수</th> |
|
| 1101 |
- </tr> |
|
| 1102 |
- </thead> |
|
| 1103 |
- <tbody> |
|
| 1104 |
- <tr> |
|
| 1105 |
- <td><span class="font_b">mberId</span></td> |
|
| 1106 |
- <td>사용자 ID</td> |
|
| 1107 |
- <td>String</td> |
|
| 1108 |
- <td><span class="select_o">O</span></td> |
|
| 1109 |
- </tr> |
|
| 1110 |
- <tr> |
|
| 1111 |
- <td><span class="font_b">accessKey</span></td> |
|
| 1112 |
- <td>인증용 API Key</td> |
|
| 1113 |
- <td>String</td> |
|
| 1114 |
- <td><span class="select_o">O</span></td> |
|
| 1115 |
- </tr> |
|
| 1116 |
- <tr> |
|
| 1117 |
- <td><span class="font_b">msgGroupId</span></td> |
|
| 1118 |
- <td>메시지 그룹 ID</td> |
|
| 1119 |
- <td>String</td> |
|
| 1120 |
- <td><span class="select_o">O</span></td> |
|
| 1121 |
- </tr> |
|
| 1122 |
- <tr> |
|
| 1123 |
- <td><span class="font_b">page</span></td> |
|
| 1124 |
- <td>페이지 번호</td> |
|
| 1125 |
- <td>String</td> |
|
| 1126 |
- <td><span class="select_x">X</span></td> |
|
| 1127 |
- </tr> |
|
| 1128 |
- <tr> |
|
| 1129 |
- <td><span class="font_b">pageSize</span></td> |
|
| 1130 |
- <td>페이지당 출력 개수</td> |
|
| 1131 |
- <td>String</td> |
|
| 1132 |
- <td><span class="select_x">X</span></td> |
|
| 1133 |
- </tr> |
|
| 1134 |
- <tr> |
|
| 1135 |
- <td><span class="font_b">test_yn</span></td> |
|
| 1136 |
- <td>테스트 데이터 여부</td> |
|
| 1137 |
- <td>String</td> |
|
| 1138 |
- <td><span class="select_x">X</span></td> |
|
| 1139 |
- </tr> |
|
| 1140 |
- </tbody> |
|
| 1141 |
- </table> |
|
| 1142 |
- <div class="table_info"> |
|
| 1143 |
- <p>※ HTTPS 프로토콜을 사용하여 POST로 요청합니다.</p> |
|
| 1144 |
- </div> |
|
| 1145 |
- </div> |
|
| 1146 |
- <div class="box"> |
|
| 1147 |
- <div class="title">[Example]</div> |
|
| 1148 |
- <div class="code_view"> |
|
| 1149 |
- <p>{</p> |
|
| 1150 |
- <div class="indent"> |
|
| 1151 |
- <p><span>"mberId"</span>:"홍길동"</p> |
|
| 1152 |
- <p>,<span>"accessKey"</span>:"XXXXXXXXXXXXXX414050694b953"</p> |
|
| 1153 |
- <p>,<span>"msgGroupId"</span>:"MSGGID_0000000011452"</p> |
|
| 1154 |
- <p>,<span>"page"</span>:""</p> |
|
| 1155 |
- <p>,<span>"pageSize"</span>:""</p> |
|
| 1156 |
- <p>,<span>"test_yn"</span>:""</p> |
|
| 555 |
+ <div class="table_info"> |
|
| 556 |
+ <p>※ 문자 텍스트 용량(byte) : 한글 1자당 2byte, 영문/숫자 1자당 1byte</p> |
|
| 1157 | 557 |
</div> |
| 1158 |
- <p class="l_code">}</p> |
|
| 1159 | 558 |
</div> |
| 1160 |
- </div> |
|
| 1161 |
- <!--// Request--> |
|
| 1162 |
- <!-- Response--> |
|
| 1163 |
- <div class="res_title">Response</div> |
|
| 1164 |
- <div class="type_table"> |
|
| 1165 |
- <table> |
|
| 1166 |
- <caption>상세결과 조회 API Response 키 종류 및 설명, 타입 테이블</caption> |
|
| 1167 |
- <colgroup> |
|
| 1168 |
- <col style="width:20%;"> |
|
| 1169 |
- <col style="width:60%;"> |
|
| 1170 |
- <col style="width:20%;"> |
|
| 1171 |
- </colgroup> |
|
| 1172 |
- <thead> |
|
| 1173 |
- <tr> |
|
| 1174 |
- <th>키</th> |
|
| 1175 |
- <th>설명</th> |
|
| 1176 |
- <th>타입</th> |
|
| 1177 |
- </tr> |
|
| 1178 |
- </thead> |
|
| 1179 |
- <tbody> |
|
| 1180 |
- <tr> |
|
| 1181 |
- <td><span class="font_b">resultCode</span></td> |
|
| 1182 |
- <td>성공 여부("0" 아니면 실패)</td>
|
|
| 1183 |
- <td>String</td> |
|
| 1184 |
- </tr> |
|
| 1185 |
- <tr> |
|
| 1186 |
- <td><span class="font_b">data</span></td> |
|
| 1187 |
- <td>결과값 객체(성공 : 데이터, 실패 : 메시지)</td> |
|
| 1188 |
- <td>Object</td> |
|
| 1189 |
- </tr> |
|
| 1190 |
- <tr> |
|
| 1191 |
- <td><span class="font_b">[data].message</span></td> |
|
| 1192 |
- <td>문자</td> |
|
| 1193 |
- <td>String</td> |
|
| 1194 |
- </tr> |
|
| 1195 |
- <tr> |
|
| 1196 |
- <td><span class="font_b">[data].next_yn</span></td> |
|
| 1197 |
- <td>다음 페이지 여부</td> |
|
| 1198 |
- <td>String</td> |
|
| 1199 |
- </tr> |
|
| 1200 |
- <tr> |
|
| 1201 |
- <td><span class="font_b">[data].objectList</span></td> |
|
| 1202 |
- <td>결과값 목록</td> |
|
| 1203 |
- <td>Object List</td> |
|
| 1204 |
- </tr> |
|
| 1205 |
- <tr> |
|
| 1206 |
- <td><span class="font_b">[data].msgGroupId</span></td> |
|
| 1207 |
- <td>메시지 그룹 ID</td> |
|
| 1208 |
- <td>String</td> |
|
| 1209 |
- </tr> |
|
| 1210 |
- <tr> |
|
| 1211 |
- <td><span class="font_b">[data].msgId</span></td> |
|
| 1212 |
- <td>메시지 ID</td> |
|
| 1213 |
- <td>String</td> |
|
| 1214 |
- </tr> |
|
| 1215 |
- <tr> |
|
| 1216 |
- <td><span class="font_b">[data].msgTypeName</span></td> |
|
| 1217 |
- <td>문자 구분명(단문, 장문, 그림)</td> |
|
| 1218 |
- <td>String</td> |
|
| 1219 |
- </tr> |
|
| 1220 |
- <tr> |
|
| 1221 |
- <td><span class="font_b">[data].msgType</span></td> |
|
| 1222 |
- <td>메시지 타입(4 : 단문, 5 : 장문)</td> |
|
| 1223 |
- <td>String</td> |
|
| 1224 |
- </tr> |
|
| 1225 |
- <tr> |
|
| 1226 |
- <td><span class="font_b">[data].callFrom</span></td> |
|
| 1227 |
- <td>발신자 번호</td> |
|
| 1228 |
- <td>String</td> |
|
| 1229 |
- </tr> |
|
| 1230 |
- <tr> |
|
| 1231 |
- <td><span class="font_b">[data].callTo</span></td> |
|
| 1232 |
- <td>수신자 번호</td> |
|
| 1233 |
- <td>String</td> |
|
| 1234 |
- </tr> |
|
| 1235 |
- <tr> |
|
| 1236 |
- <td><span class="font_b">[data].msgGroupCnt</span></td> |
|
| 1237 |
- <td>문자 발송 건수</td> |
|
| 1238 |
- <td>String</td> |
|
| 1239 |
- </tr> |
|
| 1240 |
- <tr> |
|
| 1241 |
- <td><span class="font_b">[data].sCnt</span></td> |
|
| 1242 |
- <td>성공 건수</td> |
|
| 1243 |
- <td>String</td> |
|
| 1244 |
- </tr> |
|
| 1245 |
- <tr> |
|
| 1246 |
- <td><span class="font_b">[data].fCnt</span></td> |
|
| 1247 |
- <td>실패 건수</td> |
|
| 1248 |
- <td>String</td> |
|
| 1249 |
- </tr> |
|
| 1250 |
- <tr> |
|
| 1251 |
- <td><span class="font_b">[data].wCnt</span></td> |
|
| 1252 |
- <td>대기 건수</td> |
|
| 1253 |
- <td>String</td> |
|
| 1254 |
- </tr> |
|
| 1255 |
- <tr> |
|
| 1256 |
- <td><span class="font_b">[data].msgResult</span></td> |
|
| 1257 |
- <td>발송 결과(성공 : S, 실패 : F)</td> |
|
| 1258 |
- <td>String</td> |
|
| 1259 |
- </tr> |
|
| 1260 |
- <tr> |
|
| 1261 |
- <td><span class="font_b">[data].smsTxt</span></td> |
|
| 1262 |
- <td>문자 내용</td> |
|
| 1263 |
- <td>String</td> |
|
| 1264 |
- </tr> |
|
| 1265 |
- <tr> |
|
| 1266 |
- <td><span class="font_b">[data].subject</span></td> |
|
| 1267 |
- <td>제목</td> |
|
| 1268 |
- <td>String</td> |
|
| 1269 |
- </tr> |
|
| 1270 |
- <tr> |
|
| 1271 |
- <td><span class="font_b">[data].reqdate</span></td> |
|
| 1272 |
- <td>발송 일자</td> |
|
| 1273 |
- <td>String</td> |
|
| 1274 |
- </tr> |
|
| 1275 |
- <tr> |
|
| 1276 |
- <td><span class="font_b">[data].curState</span></td> |
|
| 1277 |
- <td>전송 처리 결과값</td> |
|
| 1278 |
- <td>String</td> |
|
| 1279 |
- </tr> |
|
| 1280 |
- <tr> |
|
| 1281 |
- <td><span class="font_b">[data].userId</span></td> |
|
| 1282 |
- <td>사용자 ID</td> |
|
| 1283 |
- <td>String</td> |
|
| 1284 |
- </tr> |
|
| 1285 |
- <tr> |
|
| 1286 |
- <td><span class="font_b">[data].regdate</span></td> |
|
| 1287 |
- <td>등록 일자</td> |
|
| 1288 |
- <td>String</td> |
|
| 1289 |
- </tr> |
|
| 1290 |
- <tr> |
|
| 1291 |
- <td><span class="font_b">[data].reserveCYn</span></td> |
|
| 1292 |
- <td>예약 취소 여부</td> |
|
| 1293 |
- <td>String</td> |
|
| 1294 |
- </tr> |
|
| 1295 |
- <tr> |
|
| 1296 |
- <td><span class="font_b">[data].ttlCnt</span></td> |
|
| 1297 |
- <td>전체 요청 수</td> |
|
| 1298 |
- <td>String</td> |
|
| 1299 |
- </tr> |
|
| 1300 |
- <tr> |
|
| 1301 |
- <td><span class="font_b">[data].remainMsgCnt</span></td> |
|
| 1302 |
- <td>남은 문자 건수</td> |
|
| 1303 |
- <td>String</td> |
|
| 1304 |
- </tr> |
|
| 1305 |
- <tr> |
|
| 1306 |
- <td><span class="font_b">[data].totMsgCnt</span></td> |
|
| 1307 |
- <td>전체 문자 개수</td> |
|
| 1308 |
- <td>String</td> |
|
| 1309 |
- </tr> |
|
| 1310 |
- </tbody> |
|
| 1311 |
- </table> |
|
| 1312 |
- <div class="table_info"> |
|
| 1313 |
- <p>※ JSON 객체로 응답합니다.</p> |
|
| 1314 |
- </div> |
|
| 1315 |
- </div> |
|
| 1316 |
- <div class="box"> |
|
| 1317 |
- <div class="title_t1"><span class="ex">[Example]</span><span class="ex_success">O 성공 예시</span></div> |
|
| 1318 |
- <div class="code_view"> |
|
| 1319 |
- <p>{</p> |
|
| 1320 |
- <div class="indent"> |
|
| 1321 |
- <p><span>"resultCode"</span>:"0"</p> |
|
| 1322 |
- <p>,<span>"data"</span>:[</p> |
|
| 559 |
+ <div class="box"> |
|
| 560 |
+ <div class="title">[Example]</div> |
|
| 561 |
+ <div class="code_view"> |
|
| 1323 | 562 |
<p>{</p> |
| 1324 |
- <div class="indent_t1"> |
|
| 563 |
+ <div class="indent"> |
|
| 564 |
+ <p><span>"mberId"</span>:"홍길동"</p> |
|
| 565 |
+ <p>,<span>"accessKey"</span>:"XXXXXXXXXXXXXX414050694b953"</p> |
|
| 566 |
+ <p>,<span>"callFrom"</span>:"01012341234"</p> |
|
| 567 |
+ <p>,<span>"test_yn"</span>:""</p> |
|
| 568 |
+ <p>,<span>"callTo_1"</span>:"01011111111"</p> |
|
| 569 |
+ <p>,<span>"smsTxt_1"</span>:"문자 테스트 1"</p> |
|
| 570 |
+ <p>,<span>"callTo_2"</span>:"01022222222"</p> |
|
| 571 |
+ <p>,<span>"smsTxt_2"</span>:"문자 테스트 2"</p> |
|
| 572 |
+ </div> |
|
| 573 |
+ <p class="l_code">}</p> |
|
| 574 |
+ </div> |
|
| 575 |
+ </div> |
|
| 576 |
+ <!--// Request--> |
|
| 577 |
+ <!-- Response--> |
|
| 578 |
+ <div class="res_title">Response</div> |
|
| 579 |
+ <div class="type_table"> |
|
| 580 |
+ <table> |
|
| 581 |
+ <caption>문자발송(대량) API Response 키 종류 및 설명, 타입 테이블</caption> |
|
| 582 |
+ <colgroup> |
|
| 583 |
+ <col style="width:20%;"> |
|
| 584 |
+ <col style="width:60%;"> |
|
| 585 |
+ <col style="width:20%;"> |
|
| 586 |
+ </colgroup> |
|
| 587 |
+ <thead> |
|
| 588 |
+ <tr> |
|
| 589 |
+ <th>키</th> |
|
| 590 |
+ <th>설명</th> |
|
| 591 |
+ <th>타입</th> |
|
| 592 |
+ </tr> |
|
| 593 |
+ </thead> |
|
| 594 |
+ <tbody> |
|
| 595 |
+ <tr> |
|
| 596 |
+ <td><span class="font_b">resultCode</span></td> |
|
| 597 |
+ <td>성공 여부("0" 아니면 실패)</td>
|
|
| 598 |
+ <td>String</td> |
|
| 599 |
+ </tr> |
|
| 600 |
+ <tr> |
|
| 601 |
+ <td><span class="font_b">data</span></td> |
|
| 602 |
+ <td>결과값 객체(성공 : 데이터, 실패 : 메시지)</td> |
|
| 603 |
+ <td>Object</td> |
|
| 604 |
+ </tr> |
|
| 605 |
+ <tr> |
|
| 606 |
+ <td><span class="font_b">[data].msgGroupIdList</span></td> |
|
| 607 |
+ <td>메시지 그룹 ID 리스트</td> |
|
| 608 |
+ <td>List String</td> |
|
| 609 |
+ </tr> |
|
| 610 |
+ <tr> |
|
| 611 |
+ <td><span class="font_b">[data].msgType</span></td> |
|
| 612 |
+ <td>메시지 타입(4 : 단문, 5 : 장문)</td> |
|
| 613 |
+ <td>String</td> |
|
| 614 |
+ </tr> |
|
| 615 |
+ <tr> |
|
| 616 |
+ <td><span class="font_b">[data].blockCnt</span></td> |
|
| 617 |
+ <td>수신거부 건수</td> |
|
| 618 |
+ <td>String</td> |
|
| 619 |
+ </tr> |
|
| 620 |
+ <tr> |
|
| 621 |
+ <td><span class="font_b">[data].failCnt</span></td> |
|
| 622 |
+ <td>전송 실패 건수</td> |
|
| 623 |
+ <td>String</td> |
|
| 624 |
+ </tr> |
|
| 625 |
+ <tr> |
|
| 626 |
+ <td><span class="font_b">[data].successCnt</span></td> |
|
| 627 |
+ <td>성공 건수</td> |
|
| 628 |
+ <td>String</td> |
|
| 629 |
+ </tr> |
|
| 630 |
+ <tr> |
|
| 631 |
+ <td><span class="font_b">[data].test_yn</span></td> |
|
| 632 |
+ <td>테스트 데이터 여부</td> |
|
| 633 |
+ <td>String</td> |
|
| 634 |
+ </tr> |
|
| 635 |
+ </tbody> |
|
| 636 |
+ </table> |
|
| 637 |
+ <div class="table_info"> |
|
| 638 |
+ <p>※ JSON 객체로 응답합니다.</p> |
|
| 639 |
+ </div> |
|
| 640 |
+ </div> |
|
| 641 |
+ <div class="box"> |
|
| 642 |
+ <div class="title_t1"><span class="ex">[Example]</span><span class="ex_success">O 성공 예시</span></div> |
|
| 643 |
+ <div class="code_view"> |
|
| 644 |
+ <p>{</p> |
|
| 645 |
+ <div class="indent"> |
|
| 1325 | 646 |
<p><span>"resultCode"</span>:"0"</p> |
| 1326 |
- <p>,<span>"message"</span>: null</p> |
|
| 1327 |
- <p>,<span>"next_yn"</span>:"n"</p> |
|
| 1328 |
- <p>,<span>"msgGroupId"</span>:"MSGGID_0000000000000"</p> |
|
| 1329 |
- <p>,<span>"objectList"</span>:[</p> |
|
| 647 |
+ <p>,<span>"data"</span>:[</p> |
|
| 648 |
+ <div class="indent_t1"> |
|
| 649 |
+ <p><span>"msgGroupIdList"</span>:[</p> |
|
| 650 |
+ <p>{</p> |
|
| 651 |
+ <p class="m_code">"MSGGID_0000000013451"</p> |
|
| 652 |
+ <p class="l_code_t1">}</p> |
|
| 653 |
+ <p>,{</p> |
|
| 654 |
+ <p class="m_code">"MSGGID_0000000013452"</p> |
|
| 655 |
+ <p class="l_code_t1">}</p> |
|
| 656 |
+ <p>]</p> |
|
| 657 |
+ <p>,<span>"msgTypeList"</span>:[</p> |
|
| 658 |
+ <p>{</p> |
|
| 659 |
+ <p class="m_code">"SMS"</p> |
|
| 660 |
+ <p class="l_code_t1">}</p> |
|
| 661 |
+ <p>,{</p> |
|
| 662 |
+ <p class="m_code">"SMS"</p> |
|
| 663 |
+ <p class="l_code_t1">}</p> |
|
| 664 |
+ <p>]</p> |
|
| 665 |
+ <p>,<span>"resultCode"</span>:"0"</p> |
|
| 666 |
+ <p>,<span>"successCnt"</span>:"2"</p> |
|
| 667 |
+ <p>,<span>"failCnt"</span>:"0"</p> |
|
| 668 |
+ <p>,<span>"blockCnt"</span>:"0"</p> |
|
| 669 |
+ <p>,<span>"test_yn"</span>:null</p> |
|
| 670 |
+ <p>]</p> |
|
| 671 |
+ </div> |
|
| 672 |
+ </div> |
|
| 673 |
+ <p class="l_code">}</p> |
|
| 674 |
+ </div> |
|
| 675 |
+ </div> |
|
| 676 |
+ <div class="box"> |
|
| 677 |
+ <div class="title_t1"><span class="ex">[Example]</span><span class="ex_fail">X 실패 예시</span></div> |
|
| 678 |
+ <div class="code_view"> |
|
| 679 |
+ <p>{</p> |
|
| 680 |
+ <div class="indent"> |
|
| 681 |
+ <p><span>"resultCode"</span>:"1040"</p> |
|
| 682 |
+ <p>,<span>"data"</span>:"치환 데이터 오류"</p> |
|
| 683 |
+ </div> |
|
| 684 |
+ <p class="l_code">}</p> |
|
| 685 |
+ </div> |
|
| 686 |
+ </div> |
|
| 687 |
+ <!--// Response--> |
|
| 688 |
+ </div> |
|
| 689 |
+ |
|
| 690 |
+ </div> |
|
| 691 |
+ <div class="api_guide_con" id="tab2_3"> |
|
| 692 |
+ |
|
| 693 |
+ <ul class="info"> |
|
| 694 |
+ <li>- 문자온 사이트 및 API를 통해 전송된 문자 발송내역을 조회할 수 있습니다.</li> |
|
| 695 |
+ <li>- 문자 발송내역은 날짜별로 조회되며, 최근 3개월까지만 조회 가능합니다.</li> |
|
| 696 |
+ <li>- 발신번호별 문자 발송내역 조회 기능은 제공되지 않습니다.</li> |
|
| 697 |
+ </ul> |
|
| 698 |
+ |
|
| 699 |
+ <div class="re_cont"> |
|
| 700 |
+ <!--Request--> |
|
| 701 |
+ <div class="req_title">Request</div> |
|
| 702 |
+ <div class="box"> |
|
| 703 |
+ <div class="text"> |
|
| 704 |
+ <h4>Request</h4> |
|
| 705 |
+ <table> |
|
| 706 |
+ <caption>API Request Http Method, 프로토콜, HOST, Service Port 정보 테이블</caption> |
|
| 707 |
+ <colgroup> |
|
| 708 |
+ <col style="width:20%;"> |
|
| 709 |
+ <col style="width:80%;"> |
|
| 710 |
+ </colgroup> |
|
| 711 |
+ <tr> |
|
| 712 |
+ <th>Http Method</th> |
|
| 713 |
+ <td>POST</td> |
|
| 714 |
+ </tr> |
|
| 715 |
+ <tr> |
|
| 716 |
+ <th>프로토콜</th> |
|
| 717 |
+ <td>HHTP/1.1</td> |
|
| 718 |
+ </tr> |
|
| 719 |
+ <tr> |
|
| 720 |
+ <th>HOST</th> |
|
| 721 |
+ <td>api.munjaon.co.kr</td> |
|
| 722 |
+ </tr> |
|
| 723 |
+ <tr> |
|
| 724 |
+ <th>Service Port</th> |
|
| 725 |
+ <td>443</td> |
|
| 726 |
+ </tr> |
|
| 727 |
+ </table> |
|
| 728 |
+ </div> |
|
| 729 |
+ </div> |
|
| 730 |
+ <div class="type_table"> |
|
| 731 |
+ <table> |
|
| 732 |
+ <caption>전송결과 조회 API Request 키 종류 및 설명, 타입, 필수 여부 테이블</caption> |
|
| 733 |
+ <colgroup> |
|
| 734 |
+ <col style="width:20%;"> |
|
| 735 |
+ <col style="width:45%;"> |
|
| 736 |
+ <col style="width:25%"> |
|
| 737 |
+ <col style="width:10%"> |
|
| 738 |
+ </colgroup> |
|
| 739 |
+ <thead> |
|
| 740 |
+ <tr> |
|
| 741 |
+ <th>키</th> |
|
| 742 |
+ <th>설명</th> |
|
| 743 |
+ <th>타입</th> |
|
| 744 |
+ <th>필수</th> |
|
| 745 |
+ </tr> |
|
| 746 |
+ </thead> |
|
| 747 |
+ <tbody> |
|
| 748 |
+ <tr> |
|
| 749 |
+ <td><span class="font_b">mberId</span></td> |
|
| 750 |
+ <td>사용자 ID</td> |
|
| 751 |
+ <td>String</td> |
|
| 752 |
+ <td><span class="select_o">O</span></td> |
|
| 753 |
+ </tr> |
|
| 754 |
+ <tr> |
|
| 755 |
+ <td><span class="font_b">accessKey</span></td> |
|
| 756 |
+ <td>인증용 API Key</td> |
|
| 757 |
+ <td>String</td> |
|
| 758 |
+ <td><span class="select_o">O</span></td> |
|
| 759 |
+ </tr> |
|
| 760 |
+ <tr> |
|
| 761 |
+ <td><span class="font_b">page</span></td> |
|
| 762 |
+ <td>페이지 번호</td> |
|
| 763 |
+ <td>String</td> |
|
| 764 |
+ <td><span class="select_x">X</span></td> |
|
| 765 |
+ </tr> |
|
| 766 |
+ <tr> |
|
| 767 |
+ <td><span class="font_b">pageSize</span></td> |
|
| 768 |
+ <td>페이지당 출력 개수</td> |
|
| 769 |
+ <td>String</td> |
|
| 770 |
+ <td><span class="select_x">X</span></td> |
|
| 771 |
+ </tr> |
|
| 772 |
+ <tr> |
|
| 773 |
+ <td><span class="font_b">startDate</span></td> |
|
| 774 |
+ <td>시작 일자</td> |
|
| 775 |
+ <td>String</td> |
|
| 776 |
+ <td><span class="select_x">X</span></td> |
|
| 777 |
+ </tr> |
|
| 778 |
+ <tr> |
|
| 779 |
+ <td><span class="font_b">endDate</span></td> |
|
| 780 |
+ <td>마감 일자</td> |
|
| 781 |
+ <td>String</td> |
|
| 782 |
+ <td><span class="select_x">X</span></td> |
|
| 783 |
+ </tr> |
|
| 784 |
+ <tr> |
|
| 785 |
+ <td><span class="font_b">test_yn</span></td> |
|
| 786 |
+ <td>테스트 데이터 여부</td> |
|
| 787 |
+ <td>String</td> |
|
| 788 |
+ <td><span class="select_x">X</span></td> |
|
| 789 |
+ </tr> |
|
| 790 |
+ </tbody> |
|
| 791 |
+ </table> |
|
| 792 |
+ <div class="table_info"> |
|
| 793 |
+ <p>※ HTTPS 프로토콜을 사용하여 POST로 요청합니다.</p> |
|
| 794 |
+ </div> |
|
| 795 |
+ </div> |
|
| 796 |
+ <div class="box"> |
|
| 797 |
+ <div class="title">[Example]</div> |
|
| 798 |
+ <div class="code_view"> |
|
| 799 |
+ <p>{</p> |
|
| 800 |
+ <div class="indent"> |
|
| 801 |
+ <p><span>"mberId"</span>:"홍길동"</p> |
|
| 802 |
+ <p>,<span>"accessKey"</span>:"XXXXXXXXXXXXXX414050694b953"</p> |
|
| 803 |
+ <p>,<span>"page"</span>:""</p> |
|
| 804 |
+ <p>,<span>"pageSize"</span>:""</p> |
|
| 805 |
+ <p>,<span>"startDate"</span>:""</p> |
|
| 806 |
+ <p>,<span>"endDate"</span>:""</p> |
|
| 807 |
+ <p>,<span>"test_yn"</span>:""</p> |
|
| 808 |
+ </div> |
|
| 809 |
+ <p class="l_code">}</p> |
|
| 810 |
+ </div> |
|
| 811 |
+ </div> |
|
| 812 |
+ <!--// Request--> |
|
| 813 |
+ <!-- Response--> |
|
| 814 |
+ <div class="res_title">Response</div> |
|
| 815 |
+ <div class="type_table"> |
|
| 816 |
+ <table> |
|
| 817 |
+ <caption>전송결과 조회 API Response 키 종류 및 설명, 타입 테이블</caption> |
|
| 818 |
+ <colgroup> |
|
| 819 |
+ <col style="width:20%;"> |
|
| 820 |
+ <col style="width:60%;"> |
|
| 821 |
+ <col style="width:20%;"> |
|
| 822 |
+ </colgroup> |
|
| 823 |
+ <thead> |
|
| 824 |
+ <tr> |
|
| 825 |
+ <th>키</th> |
|
| 826 |
+ <th>설명</th> |
|
| 827 |
+ <th>타입</th> |
|
| 828 |
+ </tr> |
|
| 829 |
+ </thead> |
|
| 830 |
+ <tbody> |
|
| 831 |
+ <tr> |
|
| 832 |
+ <td><span class="font_b">resultCode</span></td> |
|
| 833 |
+ <td>성공 여부("0" 아니면 실패)</td>
|
|
| 834 |
+ <td>String</td> |
|
| 835 |
+ </tr> |
|
| 836 |
+ <tr> |
|
| 837 |
+ <td><span class="font_b">data</span></td> |
|
| 838 |
+ <td>결과값 객체(성공 : 데이터, 실패 : 메시지)</td> |
|
| 839 |
+ <td>Object</td> |
|
| 840 |
+ </tr> |
|
| 841 |
+ <tr> |
|
| 842 |
+ <td><span class="font_b">[data].message</span></td> |
|
| 843 |
+ <td>문자</td> |
|
| 844 |
+ <td>String</td> |
|
| 845 |
+ </tr> |
|
| 846 |
+ <tr> |
|
| 847 |
+ <td><span class="font_b">[data].next_yn</span></td> |
|
| 848 |
+ <td>다음 페이지 여부</td> |
|
| 849 |
+ <td>String</td> |
|
| 850 |
+ </tr> |
|
| 851 |
+ <tr> |
|
| 852 |
+ <td><span class="font_b">[data].objectList</span></td> |
|
| 853 |
+ <td>결과값 목록</td> |
|
| 854 |
+ <td>Object List</td> |
|
| 855 |
+ </tr> |
|
| 856 |
+ <tr> |
|
| 857 |
+ <td><span class="font_b">[data].msgGroupId</span></td> |
|
| 858 |
+ <td>메시지 그룹 ID</td> |
|
| 859 |
+ <td>String</td> |
|
| 860 |
+ </tr> |
|
| 861 |
+ <tr> |
|
| 862 |
+ <td><span class="font_b">[data].msgId</span></td> |
|
| 863 |
+ <td>메시지 ID</td> |
|
| 864 |
+ <td>String</td> |
|
| 865 |
+ </tr> |
|
| 866 |
+ <tr> |
|
| 867 |
+ <td><span class="font_b">[data].msgTypeName</span></td> |
|
| 868 |
+ <td>문자 구분명(단문, 장문, 그림)</td> |
|
| 869 |
+ <td>String</td> |
|
| 870 |
+ </tr> |
|
| 871 |
+ <tr> |
|
| 872 |
+ <td><span class="font_b">[data].msgType</span></td> |
|
| 873 |
+ <td>메시지 타입(4 : 단문, 5 : 장문)</td> |
|
| 874 |
+ <td>String</td> |
|
| 875 |
+ </tr> |
|
| 876 |
+ <tr> |
|
| 877 |
+ <td><span class="font_b">[data].callFrom</span></td> |
|
| 878 |
+ <td>발신자 번호</td> |
|
| 879 |
+ <td>String</td> |
|
| 880 |
+ </tr> |
|
| 881 |
+ <tr> |
|
| 882 |
+ <td><span class="font_b">[data].callTo</span></td> |
|
| 883 |
+ <td>수신자 번호</td> |
|
| 884 |
+ <td>String</td> |
|
| 885 |
+ </tr> |
|
| 886 |
+ <tr> |
|
| 887 |
+ <td><span class="font_b">[data].msgGroupCnt</span></td> |
|
| 888 |
+ <td>문자 발송 건수</td> |
|
| 889 |
+ <td>String</td> |
|
| 890 |
+ </tr> |
|
| 891 |
+ <tr> |
|
| 892 |
+ <td><span class="font_b">[data].sCnt</span></td> |
|
| 893 |
+ <td>성공 건수</td> |
|
| 894 |
+ <td>String</td> |
|
| 895 |
+ </tr> |
|
| 896 |
+ <tr> |
|
| 897 |
+ <td><span class="font_b">[data].fCnt</span></td> |
|
| 898 |
+ <td>실패 건수</td> |
|
| 899 |
+ <td>String</td> |
|
| 900 |
+ </tr> |
|
| 901 |
+ <tr> |
|
| 902 |
+ <td><span class="font_b">[data].wCnt</span></td> |
|
| 903 |
+ <td>대기 건수</td> |
|
| 904 |
+ <td>String</td> |
|
| 905 |
+ </tr> |
|
| 906 |
+ <tr> |
|
| 907 |
+ <td><span class="font_b">[data].msgResult</span></td> |
|
| 908 |
+ <td>발송 결과(성공 : S, 실패 : F)</td> |
|
| 909 |
+ <td>String</td> |
|
| 910 |
+ </tr> |
|
| 911 |
+ <tr> |
|
| 912 |
+ <td><span class="font_b">[data].smsTxt</span></td> |
|
| 913 |
+ <td>문자 내용</td> |
|
| 914 |
+ <td>String</td> |
|
| 915 |
+ </tr> |
|
| 916 |
+ <tr> |
|
| 917 |
+ <td><span class="font_b">[data].subject</span></td> |
|
| 918 |
+ <td>제목</td> |
|
| 919 |
+ <td>String</td> |
|
| 920 |
+ </tr> |
|
| 921 |
+ <tr> |
|
| 922 |
+ <td><span class="font_b">[data].reqdate</span></td> |
|
| 923 |
+ <td>발송 일자</td> |
|
| 924 |
+ <td>String</td> |
|
| 925 |
+ </tr> |
|
| 926 |
+ <tr> |
|
| 927 |
+ <td><span class="font_b">[data].curState</span></td> |
|
| 928 |
+ <td>전송 처리 결과값</td> |
|
| 929 |
+ <td>String</td> |
|
| 930 |
+ </tr> |
|
| 931 |
+ <tr> |
|
| 932 |
+ <td><span class="font_b">[data].userId</span></td> |
|
| 933 |
+ <td>사용자 ID</td> |
|
| 934 |
+ <td>String</td> |
|
| 935 |
+ </tr> |
|
| 936 |
+ <tr> |
|
| 937 |
+ <td><span class="font_b">[data].regdate</span></td> |
|
| 938 |
+ <td>등록 일자</td> |
|
| 939 |
+ <td>String</td> |
|
| 940 |
+ </tr> |
|
| 941 |
+ <tr> |
|
| 942 |
+ <td><span class="font_b">[data].reserveCYn</span></td> |
|
| 943 |
+ <td>예약 취소 여부</td> |
|
| 944 |
+ <td>String</td> |
|
| 945 |
+ </tr> |
|
| 946 |
+ <tr> |
|
| 947 |
+ <td><span class="font_b">[data].ttlCnt</span></td> |
|
| 948 |
+ <td>전체 요청 수</td> |
|
| 949 |
+ <td>String</td> |
|
| 950 |
+ </tr> |
|
| 951 |
+ <tr> |
|
| 952 |
+ <td><span class="font_b">[data].remainMsgCnt</span></td> |
|
| 953 |
+ <td>남은 문자 건수</td> |
|
| 954 |
+ <td>String</td> |
|
| 955 |
+ </tr> |
|
| 956 |
+ <tr> |
|
| 957 |
+ <td><span class="font_b">[data].totMsgCnt</span></td> |
|
| 958 |
+ <td>전체 문자 개수</td> |
|
| 959 |
+ <td>String</td> |
|
| 960 |
+ </tr> |
|
| 961 |
+ </tbody> |
|
| 962 |
+ </table> |
|
| 963 |
+ <div class="table_info"> |
|
| 964 |
+ <p>※ JSON 객체로 응답합니다.</p> |
|
| 965 |
+ </div> |
|
| 966 |
+ </div> |
|
| 967 |
+ <div class="box"> |
|
| 968 |
+ <div class="title_t1"><span class="ex">[Example]</span><span class="ex_success">O 성공 예시</span></div> |
|
| 969 |
+ <div class="code_view"> |
|
| 970 |
+ <p>{</p> |
|
| 971 |
+ <div class="indent"> |
|
| 972 |
+ <p><span>"resultCode"</span>:"0"</p> |
|
| 973 |
+ <p>,<span>"data"</span>:[</p> |
|
| 1330 | 974 |
<p>{</p> |
| 1331 |
- <div class="indent_t2"> |
|
| 1332 |
- <p><span>"msgTypeName"</span>:"단문(SMS)"</p> |
|
| 1333 |
- <p>,<span>"msgType"</span>:"4"</p> |
|
| 1334 |
- <p>,<span>"callFrom"</span>:"01011112222"</p> |
|
| 1335 |
- <p>,<span>"callTo"</span>:"01011112223"</p> |
|
| 1336 |
- <p>,<span>"msgGroupCnt"</span>:"2"</p> |
|
| 1337 |
- <p>,<span>"msgGroupId"</span>:"MSGGID_0000000013340"</p> |
|
| 1338 |
- <p>,<span>"msgId"</span>:"MSGID_0000000000001"</p> |
|
| 1339 |
- <p>,<span>"scnt"</span>:null</p> |
|
| 1340 |
- <p>,<span>"fcnt"</span>:null</p> |
|
| 1341 |
- <p>,<span>"wcnt"</span>:null</p> |
|
| 1342 |
- <p>,<span>"msgResult"</span>:"S"</p> |
|
| 1343 |
- <p>,<span>"smsTxt"</span>:"문자 내용 단문 예제"</p> |
|
| 1344 |
- <p>,<span>"subject"</span>:null</p> |
|
| 1345 |
- <p>,<span>"reqdate"</span>:"2023-06-13 17:48:08"</p> |
|
| 1346 |
- <p>,<span>"curState"</span>:"3"</p> |
|
| 1347 |
- <p>,<span>"userId"</span>:"testuser"</p> |
|
| 1348 |
- <p>,<span>"regdate"</span>:"2023-06-13 17:48:07"</p> |
|
| 1349 |
- <p>,<span>"reserveCYn"</span>:"N"</p> |
|
| 1350 |
- <p>,<span>"ttlCnt"</span>:"10"</p> |
|
| 1351 |
- <p>,<span>"remainMsgCnt"</span>:"0"</p> |
|
| 1352 |
- <p>,<span>"totMsgCnt"</span>:"10"</p> |
|
| 975 |
+ <div class="indent_t1"> |
|
| 976 |
+ <p><span>"resultCode"</span>:"0"</p> |
|
| 977 |
+ <p>,<span>"message"</span>: null</p> |
|
| 978 |
+ <p>,<span>"next_yn"</span>:"n"</p> |
|
| 979 |
+ <p>,<span>"msgGroupId"</span>:"MSGGID_0000000000000"</p> |
|
| 980 |
+ <p>,<span>"objectList"</span>:[</p> |
|
| 981 |
+ <p>{</p> |
|
| 982 |
+ <div class="indent_t2"> |
|
| 983 |
+ <p><span>"msgTypeName"</span>:"단문(SMS)"</p> |
|
| 984 |
+ <p>,<span>"msgType"</span>:"4"</p> |
|
| 985 |
+ <p>,<span>"callFrom"</span>:"01011112222"</p> |
|
| 986 |
+ <p>,<span>"callTo"</span>:"01011112223"</p> |
|
| 987 |
+ <p>,<span>"msgGroupCnt"</span>:"2"</p> |
|
| 988 |
+ <p>,<span>"msgGroupId"</span>:"MSGGID_0000000013340"</p> |
|
| 989 |
+ <p>,<span>"msgId"</span>:"MSGID_0000000000001"</p> |
|
| 990 |
+ <p>,<span>"scnt"</span>:"2"</p> |
|
| 991 |
+ <p>,<span>"fcnt"</span>:"0"</p> |
|
| 992 |
+ <p>,<span>"wcnt"</span>:"0"</p> |
|
| 993 |
+ <p>,<span>"msgResult"</span>:"S"</p> |
|
| 994 |
+ <p>,<span>"smsTxt"</span>:"문자 내용 단문 예제"</p> |
|
| 995 |
+ <p>,<span>"subject"</span>:null</p> |
|
| 996 |
+ <p>,<span>"reqdate"</span>:"2023-06-13 17:48:07"</p> |
|
| 997 |
+ <p>,<span>"curState"</span>:"3"</p> |
|
| 998 |
+ <p>,<span>"userId"</span>:"testuser"</p> |
|
| 999 |
+ <p>,<span>"regdate"</span>:"2023-06-13 17:48:07"</p> |
|
| 1000 |
+ <p>,<span>"reserveCYn"</span>:"N"</p> |
|
| 1001 |
+ <p>,<span>"ttlCnt"</span>:"1"</p> |
|
| 1002 |
+ <p>,<span>"remainMsgCnt"</span>:"40"</p> |
|
| 1003 |
+ <p>,<span>"totMsgCnt"</span>:"70"</p> |
|
| 1004 |
+ </div> |
|
| 1005 |
+ <p>}</p> |
|
| 1006 |
+ <p>,{</p> |
|
| 1007 |
+ <div class="indent_t2"> |
|
| 1008 |
+ <p><span>"msgTypeName"</span>:"장문(LMS)"</p> |
|
| 1009 |
+ <p>,<span>"msgType"</span>:"6"</p> |
|
| 1010 |
+ <p>,<span>"callFrom"</span>:"01011112222"</p> |
|
| 1011 |
+ <p>,<span>"callTo"</span>:"01011112223"</p> |
|
| 1012 |
+ <p>,<span>"msgGroupCnt"</span>:"1"</p> |
|
| 1013 |
+ <p>,<span>"msgGroupId"</span>:"MSGGID_0000000013341"</p> |
|
| 1014 |
+ <p>,<span>"msgId"</span>:"MSGID_0000000000002"</p> |
|
| 1015 |
+ <p>,<span>"scnt"</span>:"1"</p> |
|
| 1016 |
+ <p>,<span>"fcnt"</span>:"0"</p> |
|
| 1017 |
+ <p>,<span>"wcnt"</span>:"0"</p> |
|
| 1018 |
+ <p>,<span>"msgResult"</span>:"S"</p> |
|
| 1019 |
+ <p>,<span>"smsTxt"</span>:"문자 내용 장문 예제"</p> |
|
| 1020 |
+ <p>,<span>subject"</span>:null</p> |
|
| 1021 |
+ <p>,<span>reqdate"</span>:"2023-06-02 11:46:50"</p> |
|
| 1022 |
+ <p>,<span>"curState"</span>:"3"</p> |
|
| 1023 |
+ <p>,<span>"userId"</span>:"testuser"</p> |
|
| 1024 |
+ <p>,<span>"regdate"</span>:"2023-06-02 11:46:49"</p> |
|
| 1025 |
+ <p>,<span>"reserveCYn"</span>:"N"</p> |
|
| 1026 |
+ <p>,<span>"ttlCnt"</span>:"1"</p> |
|
| 1027 |
+ <p>,<span>"remainMsgCnt"</span>:"40"</p> |
|
| 1028 |
+ <p>,<span>"totMsgCnt"</span>:"70"</p> |
|
| 1029 |
+ <p>}</p> |
|
| 1030 |
+ </div> |
|
| 1031 |
+ <p>]</p> |
|
| 1032 |
+ </div> |
|
| 1033 |
+ <p class="l_code_t2">}</p> |
|
| 1034 |
+ <p>]</p> |
|
| 1035 |
+ </div> |
|
| 1036 |
+ <p class="l_code">}</p> |
|
| 1037 |
+ </div> |
|
| 1038 |
+ </div> |
|
| 1039 |
+ <div class="box"> |
|
| 1040 |
+ <div class="title_t1"><span class="ex">[Example]</span><span class="ex_fail">X 실패 예시</span></div> |
|
| 1041 |
+ <div class="code_view"> |
|
| 1042 |
+ <p>{</p> |
|
| 1043 |
+ <div class="indent"> |
|
| 1044 |
+ <p><span>"resultCode"</span>:"3099"</p> |
|
| 1045 |
+ <p>,<span>"data"</span>:"기타 시스템 오류"</p> |
|
| 1046 |
+ </div> |
|
| 1047 |
+ <p class="l_code">}</p> |
|
| 1048 |
+ </div> |
|
| 1049 |
+ </div> |
|
| 1050 |
+ <!--// Response--> |
|
| 1051 |
+ </div> |
|
| 1052 |
+ |
|
| 1053 |
+ </div> |
|
| 1054 |
+ <div class="api_guide_con" id="tab2_4"> |
|
| 1055 |
+ |
|
| 1056 |
+ <ul class="info"> |
|
| 1057 |
+ <li>- 전송결과 조회의 "msgGroupId"를 사용하여 전송된 문자의 상세결과를 수신번호별로 조회할 수 있습니다.</li> |
|
| 1058 |
+ <li>- 전송결과가 "대기"인 경우에는 최종 결과 확인까지 최대 72시간까지 소요됩니다.</li> |
|
| 1059 |
+ </ul> |
|
| 1060 |
+ |
|
| 1061 |
+ <div class="re_cont"> |
|
| 1062 |
+ <!--Request--> |
|
| 1063 |
+ <div class="req_title">Request</div> |
|
| 1064 |
+ <div class="box"> |
|
| 1065 |
+ <div class="text"> |
|
| 1066 |
+ <h4>Request</h4> |
|
| 1067 |
+ <table> |
|
| 1068 |
+ <caption>API Request Http Method, 프로토콜, HOST, Service Port 정보 테이블</caption> |
|
| 1069 |
+ <colgroup> |
|
| 1070 |
+ <col style="width:20%;"> |
|
| 1071 |
+ <col style="width:80%;"> |
|
| 1072 |
+ </colgroup> |
|
| 1073 |
+ <tr> |
|
| 1074 |
+ <th>Http Method</th> |
|
| 1075 |
+ <td>POST</td> |
|
| 1076 |
+ </tr> |
|
| 1077 |
+ <tr> |
|
| 1078 |
+ <th>프로토콜</th> |
|
| 1079 |
+ <td>HHTP/1.1</td> |
|
| 1080 |
+ </tr> |
|
| 1081 |
+ <tr> |
|
| 1082 |
+ <th>HOST</th> |
|
| 1083 |
+ <td>api.munjaon.co.kr</td> |
|
| 1084 |
+ </tr> |
|
| 1085 |
+ <tr> |
|
| 1086 |
+ <th>Service Port</th> |
|
| 1087 |
+ <td>443</td> |
|
| 1088 |
+ </tr> |
|
| 1089 |
+ </table> |
|
| 1090 |
+ </div> |
|
| 1091 |
+ </div> |
|
| 1092 |
+ <div class="type_table"> |
|
| 1093 |
+ <table> |
|
| 1094 |
+ <caption>상세결과 조회 API Request 키 종류 및 설명, 타입, 필수 여부 테이블</caption> |
|
| 1095 |
+ <colgroup> |
|
| 1096 |
+ <col style="width:20%;"> |
|
| 1097 |
+ <col style="width:45%;"> |
|
| 1098 |
+ <col style="width:25%"> |
|
| 1099 |
+ <col style="width:10%"> |
|
| 1100 |
+ </colgroup> |
|
| 1101 |
+ <thead> |
|
| 1102 |
+ <tr> |
|
| 1103 |
+ <th>키</th> |
|
| 1104 |
+ <th>설명</th> |
|
| 1105 |
+ <th>타입</th> |
|
| 1106 |
+ <th>필수</th> |
|
| 1107 |
+ </tr> |
|
| 1108 |
+ </thead> |
|
| 1109 |
+ <tbody> |
|
| 1110 |
+ <tr> |
|
| 1111 |
+ <td><span class="font_b">mberId</span></td> |
|
| 1112 |
+ <td>사용자 ID</td> |
|
| 1113 |
+ <td>String</td> |
|
| 1114 |
+ <td><span class="select_o">O</span></td> |
|
| 1115 |
+ </tr> |
|
| 1116 |
+ <tr> |
|
| 1117 |
+ <td><span class="font_b">accessKey</span></td> |
|
| 1118 |
+ <td>인증용 API Key</td> |
|
| 1119 |
+ <td>String</td> |
|
| 1120 |
+ <td><span class="select_o">O</span></td> |
|
| 1121 |
+ </tr> |
|
| 1122 |
+ <tr> |
|
| 1123 |
+ <td><span class="font_b">msgGroupId</span></td> |
|
| 1124 |
+ <td>메시지 그룹 ID</td> |
|
| 1125 |
+ <td>String</td> |
|
| 1126 |
+ <td><span class="select_o">O</span></td> |
|
| 1127 |
+ </tr> |
|
| 1128 |
+ <tr> |
|
| 1129 |
+ <td><span class="font_b">page</span></td> |
|
| 1130 |
+ <td>페이지 번호</td> |
|
| 1131 |
+ <td>String</td> |
|
| 1132 |
+ <td><span class="select_x">X</span></td> |
|
| 1133 |
+ </tr> |
|
| 1134 |
+ <tr> |
|
| 1135 |
+ <td><span class="font_b">pageSize</span></td> |
|
| 1136 |
+ <td>페이지당 출력 개수</td> |
|
| 1137 |
+ <td>String</td> |
|
| 1138 |
+ <td><span class="select_x">X</span></td> |
|
| 1139 |
+ </tr> |
|
| 1140 |
+ <tr> |
|
| 1141 |
+ <td><span class="font_b">test_yn</span></td> |
|
| 1142 |
+ <td>테스트 데이터 여부</td> |
|
| 1143 |
+ <td>String</td> |
|
| 1144 |
+ <td><span class="select_x">X</span></td> |
|
| 1145 |
+ </tr> |
|
| 1146 |
+ </tbody> |
|
| 1147 |
+ </table> |
|
| 1148 |
+ <div class="table_info"> |
|
| 1149 |
+ <p>※ HTTPS 프로토콜을 사용하여 POST로 요청합니다.</p> |
|
| 1150 |
+ </div> |
|
| 1151 |
+ </div> |
|
| 1152 |
+ <div class="box"> |
|
| 1153 |
+ <div class="title">[Example]</div> |
|
| 1154 |
+ <div class="code_view"> |
|
| 1155 |
+ <p>{</p> |
|
| 1156 |
+ <div class="indent"> |
|
| 1157 |
+ <p><span>"mberId"</span>:"홍길동"</p> |
|
| 1158 |
+ <p>,<span>"accessKey"</span>:"XXXXXXXXXXXXXX414050694b953"</p> |
|
| 1159 |
+ <p>,<span>"msgGroupId"</span>:"MSGGID_0000000011452"</p> |
|
| 1160 |
+ <p>,<span>"page"</span>:""</p> |
|
| 1161 |
+ <p>,<span>"pageSize"</span>:""</p> |
|
| 1162 |
+ <p>,<span>"test_yn"</span>:""</p> |
|
| 1163 |
+ </div> |
|
| 1164 |
+ <p class="l_code">}</p> |
|
| 1165 |
+ </div> |
|
| 1166 |
+ </div> |
|
| 1167 |
+ <!--// Request--> |
|
| 1168 |
+ <!-- Response--> |
|
| 1169 |
+ <div class="res_title">Response</div> |
|
| 1170 |
+ <div class="type_table"> |
|
| 1171 |
+ <table> |
|
| 1172 |
+ <caption>상세결과 조회 API Response 키 종류 및 설명, 타입 테이블</caption> |
|
| 1173 |
+ <colgroup> |
|
| 1174 |
+ <col style="width:20%;"> |
|
| 1175 |
+ <col style="width:60%;"> |
|
| 1176 |
+ <col style="width:20%;"> |
|
| 1177 |
+ </colgroup> |
|
| 1178 |
+ <thead> |
|
| 1179 |
+ <tr> |
|
| 1180 |
+ <th>키</th> |
|
| 1181 |
+ <th>설명</th> |
|
| 1182 |
+ <th>타입</th> |
|
| 1183 |
+ </tr> |
|
| 1184 |
+ </thead> |
|
| 1185 |
+ <tbody> |
|
| 1186 |
+ <tr> |
|
| 1187 |
+ <td><span class="font_b">resultCode</span></td> |
|
| 1188 |
+ <td>성공 여부("0" 아니면 실패)</td>
|
|
| 1189 |
+ <td>String</td> |
|
| 1190 |
+ </tr> |
|
| 1191 |
+ <tr> |
|
| 1192 |
+ <td><span class="font_b">data</span></td> |
|
| 1193 |
+ <td>결과값 객체(성공 : 데이터, 실패 : 메시지)</td> |
|
| 1194 |
+ <td>Object</td> |
|
| 1195 |
+ </tr> |
|
| 1196 |
+ <tr> |
|
| 1197 |
+ <td><span class="font_b">[data].message</span></td> |
|
| 1198 |
+ <td>문자</td> |
|
| 1199 |
+ <td>String</td> |
|
| 1200 |
+ </tr> |
|
| 1201 |
+ <tr> |
|
| 1202 |
+ <td><span class="font_b">[data].next_yn</span></td> |
|
| 1203 |
+ <td>다음 페이지 여부</td> |
|
| 1204 |
+ <td>String</td> |
|
| 1205 |
+ </tr> |
|
| 1206 |
+ <tr> |
|
| 1207 |
+ <td><span class="font_b">[data].objectList</span></td> |
|
| 1208 |
+ <td>결과값 목록</td> |
|
| 1209 |
+ <td>Object List</td> |
|
| 1210 |
+ </tr> |
|
| 1211 |
+ <tr> |
|
| 1212 |
+ <td><span class="font_b">[data].msgGroupId</span></td> |
|
| 1213 |
+ <td>메시지 그룹 ID</td> |
|
| 1214 |
+ <td>String</td> |
|
| 1215 |
+ </tr> |
|
| 1216 |
+ <tr> |
|
| 1217 |
+ <td><span class="font_b">[data].msgId</span></td> |
|
| 1218 |
+ <td>메시지 ID</td> |
|
| 1219 |
+ <td>String</td> |
|
| 1220 |
+ </tr> |
|
| 1221 |
+ <tr> |
|
| 1222 |
+ <td><span class="font_b">[data].msgTypeName</span></td> |
|
| 1223 |
+ <td>문자 구분명(단문, 장문, 그림)</td> |
|
| 1224 |
+ <td>String</td> |
|
| 1225 |
+ </tr> |
|
| 1226 |
+ <tr> |
|
| 1227 |
+ <td><span class="font_b">[data].msgType</span></td> |
|
| 1228 |
+ <td>메시지 타입(4 : 단문, 5 : 장문)</td> |
|
| 1229 |
+ <td>String</td> |
|
| 1230 |
+ </tr> |
|
| 1231 |
+ <tr> |
|
| 1232 |
+ <td><span class="font_b">[data].callFrom</span></td> |
|
| 1233 |
+ <td>발신자 번호</td> |
|
| 1234 |
+ <td>String</td> |
|
| 1235 |
+ </tr> |
|
| 1236 |
+ <tr> |
|
| 1237 |
+ <td><span class="font_b">[data].callTo</span></td> |
|
| 1238 |
+ <td>수신자 번호</td> |
|
| 1239 |
+ <td>String</td> |
|
| 1240 |
+ </tr> |
|
| 1241 |
+ <tr> |
|
| 1242 |
+ <td><span class="font_b">[data].msgGroupCnt</span></td> |
|
| 1243 |
+ <td>문자 발송 건수</td> |
|
| 1244 |
+ <td>String</td> |
|
| 1245 |
+ </tr> |
|
| 1246 |
+ <tr> |
|
| 1247 |
+ <td><span class="font_b">[data].sCnt</span></td> |
|
| 1248 |
+ <td>성공 건수</td> |
|
| 1249 |
+ <td>String</td> |
|
| 1250 |
+ </tr> |
|
| 1251 |
+ <tr> |
|
| 1252 |
+ <td><span class="font_b">[data].fCnt</span></td> |
|
| 1253 |
+ <td>실패 건수</td> |
|
| 1254 |
+ <td>String</td> |
|
| 1255 |
+ </tr> |
|
| 1256 |
+ <tr> |
|
| 1257 |
+ <td><span class="font_b">[data].wCnt</span></td> |
|
| 1258 |
+ <td>대기 건수</td> |
|
| 1259 |
+ <td>String</td> |
|
| 1260 |
+ </tr> |
|
| 1261 |
+ <tr> |
|
| 1262 |
+ <td><span class="font_b">[data].msgResult</span></td> |
|
| 1263 |
+ <td>발송 결과(성공 : S, 실패 : F)</td> |
|
| 1264 |
+ <td>String</td> |
|
| 1265 |
+ </tr> |
|
| 1266 |
+ <tr> |
|
| 1267 |
+ <td><span class="font_b">[data].smsTxt</span></td> |
|
| 1268 |
+ <td>문자 내용</td> |
|
| 1269 |
+ <td>String</td> |
|
| 1270 |
+ </tr> |
|
| 1271 |
+ <tr> |
|
| 1272 |
+ <td><span class="font_b">[data].subject</span></td> |
|
| 1273 |
+ <td>제목</td> |
|
| 1274 |
+ <td>String</td> |
|
| 1275 |
+ </tr> |
|
| 1276 |
+ <tr> |
|
| 1277 |
+ <td><span class="font_b">[data].reqdate</span></td> |
|
| 1278 |
+ <td>발송 일자</td> |
|
| 1279 |
+ <td>String</td> |
|
| 1280 |
+ </tr> |
|
| 1281 |
+ <tr> |
|
| 1282 |
+ <td><span class="font_b">[data].curState</span></td> |
|
| 1283 |
+ <td>전송 처리 결과값</td> |
|
| 1284 |
+ <td>String</td> |
|
| 1285 |
+ </tr> |
|
| 1286 |
+ <tr> |
|
| 1287 |
+ <td><span class="font_b">[data].userId</span></td> |
|
| 1288 |
+ <td>사용자 ID</td> |
|
| 1289 |
+ <td>String</td> |
|
| 1290 |
+ </tr> |
|
| 1291 |
+ <tr> |
|
| 1292 |
+ <td><span class="font_b">[data].regdate</span></td> |
|
| 1293 |
+ <td>등록 일자</td> |
|
| 1294 |
+ <td>String</td> |
|
| 1295 |
+ </tr> |
|
| 1296 |
+ <tr> |
|
| 1297 |
+ <td><span class="font_b">[data].reserveCYn</span></td> |
|
| 1298 |
+ <td>예약 취소 여부</td> |
|
| 1299 |
+ <td>String</td> |
|
| 1300 |
+ </tr> |
|
| 1301 |
+ <tr> |
|
| 1302 |
+ <td><span class="font_b">[data].ttlCnt</span></td> |
|
| 1303 |
+ <td>전체 요청 수</td> |
|
| 1304 |
+ <td>String</td> |
|
| 1305 |
+ </tr> |
|
| 1306 |
+ <tr> |
|
| 1307 |
+ <td><span class="font_b">[data].remainMsgCnt</span></td> |
|
| 1308 |
+ <td>남은 문자 건수</td> |
|
| 1309 |
+ <td>String</td> |
|
| 1310 |
+ </tr> |
|
| 1311 |
+ <tr> |
|
| 1312 |
+ <td><span class="font_b">[data].totMsgCnt</span></td> |
|
| 1313 |
+ <td>전체 문자 개수</td> |
|
| 1314 |
+ <td>String</td> |
|
| 1315 |
+ </tr> |
|
| 1316 |
+ </tbody> |
|
| 1317 |
+ </table> |
|
| 1318 |
+ <div class="table_info"> |
|
| 1319 |
+ <p>※ JSON 객체로 응답합니다.</p> |
|
| 1320 |
+ </div> |
|
| 1321 |
+ </div> |
|
| 1322 |
+ <div class="box"> |
|
| 1323 |
+ <div class="title_t1"><span class="ex">[Example]</span><span class="ex_success">O 성공 예시</span></div> |
|
| 1324 |
+ <div class="code_view"> |
|
| 1325 |
+ <p>{</p> |
|
| 1326 |
+ <div class="indent"> |
|
| 1327 |
+ <p><span>"resultCode"</span>:"0"</p> |
|
| 1328 |
+ <p>,<span>"data"</span>:[</p> |
|
| 1329 |
+ <p>{</p> |
|
| 1330 |
+ <div class="indent_t1"> |
|
| 1331 |
+ <p><span>"resultCode"</span>:"0"</p> |
|
| 1332 |
+ <p>,<span>"message"</span>: null</p> |
|
| 1333 |
+ <p>,<span>"next_yn"</span>:"n"</p> |
|
| 1334 |
+ <p>,<span>"msgGroupId"</span>:"MSGGID_0000000000000"</p> |
|
| 1335 |
+ <p>,<span>"objectList"</span>:[</p> |
|
| 1336 |
+ <p>{</p> |
|
| 1337 |
+ <div class="indent_t2"> |
|
| 1338 |
+ <p><span>"msgTypeName"</span>:"단문(SMS)"</p> |
|
| 1339 |
+ <p>,<span>"msgType"</span>:"4"</p> |
|
| 1340 |
+ <p>,<span>"callFrom"</span>:"01011112222"</p> |
|
| 1341 |
+ <p>,<span>"callTo"</span>:"01011112223"</p> |
|
| 1342 |
+ <p>,<span>"msgGroupCnt"</span>:"2"</p> |
|
| 1343 |
+ <p>,<span>"msgGroupId"</span>:"MSGGID_0000000013340"</p> |
|
| 1344 |
+ <p>,<span>"msgId"</span>:"MSGID_0000000000001"</p> |
|
| 1345 |
+ <p>,<span>"scnt"</span>:null</p> |
|
| 1346 |
+ <p>,<span>"fcnt"</span>:null</p> |
|
| 1347 |
+ <p>,<span>"wcnt"</span>:null</p> |
|
| 1348 |
+ <p>,<span>"msgResult"</span>:"S"</p> |
|
| 1349 |
+ <p>,<span>"smsTxt"</span>:"문자 내용 단문 예제"</p> |
|
| 1350 |
+ <p>,<span>"subject"</span>:null</p> |
|
| 1351 |
+ <p>,<span>"reqdate"</span>:"2023-06-13 17:48:08"</p> |
|
| 1352 |
+ <p>,<span>"curState"</span>:"3"</p> |
|
| 1353 |
+ <p>,<span>"userId"</span>:"testuser"</p> |
|
| 1354 |
+ <p>,<span>"regdate"</span>:"2023-06-13 17:48:07"</p> |
|
| 1355 |
+ <p>,<span>"reserveCYn"</span>:"N"</p> |
|
| 1356 |
+ <p>,<span>"ttlCnt"</span>:"10"</p> |
|
| 1357 |
+ <p>,<span>"remainMsgCnt"</span>:"0"</p> |
|
| 1358 |
+ <p>,<span>"totMsgCnt"</span>:"10"</p> |
|
| 1359 |
+ </div> |
|
| 1360 |
+ <p>}</p> |
|
| 1361 |
+ <p>,{</p> |
|
| 1362 |
+ <div class="indent_t2"> |
|
| 1363 |
+ <p><span>"msgTypeName"</span>:"단문(SMS)"</p> |
|
| 1364 |
+ <p>,<span>"msgType"</span>:"4"</p> |
|
| 1365 |
+ <p>,<span>"callFrom"</span>:"01011112222"</p> |
|
| 1366 |
+ <p>,<span>"callTo"</span>:"01011112223"</p> |
|
| 1367 |
+ <p>,<span>"msgGroupCnt"</span>:"2"</p> |
|
| 1368 |
+ <p>,<span>"msgGroupId"</span>:"MSGGID_0000000013340"</p> |
|
| 1369 |
+ <p>,<span>"msgId"</span>:"MSGID_0000000000002"</p> |
|
| 1370 |
+ <p>,<span>"scnt"</span>:null</p> |
|
| 1371 |
+ <p>,<span>"fcnt"</span>:null</p> |
|
| 1372 |
+ <p>,<span>"wcnt"</span>:null</p> |
|
| 1373 |
+ <p>,<span>"msgResult"</span>:"S"</p> |
|
| 1374 |
+ <p>,<span>"smsTxt"</span>:"문자 내용 단문 예제"</p> |
|
| 1375 |
+ <p>,<span>subject"</span>:null</p> |
|
| 1376 |
+ <p>,<span>reqdate"</span>:"2023-06-13 17:48:09"</p> |
|
| 1377 |
+ <p>,<span>"curState"</span>:"3"</p> |
|
| 1378 |
+ <p>,<span>"userId"</span>:"testuser"</p> |
|
| 1379 |
+ <p>,<span>"regdate"</span>:"2023-06-13 17:48:07"</p> |
|
| 1380 |
+ <p>,<span>"reserveCYn"</span>:"N"</p> |
|
| 1381 |
+ <p>,<span>"ttlCnt"</span>:"10"</p> |
|
| 1382 |
+ <p>,<span>"remainMsgCnt"</span>:"0"</p> |
|
| 1383 |
+ <p>,<span>"totMsgCnt"</span>:"10"</p> |
|
| 1384 |
+ <p>}</p> |
|
| 1385 |
+ </div> |
|
| 1386 |
+ <p>]</p> |
|
| 1387 |
+ </div> |
|
| 1388 |
+ <p class="l_code_t2">}</p> |
|
| 1389 |
+ <p>]</p> |
|
| 1390 |
+ </div> |
|
| 1391 |
+ <p class="l_code">}</p> |
|
| 1392 |
+ </div> |
|
| 1393 |
+ </div> |
|
| 1394 |
+ <div class="box"> |
|
| 1395 |
+ <div class="title_t1"><span class="ex">[Example]</span><span class="ex_fail">X 실패 예시</span></div> |
|
| 1396 |
+ <div class="code_view"> |
|
| 1397 |
+ <p>{</p> |
|
| 1398 |
+ <div class="indent"> |
|
| 1399 |
+ <p><span>"resultCode"</span>:"4099"</p> |
|
| 1400 |
+ <p>,<span>"data"</span>:"기타 시스템 오류"</p> |
|
| 1401 |
+ </div> |
|
| 1402 |
+ <p class="l_code">}</p> |
|
| 1403 |
+ </div> |
|
| 1404 |
+ </div> |
|
| 1405 |
+ <!--// Response--> |
|
| 1406 |
+ </div> |
|
| 1407 |
+ |
|
| 1408 |
+ </div> |
|
| 1409 |
+ <div class="api_guide_con" id="tab2_5"> |
|
| 1410 |
+ |
|
| 1411 |
+ <ul class="info"> |
|
| 1412 |
+ <li>- 보유캐시로 발송 가능한 문자의 건수를 단문(SMS), 장문(LMS), 그림(MMS)별로 각각 확인할 수 있습니다.</li> |
|
| 1413 |
+ <li>- 위 문자유형별 발송 가능건수는 개인별로 적용된 단가를 기준으로 산출되며, "첫결제 이벤트"는 적용되지 않습니다.</li> |
|
| 1414 |
+ </ul> |
|
| 1415 |
+ |
|
| 1416 |
+ <div class="re_cont"> |
|
| 1417 |
+ <!--Request--> |
|
| 1418 |
+ <div class="req_title">Request</div> |
|
| 1419 |
+ <div class="box"> |
|
| 1420 |
+ <div class="text"> |
|
| 1421 |
+ <h4>Request</h4> |
|
| 1422 |
+ <table> |
|
| 1423 |
+ <caption>API Request Http Method, 프로토콜, HOST, Service Port 정보 테이블</caption> |
|
| 1424 |
+ <colgroup> |
|
| 1425 |
+ <col style="width:20%;"> |
|
| 1426 |
+ <col style="width:80%;"> |
|
| 1427 |
+ </colgroup> |
|
| 1428 |
+ <tr> |
|
| 1429 |
+ <th>Http Method</th> |
|
| 1430 |
+ <td>POST</td> |
|
| 1431 |
+ </tr> |
|
| 1432 |
+ <tr> |
|
| 1433 |
+ <th>프로토콜</th> |
|
| 1434 |
+ <td>HHTP/1.1</td> |
|
| 1435 |
+ </tr> |
|
| 1436 |
+ <tr> |
|
| 1437 |
+ <th>HOST</th> |
|
| 1438 |
+ <td>api.munjaon.co.kr</td> |
|
| 1439 |
+ </tr> |
|
| 1440 |
+ <tr> |
|
| 1441 |
+ <th>Service Port</th> |
|
| 1442 |
+ <td>443</td> |
|
| 1443 |
+ </tr> |
|
| 1444 |
+ </table> |
|
| 1445 |
+ </div> |
|
| 1446 |
+ </div> |
|
| 1447 |
+ <div class="type_table"> |
|
| 1448 |
+ <table> |
|
| 1449 |
+ <caption>발송가능 건수 API Request 키 종류 및 설명, 타입, 필수 여부 테이블</caption> |
|
| 1450 |
+ <colgroup> |
|
| 1451 |
+ <col style="width:20%;"> |
|
| 1452 |
+ <col style="width:45%;"> |
|
| 1453 |
+ <col style="width:25%"> |
|
| 1454 |
+ <col style="width:10%"> |
|
| 1455 |
+ </colgroup> |
|
| 1456 |
+ <thead> |
|
| 1457 |
+ <tr> |
|
| 1458 |
+ <th>키</th> |
|
| 1459 |
+ <th>설명</th> |
|
| 1460 |
+ <th>타입</th> |
|
| 1461 |
+ <th>필수</th> |
|
| 1462 |
+ </tr> |
|
| 1463 |
+ </thead> |
|
| 1464 |
+ <tbody> |
|
| 1465 |
+ <tr> |
|
| 1466 |
+ <td><span class="font_b">mberId</span></td> |
|
| 1467 |
+ <td>사용자 ID</td> |
|
| 1468 |
+ <td>String</td> |
|
| 1469 |
+ <td><span class="select_o">O</span></td> |
|
| 1470 |
+ </tr> |
|
| 1471 |
+ <tr> |
|
| 1472 |
+ <td><span class="font_b">accessKey</span></td> |
|
| 1473 |
+ <td>인증용 API Key</td> |
|
| 1474 |
+ <td>String</td> |
|
| 1475 |
+ <td><span class="select_o">O</span></td> |
|
| 1476 |
+ </tr> |
|
| 1477 |
+ </tbody> |
|
| 1478 |
+ </table> |
|
| 1479 |
+ <div class="table_info"> |
|
| 1480 |
+ <p>※ HTTPS 프로토콜을 사용하여 POST로 요청합니다.</p> |
|
| 1481 |
+ </div> |
|
| 1482 |
+ </div> |
|
| 1483 |
+ <div class="box"> |
|
| 1484 |
+ <div class="title">[Example]</div> |
|
| 1485 |
+ <div class="code_view"> |
|
| 1486 |
+ <p>{</p> |
|
| 1487 |
+ <div class="indent"> |
|
| 1488 |
+ <p><span>"mberId"</span>:"String"</p> |
|
| 1489 |
+ <p>,<span>"accessKey"</span>:"String"</p> |
|
| 1490 |
+ </div> |
|
| 1491 |
+ <p class="l_code">}</p> |
|
| 1492 |
+ </div> |
|
| 1493 |
+ </div> |
|
| 1494 |
+ <!--// Request--> |
|
| 1495 |
+ <!-- Response--> |
|
| 1496 |
+ <div class="res_title">Response</div> |
|
| 1497 |
+ <div class="type_table"> |
|
| 1498 |
+ <table> |
|
| 1499 |
+ <caption>발송가능 건수 API Response 키 종류 및 설명, 타입 테이블</caption> |
|
| 1500 |
+ <colgroup> |
|
| 1501 |
+ <col style="width:20%;"> |
|
| 1502 |
+ <col style="width:60%;"> |
|
| 1503 |
+ <col style="width:20%;"> |
|
| 1504 |
+ </colgroup> |
|
| 1505 |
+ <thead> |
|
| 1506 |
+ <tr> |
|
| 1507 |
+ <th>키</th> |
|
| 1508 |
+ <th>설명</th> |
|
| 1509 |
+ <th>타입</th> |
|
| 1510 |
+ </tr> |
|
| 1511 |
+ </thead> |
|
| 1512 |
+ <tbody> |
|
| 1513 |
+ <tr> |
|
| 1514 |
+ <td><span class="font_b">resultCode</span></td> |
|
| 1515 |
+ <td>성공 여부("0" 아니면 실패)</td>
|
|
| 1516 |
+ <td>String</td> |
|
| 1517 |
+ </tr> |
|
| 1518 |
+ <tr> |
|
| 1519 |
+ <td><span class="font_b">data</span></td> |
|
| 1520 |
+ <td>결과값 객체(성공 : 데이터, 실패 : 메시지)</td> |
|
| 1521 |
+ <td>Object</td> |
|
| 1522 |
+ </tr> |
|
| 1523 |
+ <tr> |
|
| 1524 |
+ <td><span class="font_b">[data].longPrice</span></td> |
|
| 1525 |
+ <td>장문 단가</td> |
|
| 1526 |
+ <td>String</td> |
|
| 1527 |
+ </tr> |
|
| 1528 |
+ <tr> |
|
| 1529 |
+ <td><span class="font_b">[data].longSendPsbltEa</span></td> |
|
| 1530 |
+ <td>장문 발송 가능 건수</td> |
|
| 1531 |
+ <td>String</td> |
|
| 1532 |
+ </tr> |
|
| 1533 |
+ <tr> |
|
| 1534 |
+ <td><span class="font_b">[data].mberMoney</span></td> |
|
| 1535 |
+ <td>현재 보유 금액</td> |
|
| 1536 |
+ <td>String</td> |
|
| 1537 |
+ </tr> |
|
| 1538 |
+ <tr> |
|
| 1539 |
+ <td><span class="font_b">[data].message</span></td> |
|
| 1540 |
+ <td>문자</td> |
|
| 1541 |
+ <td>String</td> |
|
| 1542 |
+ </tr> |
|
| 1543 |
+ <tr> |
|
| 1544 |
+ <td><span class="font_b">[data].picturePrice</span></td> |
|
| 1545 |
+ <td>그림문자 단가</td> |
|
| 1546 |
+ <td>String</td> |
|
| 1547 |
+ </tr> |
|
| 1548 |
+ <tr> |
|
| 1549 |
+ <td><span class="font_b">[data].pictureSendPsbltEa</span></td> |
|
| 1550 |
+ <td>그림문자 발송 가능 건수</td> |
|
| 1551 |
+ <td>String</td> |
|
| 1552 |
+ </tr> |
|
| 1553 |
+ <tr> |
|
| 1554 |
+ <td><span class="font_b">[data].shortPrice</span></td> |
|
| 1555 |
+ <td>단문 단가</td> |
|
| 1556 |
+ <td>String</td> |
|
| 1557 |
+ </tr> |
|
| 1558 |
+ <tr> |
|
| 1559 |
+ <td><span class="font_b">[data].shortSendPsbltEa</span></td> |
|
| 1560 |
+ <td>단문 발송 가능 건수</td> |
|
| 1561 |
+ <td>String</td> |
|
| 1562 |
+ </tr> |
|
| 1563 |
+ </tbody> |
|
| 1564 |
+ </table> |
|
| 1565 |
+ <div class="table_info"> |
|
| 1566 |
+ <p>※ JSON 객체로 응답합니다.</p> |
|
| 1567 |
+ </div> |
|
| 1568 |
+ </div> |
|
| 1569 |
+ <div class="box"> |
|
| 1570 |
+ <div class="title_t1"><span class="ex">[Example]</span><span class="ex_success">O 성공 예시</span></div> |
|
| 1571 |
+ <div class="code_view"> |
|
| 1572 |
+ <p>{</p> |
|
| 1573 |
+ <div class="indent"> |
|
| 1574 |
+ <p><span>"resultCode"</span>:"0"</p> |
|
| 1575 |
+ <p>,<span>"data"</span>{</p> |
|
| 1576 |
+ <div class="indent_t1"> |
|
| 1577 |
+ <p><span>"longPrice"</span>:"50"</p> |
|
| 1578 |
+ <p>,<span>"longSendPsbltEa"</span>:"19651"</p> |
|
| 1579 |
+ <p>,<span>"mberMoney"</span>:"982586.7"</p> |
|
| 1580 |
+ <p>,<span>"message"</span>:null</p> |
|
| 1581 |
+ <p>,<span>"picturePrice"</span>:"90"</p> |
|
| 1582 |
+ <p>,<span>"pictureSendPsbltEa"</span>:"10917"</p> |
|
| 1583 |
+ <p>,<span>"shortPrice"</span>:"18"</p> |
|
| 1584 |
+ <p>,<span>"shortSendPsbltEa"</span>:"54588"</p> |
|
| 1353 | 1585 |
</div> |
| 1354 | 1586 |
<p>}</p> |
| 1355 |
- <p>,{</p> |
|
| 1356 |
- <div class="indent_t2"> |
|
| 1357 |
- <p><span>"msgTypeName"</span>:"단문(SMS)"</p> |
|
| 1358 |
- <p>,<span>"msgType"</span>:"4"</p> |
|
| 1359 |
- <p>,<span>"callFrom"</span>:"01011112222"</p> |
|
| 1360 |
- <p>,<span>"callTo"</span>:"01011112223"</p> |
|
| 1361 |
- <p>,<span>"msgGroupCnt"</span>:"2"</p> |
|
| 1362 |
- <p>,<span>"msgGroupId"</span>:"MSGGID_0000000013340"</p> |
|
| 1363 |
- <p>,<span>"msgId"</span>:"MSGID_0000000000002"</p> |
|
| 1364 |
- <p>,<span>"scnt"</span>:null</p> |
|
| 1365 |
- <p>,<span>"fcnt"</span>:null</p> |
|
| 1366 |
- <p>,<span>"wcnt"</span>:null</p> |
|
| 1367 |
- <p>,<span>"msgResult"</span>:"S"</p> |
|
| 1368 |
- <p>,<span>"smsTxt"</span>:"문자 내용 단문 예제"</p> |
|
| 1369 |
- <p>,<span>subject"</span>:null</p> |
|
| 1370 |
- <p>,<span>reqdate"</span>:"2023-06-13 17:48:09"</p> |
|
| 1371 |
- <p>,<span>"curState"</span>:"3"</p> |
|
| 1372 |
- <p>,<span>"userId"</span>:"testuser"</p> |
|
| 1373 |
- <p>,<span>"regdate"</span>:"2023-06-13 17:48:07"</p> |
|
| 1374 |
- <p>,<span>"reserveCYn"</span>:"N"</p> |
|
| 1375 |
- <p>,<span>"ttlCnt"</span>:"10"</p> |
|
| 1376 |
- <p>,<span>"remainMsgCnt"</span>:"0"</p> |
|
| 1377 |
- <p>,<span>"totMsgCnt"</span>:"10"</p> |
|
| 1378 |
- <p>}</p> |
|
| 1379 |
- </div> |
|
| 1380 |
- <p>]</p> |
|
| 1381 |
- </div> |
|
| 1382 |
- <p class="l_code_t2">}</p> |
|
| 1383 |
- <p>]</p> |
|
| 1587 |
+ </div> |
|
| 1588 |
+ <p class="l_code">}</p> |
|
| 1384 | 1589 |
</div> |
| 1385 |
- <p class="l_code">}</p> |
|
| 1386 | 1590 |
</div> |
| 1387 |
- </div> |
|
| 1388 |
- <div class="box"> |
|
| 1389 |
- <div class="title_t1"><span class="ex">[Example]</span><span class="ex_fail">X 실패 예시</span></div> |
|
| 1390 |
- <div class="code_view"> |
|
| 1391 |
- <p>{</p> |
|
| 1392 |
- <div class="indent"> |
|
| 1393 |
- <p><span>"resultCode"</span>:"4099"</p> |
|
| 1394 |
- <p>,<span>"data"</span>:"기타 시스템 오류"</p> |
|
| 1591 |
+ <div class="box"> |
|
| 1592 |
+ <div class="title_t1"><span class="ex">[Example]</span><span class="ex_fail">X 실패 예시</span></div> |
|
| 1593 |
+ <div class="code_view"> |
|
| 1594 |
+ <p>{</p> |
|
| 1595 |
+ <div class="indent"> |
|
| 1596 |
+ <p><span>"resultCode"</span>:"5099"</p> |
|
| 1597 |
+ <p>,<span>"data"</span>:"기타 시스템 오류"</p> |
|
| 1598 |
+ </div> |
|
| 1599 |
+ <p class="l_code">}</p> |
|
| 1395 | 1600 |
</div> |
| 1396 |
- <p class="l_code">}</p> |
|
| 1397 | 1601 |
</div> |
| 1602 |
+ <!--// Response--> |
|
| 1398 | 1603 |
</div> |
| 1399 |
- <!--// Response--> |
|
| 1400 |
- </div> |
|
| 1604 |
+ </div> |
|
| 1401 | 1605 |
</div> |
| 1402 |
- <!--// tab_상세결과조회--> |
|
| 1403 |
- <!--tab 발송가능건수--> |
|
| 1404 |
- <div class="api_guide" id="tab5_5"> |
|
| 1405 |
- <ul class="info"> |
|
| 1406 |
- <li>- 보유캐시로 발송 가능한 문자의 건수를 단문(SMS), 장문(LMS), 그림(MMS)별로 각각 확인할 수 있습니다.</li> |
|
| 1407 |
- <li>- 위 문자유형별 발송 가능건수는 개인별로 적용된 단가를 기준으로 산출되며, "첫결제 이벤트"는 적용되지 않습니다.</li> |
|
| 1408 |
- </ul> |
|
| 1606 |
+ <!-- //REST API 개발 가이드 > 문자 --> |
|
| 1409 | 1607 |
|
| 1410 |
- <div class="re_cont"> |
|
| 1411 |
- <!--Request--> |
|
| 1412 |
- <div class="req_title">Request</div> |
|
| 1413 |
- <div class="box"> |
|
| 1414 |
- <div class="text"> |
|
| 1415 |
- <h4>Request</h4> |
|
| 1608 |
+ <!-- REST API 개발 가이드 > 카카오톡 --> |
|
| 1609 |
+ <div class="api_guide kakao current" id="tab5_2"> |
|
| 1610 |
+ <div class="list_tab_wrap2 type3"> |
|
| 1611 |
+ <!--콘텐츠 tab button--> |
|
| 1612 |
+ <ul class="list_tab"> |
|
| 1613 |
+ <li class="tab active"><button type="button" onclick="TabType2(this,'6');">채널 ID 조회</button></li> |
|
| 1614 |
+ <li class="tab"><button type="button" onclick="TabType2(this,'7');">템플릿 ID 조회</button></li> |
|
| 1615 |
+ <li class="tab"><button type="button" onclick="TabType2(this,'8');">템플릿상세조회</button></li> |
|
| 1616 |
+ <li class="tab"><button type="button" onclick="TabType2(this,'9');">단건보내기</button></li> |
|
| 1617 |
+ <li class="tab"><button type="button" onclick="TabType2(this,'10');">대량보내기</button></li> |
|
| 1618 |
+ <li class="tab"><button type="button" onclick="TabType2(this,'11');">전송내역조회</button></li> |
|
| 1619 |
+ <li class="tab"><button type="button" onclick="TabType2(this,'12');">전송내역조회(상세)</button></li> |
|
| 1620 |
+ <li class="tab"><button type="button" onclick="TabType2(this,'13');">발송가능건수</button></li> |
|
| 1621 |
+ </ul> |
|
| 1622 |
+ <!--//콘텐츠 tab button--> |
|
| 1623 |
+ </div> |
|
| 1624 |
+ |
|
| 1625 |
+ <div class="api_guide_con" id="tab2_6"> |
|
| 1626 |
+ |
|
| 1627 |
+ <ul class="info"> |
|
| 1628 |
+ <li>- API를 통해서 동일한 내용의 문자를 대량으로 전송할 수 있습니다.</li> |
|
| 1629 |
+ <li>- 발신번호는 문자온 사이트를 통해 사전등록 후 이용하실 수 있습니다.(마이페이지-발신번호 관리 메뉴 이용)</li> |
|
| 1630 |
+ <li>- 문자 내용이 "90byte"를 초과하는 경우 장문(LMS)으로 자동 전환됩니다.</li> |
|
| 1631 |
+ </ul> |
|
| 1632 |
+ |
|
| 1633 |
+ <div class="re_cont"> |
|
| 1634 |
+ <!--Request--> |
|
| 1635 |
+ <div class="req_title">Request</div> |
|
| 1636 |
+ <div class="box"> |
|
| 1637 |
+ <div class="text"> |
|
| 1638 |
+ <h4>Request</h4> |
|
| 1639 |
+ <table> |
|
| 1640 |
+ <caption>API Request Http Method, 프로토콜, HOST, Service Port 정보 테이블</caption> |
|
| 1641 |
+ <colgroup> |
|
| 1642 |
+ <col style="width:20%;"> |
|
| 1643 |
+ <col style="width:80%;"> |
|
| 1644 |
+ </colgroup> |
|
| 1645 |
+ <tr> |
|
| 1646 |
+ <th>Http Method</th> |
|
| 1647 |
+ <td>POST</td> |
|
| 1648 |
+ </tr> |
|
| 1649 |
+ <tr> |
|
| 1650 |
+ <th>프로토콜</th> |
|
| 1651 |
+ <td>HHTP/1.1</td> |
|
| 1652 |
+ </tr> |
|
| 1653 |
+ <tr> |
|
| 1654 |
+ <th>HOST</th> |
|
| 1655 |
+ <td>api.munjaon.co.kr</td> |
|
| 1656 |
+ </tr> |
|
| 1657 |
+ <tr> |
|
| 1658 |
+ <th>Service Port</th> |
|
| 1659 |
+ <td>443</td> |
|
| 1660 |
+ </tr> |
|
| 1661 |
+ </table> |
|
| 1662 |
+ </div> |
|
| 1663 |
+ </div> |
|
| 1664 |
+ <div class="type_table"> |
|
| 1416 | 1665 |
<table> |
| 1417 |
- <caption>API Request Http Method, 프로토콜, HOST, Service Port 정보 테이블</caption> |
|
| 1666 |
+ <caption>문자발송 API Request 키 종류 및 설명, 타입, 필수 여부 테이블</caption> |
|
| 1418 | 1667 |
<colgroup> |
| 1419 | 1668 |
<col style="width:20%;"> |
| 1420 |
- <col style="width:80%;"> |
|
| 1669 |
+ <col style="width:45%;"> |
|
| 1670 |
+ <col style="width:25%"> |
|
| 1671 |
+ <col style="width:10%"> |
|
| 1421 | 1672 |
</colgroup> |
| 1422 |
- <tr> |
|
| 1423 |
- <th>Http Method</th> |
|
| 1424 |
- <td>POST</td> |
|
| 1425 |
- </tr> |
|
| 1426 |
- <tr> |
|
| 1427 |
- <th>프로토콜</th> |
|
| 1428 |
- <td>HHTP/1.1</td> |
|
| 1429 |
- </tr> |
|
| 1430 |
- <tr> |
|
| 1431 |
- <th>HOST</th> |
|
| 1432 |
- <td>api.munjaon.co.kr</td> |
|
| 1433 |
- </tr> |
|
| 1434 |
- <tr> |
|
| 1435 |
- <th>Service Port</th> |
|
| 1436 |
- <td>443</td> |
|
| 1437 |
- </tr> |
|
| 1673 |
+ <thead> |
|
| 1674 |
+ <tr> |
|
| 1675 |
+ <th>키</th> |
|
| 1676 |
+ <th>설명</th> |
|
| 1677 |
+ <th>타입</th> |
|
| 1678 |
+ <th>필수</th> |
|
| 1679 |
+ </tr> |
|
| 1680 |
+ </thead> |
|
| 1681 |
+ <tbody> |
|
| 1682 |
+ <tr> |
|
| 1683 |
+ <td><span class="font_b">mberId</span></td> |
|
| 1684 |
+ <td>사용자 ID</td> |
|
| 1685 |
+ <td>String</td> |
|
| 1686 |
+ <td><span class="select_o">O</span></td> |
|
| 1687 |
+ </tr> |
|
| 1688 |
+ <tr> |
|
| 1689 |
+ <td><span class="font_b">accessKey</span></td> |
|
| 1690 |
+ <td>인증용 API Key</td> |
|
| 1691 |
+ <td>String</td> |
|
| 1692 |
+ <td><span class="select_o">O</span></td> |
|
| 1693 |
+ </tr> |
|
| 1694 |
+ <tr> |
|
| 1695 |
+ <td><span class="font_b">callFrom</span></td> |
|
| 1696 |
+ <td>발신자 번호(아이디에 등록되어 있는 번호)</td> |
|
| 1697 |
+ <td>String</td> |
|
| 1698 |
+ <td><span class="select_o">O</span></td> |
|
| 1699 |
+ </tr> |
|
| 1700 |
+ <tr> |
|
| 1701 |
+ <td><span class="font_b">callToList</span></td> |
|
| 1702 |
+ <td>수신자 번호(콤마(,) 기준으로 입력)</td> |
|
| 1703 |
+ <td>String</td> |
|
| 1704 |
+ <td><span class="select_o">O</span></td> |
|
| 1705 |
+ </tr> |
|
| 1706 |
+ <tr> |
|
| 1707 |
+ <td><span class="font_b">smsTxt</span></td> |
|
| 1708 |
+ <td>메시지 내용</td> |
|
| 1709 |
+ <td>String(1~2,000Byte)</td> |
|
| 1710 |
+ <td><span class="select_o">O</span></td> |
|
| 1711 |
+ </tr> |
|
| 1712 |
+ <tr> |
|
| 1713 |
+ <td><span class="font_b">nameStr</span></td> |
|
| 1714 |
+ <td>메시지 내용에 [*이름*]이 있으면 치환용 이름 입력( | 로 구분 )</td> |
|
| 1715 |
+ <td>String</td> |
|
| 1716 |
+ <td><span class="select_x">X</span></td> |
|
| 1717 |
+ </tr> |
|
| 1718 |
+ <tr> |
|
| 1719 |
+ <td><span class="font_b">test_yn</span></td> |
|
| 1720 |
+ <td>테스트 데이터 여부</td> |
|
| 1721 |
+ <td>String</td> |
|
| 1722 |
+ <td><span class="select_x">X</span></td> |
|
| 1723 |
+ </tr> |
|
| 1724 |
+ </tbody> |
|
| 1438 | 1725 |
</table> |
| 1439 |
- </div> |
|
| 1440 |
- </div> |
|
| 1441 |
- <div class="type_table"> |
|
| 1442 |
- <table> |
|
| 1443 |
- <caption>발송가능 건수 API Request 키 종류 및 설명, 타입, 필수 여부 테이블</caption> |
|
| 1444 |
- <colgroup> |
|
| 1445 |
- <col style="width:20%;"> |
|
| 1446 |
- <col style="width:45%;"> |
|
| 1447 |
- <col style="width:25%"> |
|
| 1448 |
- <col style="width:10%"> |
|
| 1449 |
- </colgroup> |
|
| 1450 |
- <thead> |
|
| 1451 |
- <tr> |
|
| 1452 |
- <th>키</th> |
|
| 1453 |
- <th>설명</th> |
|
| 1454 |
- <th>타입</th> |
|
| 1455 |
- <th>필수</th> |
|
| 1456 |
- </tr> |
|
| 1457 |
- </thead> |
|
| 1458 |
- <tbody> |
|
| 1459 |
- <tr> |
|
| 1460 |
- <td><span class="font_b">mberId</span></td> |
|
| 1461 |
- <td>사용자 ID</td> |
|
| 1462 |
- <td>String</td> |
|
| 1463 |
- <td><span class="select_o">O</span></td> |
|
| 1464 |
- </tr> |
|
| 1465 |
- <tr> |
|
| 1466 |
- <td><span class="font_b">accessKey</span></td> |
|
| 1467 |
- <td>인증용 API Key</td> |
|
| 1468 |
- <td>String</td> |
|
| 1469 |
- <td><span class="select_o">O</span></td> |
|
| 1470 |
- </tr> |
|
| 1471 |
- </tbody> |
|
| 1472 |
- </table> |
|
| 1473 |
- <div class="table_info"> |
|
| 1474 |
- <p>※ HTTPS 프로토콜을 사용하여 POST로 요청합니다.</p> |
|
| 1475 |
- </div> |
|
| 1476 |
- </div> |
|
| 1477 |
- <div class="box"> |
|
| 1478 |
- <div class="title">[Example]</div> |
|
| 1479 |
- <div class="code_view"> |
|
| 1480 |
- <p>{</p> |
|
| 1481 |
- <div class="indent"> |
|
| 1482 |
- <p><span>"mberId"</span>:"String"</p> |
|
| 1483 |
- <p>,<span>"accessKey"</span>:"String"</p> |
|
| 1726 |
+ <div class="table_info"> |
|
| 1727 |
+ <p>※ HTTPS 프로토콜을 사용하여 POST로 요청합니다.</p> |
|
| 1728 |
+ <p>※ 문자 텍스트 용량(byte) : 한글 1자당 2byte, 영문/숫자 1자당 1byte</p> |
|
| 1484 | 1729 |
</div> |
| 1485 |
- <p class="l_code">}</p> |
|
| 1486 | 1730 |
</div> |
| 1487 |
- </div> |
|
| 1488 |
- <!--// Request--> |
|
| 1489 |
- <!-- Response--> |
|
| 1490 |
- <div class="res_title">Response</div> |
|
| 1491 |
- <div class="type_table"> |
|
| 1492 |
- <table> |
|
| 1493 |
- <caption>발송가능 건수 API Response 키 종류 및 설명, 타입 테이블</caption> |
|
| 1494 |
- <colgroup> |
|
| 1495 |
- <col style="width:20%;"> |
|
| 1496 |
- <col style="width:60%;"> |
|
| 1497 |
- <col style="width:20%;"> |
|
| 1498 |
- </colgroup> |
|
| 1499 |
- <thead> |
|
| 1500 |
- <tr> |
|
| 1501 |
- <th>키</th> |
|
| 1502 |
- <th>설명</th> |
|
| 1503 |
- <th>타입</th> |
|
| 1504 |
- </tr> |
|
| 1505 |
- </thead> |
|
| 1506 |
- <tbody> |
|
| 1507 |
- <tr> |
|
| 1508 |
- <td><span class="font_b">resultCode</span></td> |
|
| 1509 |
- <td>성공 여부("0" 아니면 실패)</td>
|
|
| 1510 |
- <td>String</td> |
|
| 1511 |
- </tr> |
|
| 1512 |
- <tr> |
|
| 1513 |
- <td><span class="font_b">data</span></td> |
|
| 1514 |
- <td>결과값 객체(성공 : 데이터, 실패 : 메시지)</td> |
|
| 1515 |
- <td>Object</td> |
|
| 1516 |
- </tr> |
|
| 1517 |
- <tr> |
|
| 1518 |
- <td><span class="font_b">[data].longPrice</span></td> |
|
| 1519 |
- <td>장문 단가</td> |
|
| 1520 |
- <td>String</td> |
|
| 1521 |
- </tr> |
|
| 1522 |
- <tr> |
|
| 1523 |
- <td><span class="font_b">[data].longSendPsbltEa</span></td> |
|
| 1524 |
- <td>장문 발송 가능 건수</td> |
|
| 1525 |
- <td>String</td> |
|
| 1526 |
- </tr> |
|
| 1527 |
- <tr> |
|
| 1528 |
- <td><span class="font_b">[data].mberMoney</span></td> |
|
| 1529 |
- <td>현재 보유 금액</td> |
|
| 1530 |
- <td>String</td> |
|
| 1531 |
- </tr> |
|
| 1532 |
- <tr> |
|
| 1533 |
- <td><span class="font_b">[data].message</span></td> |
|
| 1534 |
- <td>문자</td> |
|
| 1535 |
- <td>String</td> |
|
| 1536 |
- </tr> |
|
| 1537 |
- <tr> |
|
| 1538 |
- <td><span class="font_b">[data].picturePrice</span></td> |
|
| 1539 |
- <td>그림문자 단가</td> |
|
| 1540 |
- <td>String</td> |
|
| 1541 |
- </tr> |
|
| 1542 |
- <tr> |
|
| 1543 |
- <td><span class="font_b">[data].pictureSendPsbltEa</span></td> |
|
| 1544 |
- <td>그림문자 발송 가능 건수</td> |
|
| 1545 |
- <td>String</td> |
|
| 1546 |
- </tr> |
|
| 1547 |
- <tr> |
|
| 1548 |
- <td><span class="font_b">[data].shortPrice</span></td> |
|
| 1549 |
- <td>단문 단가</td> |
|
| 1550 |
- <td>String</td> |
|
| 1551 |
- </tr> |
|
| 1552 |
- <tr> |
|
| 1553 |
- <td><span class="font_b">[data].shortSendPsbltEa</span></td> |
|
| 1554 |
- <td>단문 발송 가능 건수</td> |
|
| 1555 |
- <td>String</td> |
|
| 1556 |
- </tr> |
|
| 1557 |
- </tbody> |
|
| 1558 |
- </table> |
|
| 1559 |
- <div class="table_info"> |
|
| 1560 |
- <p>※ JSON 객체로 응답합니다.</p> |
|
| 1561 |
- </div> |
|
| 1562 |
- </div> |
|
| 1563 |
- <div class="box"> |
|
| 1564 |
- <div class="title_t1"><span class="ex">[Example]</span><span class="ex_success">O 성공 예시</span></div> |
|
| 1565 |
- <div class="code_view"> |
|
| 1566 |
- <p>{</p> |
|
| 1567 |
- <div class="indent"> |
|
| 1568 |
- <p><span>"resultCode"</span>:"0"</p> |
|
| 1569 |
- <p>,<span>"data"</span>{</p> |
|
| 1570 |
- <div class="indent_t1"> |
|
| 1571 |
- <p><span>"longPrice"</span>:"50"</p> |
|
| 1572 |
- <p>,<span>"longSendPsbltEa"</span>:"19651"</p> |
|
| 1573 |
- <p>,<span>"mberMoney"</span>:"982586.7"</p> |
|
| 1574 |
- <p>,<span>"message"</span>:null</p> |
|
| 1575 |
- <p>,<span>"picturePrice"</span>:"90"</p> |
|
| 1576 |
- <p>,<span>"pictureSendPsbltEa"</span>:"10917"</p> |
|
| 1577 |
- <p>,<span>"shortPrice"</span>:"18"</p> |
|
| 1578 |
- <p>,<span>"shortSendPsbltEa"</span>:"54588"</p> |
|
| 1731 |
+ <div class="box"> |
|
| 1732 |
+ <div class="title">[Example]</div> |
|
| 1733 |
+ <div class="code_view"> |
|
| 1734 |
+ <p>{</p> |
|
| 1735 |
+ <div class="indent"> |
|
| 1736 |
+ <p><span>"mberId"</span>:"홍길동"</p> |
|
| 1737 |
+ <p>,<span>"accessKey"</span>:"XXXXXXXXXXXXXX414050694b953"</p> |
|
| 1738 |
+ <p>,<span>"callFrom"</span>:"01012341234"</p> |
|
| 1739 |
+ <p>,<span>"callToList"</span>:"01011111111,01022222222,01033333333"</p> |
|
| 1740 |
+ <p>,<span>"smsTxt"</span>:"문자 테스트~![*이름*]"</p> |
|
| 1741 |
+ <p>,<span>"nameStr"</span>:"홍길동1|홍길동2|홍길동3"</p> |
|
| 1742 |
+ <p>,<span>"test_yn"</span>:""</p> |
|
| 1579 | 1743 |
</div> |
| 1580 |
- <p>}</p> |
|
| 1744 |
+ <p class="l_code">}</p> |
|
| 1581 | 1745 |
</div> |
| 1582 |
- <p class="l_code">}</p> |
|
| 1583 | 1746 |
</div> |
| 1584 |
- </div> |
|
| 1585 |
- <div class="box"> |
|
| 1586 |
- <div class="title_t1"><span class="ex">[Example]</span><span class="ex_fail">X 실패 예시</span></div> |
|
| 1587 |
- <div class="code_view"> |
|
| 1588 |
- <p>{</p> |
|
| 1589 |
- <div class="indent"> |
|
| 1590 |
- <p><span>"resultCode"</span>:"5099"</p> |
|
| 1591 |
- <p>,<span>"data"</span>:"기타 시스템 오류"</p> |
|
| 1747 |
+ <!--// Request--> |
|
| 1748 |
+ <!-- Response--> |
|
| 1749 |
+ <div class="res_title">Response</div> |
|
| 1750 |
+ <div class="type_table"> |
|
| 1751 |
+ <table> |
|
| 1752 |
+ <caption>문자발송 API Response 키 종류 및 설명, 타입 테이블</caption> |
|
| 1753 |
+ <colgroup> |
|
| 1754 |
+ <col style="width:20%;"> |
|
| 1755 |
+ <col style="width:60%;"> |
|
| 1756 |
+ <col style="width:20%;"> |
|
| 1757 |
+ </colgroup> |
|
| 1758 |
+ <thead> |
|
| 1759 |
+ <tr> |
|
| 1760 |
+ <th>키</th> |
|
| 1761 |
+ <th>설명</th> |
|
| 1762 |
+ <th>타입</th> |
|
| 1763 |
+ </tr> |
|
| 1764 |
+ </thead> |
|
| 1765 |
+ <tbody> |
|
| 1766 |
+ <tr> |
|
| 1767 |
+ <td><span class="font_b">resultCode</span></td> |
|
| 1768 |
+ <td>성공 여부("0" 아니면 실패)</td>
|
|
| 1769 |
+ <td>String</td> |
|
| 1770 |
+ </tr> |
|
| 1771 |
+ <tr> |
|
| 1772 |
+ <td><span class="font_b">data</span></td> |
|
| 1773 |
+ <td>결과값 객체(성공 : 데이터, 실패 : 메시지)</td> |
|
| 1774 |
+ <td>Object</td> |
|
| 1775 |
+ </tr> |
|
| 1776 |
+ <tr> |
|
| 1777 |
+ <td><span class="font_b">[data].msgGroupId</span></td> |
|
| 1778 |
+ <td>메시지 그룹 ID</td> |
|
| 1779 |
+ <td>String</td> |
|
| 1780 |
+ </tr> |
|
| 1781 |
+ <tr> |
|
| 1782 |
+ <td><span class="font_b">[data].msgType</span></td> |
|
| 1783 |
+ <td>메시지 타입(4 : 단문, 5 : 장문)</td> |
|
| 1784 |
+ <td>String</td> |
|
| 1785 |
+ </tr> |
|
| 1786 |
+ <tr> |
|
| 1787 |
+ <td><span class="font_b">[data].blockCnt</span></td> |
|
| 1788 |
+ <td>수신거부 건수</td> |
|
| 1789 |
+ <td>String</td> |
|
| 1790 |
+ </tr> |
|
| 1791 |
+ <tr> |
|
| 1792 |
+ <td><span class="font_b">[data].failCnt</span></td> |
|
| 1793 |
+ <td>전송 실패 건수</td> |
|
| 1794 |
+ <td>String</td> |
|
| 1795 |
+ </tr> |
|
| 1796 |
+ <tr> |
|
| 1797 |
+ <td><span class="font_b">[data].successCnt</span></td> |
|
| 1798 |
+ <td>성공 건수</td> |
|
| 1799 |
+ <td>String</td> |
|
| 1800 |
+ </tr> |
|
| 1801 |
+ <tr> |
|
| 1802 |
+ <td><span class="font_b">[data].test_yn</span></td> |
|
| 1803 |
+ <td>테스트 데이터 여부</td> |
|
| 1804 |
+ <td>String</td> |
|
| 1805 |
+ </tr> |
|
| 1806 |
+ </tbody> |
|
| 1807 |
+ </table> |
|
| 1808 |
+ <div class="table_info"> |
|
| 1809 |
+ <p>※ JSON 객체로 응답합니다.</p> |
|
| 1592 | 1810 |
</div> |
| 1593 |
- <p class="l_code">}</p> |
|
| 1594 | 1811 |
</div> |
| 1812 |
+ <div class="box"> |
|
| 1813 |
+ <div class="title_t1"><span class="ex">[Example]</span><span class="ex_success">O 성공 예시</span></div> |
|
| 1814 |
+ <div class="code_view"> |
|
| 1815 |
+ <p>{</p> |
|
| 1816 |
+ <div class="indent"> |
|
| 1817 |
+ <p><span>"resultCode"</span>:"0"</p> |
|
| 1818 |
+ <p>,<span>"data"</span>{</p> |
|
| 1819 |
+ <div class="indent_t1"> |
|
| 1820 |
+ <p><span>"msgGroupId"</span>:"MSGGID_0000000000000"</p> |
|
| 1821 |
+ <p>,<span>"msgType"</span>:"SMS"</p> |
|
| 1822 |
+ <p>,<span>"resultCode"</span>:"0"</p> |
|
| 1823 |
+ <p>,<span>"blockCnt"</span>:"0"</p> |
|
| 1824 |
+ <p>,<span>"failCnt"</span>:"0"</p> |
|
| 1825 |
+ <p>,<span>"successCnt"</span>:"3"</p> |
|
| 1826 |
+ <p>,<span>"test_yn"</span>:null</p> |
|
| 1827 |
+ </div> |
|
| 1828 |
+ <p>}</p> |
|
| 1829 |
+ </div> |
|
| 1830 |
+ <p class="l_code">}</p> |
|
| 1831 |
+ </div> |
|
| 1832 |
+ </div> |
|
| 1833 |
+ <div class="box"> |
|
| 1834 |
+ <div class="title_t1"><span class="ex">[Example]</span><span class="ex_fail">X 실패 예시</span></div> |
|
| 1835 |
+ <div class="code_view"> |
|
| 1836 |
+ <p>{</p> |
|
| 1837 |
+ <div class="indent"> |
|
| 1838 |
+ <p><span>"resultCode"</span>:"1040"</p> |
|
| 1839 |
+ <p>,<span>"data"</span>:"치환 데이터 오류"</p> |
|
| 1840 |
+ </div> |
|
| 1841 |
+ <p class="l_code">}</p> |
|
| 1842 |
+ </div> |
|
| 1843 |
+ </div> |
|
| 1844 |
+ <!--// Response--> |
|
| 1595 | 1845 |
</div> |
| 1596 |
- <!--// Response--> |
|
| 1597 |
- </div> |
|
| 1846 |
+ |
|
| 1847 |
+ </div> |
|
| 1848 |
+ <div class="api_guide_con" id="tab2_7"> |
|
| 1849 |
+ |
|
| 1850 |
+ <ul class="info"> |
|
| 1851 |
+ <li>- API를 통해서 다른 내용의 문자를 대량으로 전송할 수 있습니다.</li> |
|
| 1852 |
+ <li>- 발신번호는 문자온 사이트를 통해 사전등록 후 이용하실 수 있습니다.(마이페이지-발신번호 관리 메뉴 이용)</li> |
|
| 1853 |
+ <li>- 문자 내용이 "90byte"를 초과하는 경우 장문(LMS)으로 자동 전환됩니다.</li> |
|
| 1854 |
+ </ul> |
|
| 1855 |
+ |
|
| 1856 |
+ <div class="re_cont"> |
|
| 1857 |
+ <!--Request--> |
|
| 1858 |
+ <div class="req_title">Request</div> |
|
| 1859 |
+ <div class="box"> |
|
| 1860 |
+ <div class="text"> |
|
| 1861 |
+ <h4>Request</h4> |
|
| 1862 |
+ <table> |
|
| 1863 |
+ <caption>API Request Http Method, 프로토콜, HOST, Service Port 정보 테이블</caption> |
|
| 1864 |
+ <colgroup> |
|
| 1865 |
+ <col style="width:20%;"> |
|
| 1866 |
+ <col style="width:80%;"> |
|
| 1867 |
+ </colgroup> |
|
| 1868 |
+ <tr> |
|
| 1869 |
+ <th>Http Method</th> |
|
| 1870 |
+ <td>POST</td> |
|
| 1871 |
+ </tr> |
|
| 1872 |
+ <tr> |
|
| 1873 |
+ <th>프로토콜</th> |
|
| 1874 |
+ <td>HHTP/1.1</td> |
|
| 1875 |
+ </tr> |
|
| 1876 |
+ <tr> |
|
| 1877 |
+ <th>HOST</th> |
|
| 1878 |
+ <td>api.munjaon.co.kr</td> |
|
| 1879 |
+ </tr> |
|
| 1880 |
+ <tr> |
|
| 1881 |
+ <th>Service Port</th> |
|
| 1882 |
+ <td>443</td> |
|
| 1883 |
+ </tr> |
|
| 1884 |
+ </table> |
|
| 1885 |
+ </div> |
|
| 1886 |
+ </div> |
|
| 1887 |
+ <div class="type_table"> |
|
| 1888 |
+ <table> |
|
| 1889 |
+ <caption>문자발송(대량) API Request 키 종류 및 설명, 타입, 필수 여부 테이블</caption> |
|
| 1890 |
+ <colgroup> |
|
| 1891 |
+ <col style="width:20%;"> |
|
| 1892 |
+ <col style="width:45%;"> |
|
| 1893 |
+ <col style="width:25%"> |
|
| 1894 |
+ <col style="width:10%"> |
|
| 1895 |
+ </colgroup> |
|
| 1896 |
+ <thead> |
|
| 1897 |
+ <tr> |
|
| 1898 |
+ <th>키</th> |
|
| 1899 |
+ <th>설명</th> |
|
| 1900 |
+ <th>타입</th> |
|
| 1901 |
+ <th>필수</th> |
|
| 1902 |
+ </tr> |
|
| 1903 |
+ </thead> |
|
| 1904 |
+ <tbody> |
|
| 1905 |
+ <tr> |
|
| 1906 |
+ <td><span class="font_b">mberId</span></td> |
|
| 1907 |
+ <td>사용자 ID</td> |
|
| 1908 |
+ <td>String</td> |
|
| 1909 |
+ <td><span class="select_o">O</span></td> |
|
| 1910 |
+ </tr> |
|
| 1911 |
+ <tr> |
|
| 1912 |
+ <td><span class="font_b">accessKey</span></td> |
|
| 1913 |
+ <td>인증용 API Key</td> |
|
| 1914 |
+ <td>String</td> |
|
| 1915 |
+ <td><span class="select_o">O</span></td> |
|
| 1916 |
+ </tr> |
|
| 1917 |
+ <tr> |
|
| 1918 |
+ <td><span class="font_b">callFrom</span></td> |
|
| 1919 |
+ <td>발신자 번호(아이디에 등록되어 있는 번호)</td> |
|
| 1920 |
+ <td>String</td> |
|
| 1921 |
+ <td><span class="select_o">O</span></td> |
|
| 1922 |
+ </tr> |
|
| 1923 |
+ <tr> |
|
| 1924 |
+ <td><span class="font_b">test_yn</span></td> |
|
| 1925 |
+ <td>테스트 데이터 여부</td> |
|
| 1926 |
+ <td>String</td> |
|
| 1927 |
+ <td><span class="select_x">X</span></td> |
|
| 1928 |
+ </tr> |
|
| 1929 |
+ <tr> |
|
| 1930 |
+ <td><span class="font_b">callTo_1</span></td> |
|
| 1931 |
+ <td>수신자 번호 1</td> |
|
| 1932 |
+ <td>String</td> |
|
| 1933 |
+ <td><span class="select_o">O</span></td> |
|
| 1934 |
+ </tr> |
|
| 1935 |
+ <tr> |
|
| 1936 |
+ <td><span class="font_b">smsTxt_1</span></td> |
|
| 1937 |
+ <td>메시지 내용 1 </td> |
|
| 1938 |
+ <td>String(1~2,000Byte)</td> |
|
| 1939 |
+ <td><span class="select_o">O</span></td> |
|
| 1940 |
+ </tr> |
|
| 1941 |
+ <tr> |
|
| 1942 |
+ <td><span class="font_b">...</span></td> |
|
| 1943 |
+ <td>...</td> |
|
| 1944 |
+ <td>...</td> |
|
| 1945 |
+ <td><span class="select_o">...</span></td> |
|
| 1946 |
+ </tr> |
|
| 1947 |
+ <tr> |
|
| 1948 |
+ <td><span class="font_b">callTo_100</span></td> |
|
| 1949 |
+ <td>수신자 번호 100</td> |
|
| 1950 |
+ <td>String</td> |
|
| 1951 |
+ <td><span class="select_o">O</span></td> |
|
| 1952 |
+ </tr> |
|
| 1953 |
+ <tr> |
|
| 1954 |
+ <td><span class="font_b">smsTxt_100</span></td> |
|
| 1955 |
+ <td>메시지 내용 100</td> |
|
| 1956 |
+ <td>String(1~2,000Byte)</td> |
|
| 1957 |
+ <td><span class="select_o">O</span></td> |
|
| 1958 |
+ </tr> |
|
| 1959 |
+ </tbody> |
|
| 1960 |
+ </table> |
|
| 1961 |
+ <div class="table_info"> |
|
| 1962 |
+ <p>※ 문자 텍스트 용량(byte) : 한글 1자당 2byte, 영문/숫자 1자당 1byte</p> |
|
| 1963 |
+ </div> |
|
| 1964 |
+ </div> |
|
| 1965 |
+ <div class="box"> |
|
| 1966 |
+ <div class="title">[Example]</div> |
|
| 1967 |
+ <div class="code_view"> |
|
| 1968 |
+ <p>{</p> |
|
| 1969 |
+ <div class="indent"> |
|
| 1970 |
+ <p><span>"mberId"</span>:"홍길동"</p> |
|
| 1971 |
+ <p>,<span>"accessKey"</span>:"XXXXXXXXXXXXXX414050694b953"</p> |
|
| 1972 |
+ <p>,<span>"callFrom"</span>:"01012341234"</p> |
|
| 1973 |
+ <p>,<span>"test_yn"</span>:""</p> |
|
| 1974 |
+ <p>,<span>"callTo_1"</span>:"01011111111"</p> |
|
| 1975 |
+ <p>,<span>"smsTxt_1"</span>:"문자 테스트 1"</p> |
|
| 1976 |
+ <p>,<span>"callTo_2"</span>:"01022222222"</p> |
|
| 1977 |
+ <p>,<span>"smsTxt_2"</span>:"문자 테스트 2"</p> |
|
| 1978 |
+ </div> |
|
| 1979 |
+ <p class="l_code">}</p> |
|
| 1980 |
+ </div> |
|
| 1981 |
+ </div> |
|
| 1982 |
+ <!--// Request--> |
|
| 1983 |
+ <!-- Response--> |
|
| 1984 |
+ <div class="res_title">Response</div> |
|
| 1985 |
+ <div class="type_table"> |
|
| 1986 |
+ <table> |
|
| 1987 |
+ <caption>문자발송(대량) API Response 키 종류 및 설명, 타입 테이블</caption> |
|
| 1988 |
+ <colgroup> |
|
| 1989 |
+ <col style="width:20%;"> |
|
| 1990 |
+ <col style="width:60%;"> |
|
| 1991 |
+ <col style="width:20%;"> |
|
| 1992 |
+ </colgroup> |
|
| 1993 |
+ <thead> |
|
| 1994 |
+ <tr> |
|
| 1995 |
+ <th>키</th> |
|
| 1996 |
+ <th>설명</th> |
|
| 1997 |
+ <th>타입</th> |
|
| 1998 |
+ </tr> |
|
| 1999 |
+ </thead> |
|
| 2000 |
+ <tbody> |
|
| 2001 |
+ <tr> |
|
| 2002 |
+ <td><span class="font_b">resultCode</span></td> |
|
| 2003 |
+ <td>성공 여부("0" 아니면 실패)</td>
|
|
| 2004 |
+ <td>String</td> |
|
| 2005 |
+ </tr> |
|
| 2006 |
+ <tr> |
|
| 2007 |
+ <td><span class="font_b">data</span></td> |
|
| 2008 |
+ <td>결과값 객체(성공 : 데이터, 실패 : 메시지)</td> |
|
| 2009 |
+ <td>Object</td> |
|
| 2010 |
+ </tr> |
|
| 2011 |
+ <tr> |
|
| 2012 |
+ <td><span class="font_b">[data].msgGroupIdList</span></td> |
|
| 2013 |
+ <td>메시지 그룹 ID 리스트</td> |
|
| 2014 |
+ <td>List String</td> |
|
| 2015 |
+ </tr> |
|
| 2016 |
+ <tr> |
|
| 2017 |
+ <td><span class="font_b">[data].msgType</span></td> |
|
| 2018 |
+ <td>메시지 타입(4 : 단문, 5 : 장문)</td> |
|
| 2019 |
+ <td>String</td> |
|
| 2020 |
+ </tr> |
|
| 2021 |
+ <tr> |
|
| 2022 |
+ <td><span class="font_b">[data].blockCnt</span></td> |
|
| 2023 |
+ <td>수신거부 건수</td> |
|
| 2024 |
+ <td>String</td> |
|
| 2025 |
+ </tr> |
|
| 2026 |
+ <tr> |
|
| 2027 |
+ <td><span class="font_b">[data].failCnt</span></td> |
|
| 2028 |
+ <td>전송 실패 건수</td> |
|
| 2029 |
+ <td>String</td> |
|
| 2030 |
+ </tr> |
|
| 2031 |
+ <tr> |
|
| 2032 |
+ <td><span class="font_b">[data].successCnt</span></td> |
|
| 2033 |
+ <td>성공 건수</td> |
|
| 2034 |
+ <td>String</td> |
|
| 2035 |
+ </tr> |
|
| 2036 |
+ <tr> |
|
| 2037 |
+ <td><span class="font_b">[data].test_yn</span></td> |
|
| 2038 |
+ <td>테스트 데이터 여부</td> |
|
| 2039 |
+ <td>String</td> |
|
| 2040 |
+ </tr> |
|
| 2041 |
+ </tbody> |
|
| 2042 |
+ </table> |
|
| 2043 |
+ <div class="table_info"> |
|
| 2044 |
+ <p>※ JSON 객체로 응답합니다.</p> |
|
| 2045 |
+ </div> |
|
| 2046 |
+ </div> |
|
| 2047 |
+ <div class="box"> |
|
| 2048 |
+ <div class="title_t1"><span class="ex">[Example]</span><span class="ex_success">O 성공 예시</span></div> |
|
| 2049 |
+ <div class="code_view"> |
|
| 2050 |
+ <p>{</p> |
|
| 2051 |
+ <div class="indent"> |
|
| 2052 |
+ <p><span>"resultCode"</span>:"0"</p> |
|
| 2053 |
+ <p>,<span>"data"</span>:[</p> |
|
| 2054 |
+ <div class="indent_t1"> |
|
| 2055 |
+ <p><span>"msgGroupIdList"</span>:[</p> |
|
| 2056 |
+ <p>{</p> |
|
| 2057 |
+ <p class="m_code">"MSGGID_0000000013451"</p> |
|
| 2058 |
+ <p class="l_code_t1">}</p> |
|
| 2059 |
+ <p>,{</p> |
|
| 2060 |
+ <p class="m_code">"MSGGID_0000000013452"</p> |
|
| 2061 |
+ <p class="l_code_t1">}</p> |
|
| 2062 |
+ <p>]</p> |
|
| 2063 |
+ <p>,<span>"msgTypeList"</span>:[</p> |
|
| 2064 |
+ <p>{</p> |
|
| 2065 |
+ <p class="m_code">"SMS"</p> |
|
| 2066 |
+ <p class="l_code_t1">}</p> |
|
| 2067 |
+ <p>,{</p> |
|
| 2068 |
+ <p class="m_code">"SMS"</p> |
|
| 2069 |
+ <p class="l_code_t1">}</p> |
|
| 2070 |
+ <p>]</p> |
|
| 2071 |
+ <p>,<span>"resultCode"</span>:"0"</p> |
|
| 2072 |
+ <p>,<span>"successCnt"</span>:"2"</p> |
|
| 2073 |
+ <p>,<span>"failCnt"</span>:"0"</p> |
|
| 2074 |
+ <p>,<span>"blockCnt"</span>:"0"</p> |
|
| 2075 |
+ <p>,<span>"test_yn"</span>:null</p> |
|
| 2076 |
+ <p>]</p> |
|
| 2077 |
+ </div> |
|
| 2078 |
+ </div> |
|
| 2079 |
+ <p class="l_code">}</p> |
|
| 2080 |
+ </div> |
|
| 2081 |
+ </div> |
|
| 2082 |
+ <div class="box"> |
|
| 2083 |
+ <div class="title_t1"><span class="ex">[Example]</span><span class="ex_fail">X 실패 예시</span></div> |
|
| 2084 |
+ <div class="code_view"> |
|
| 2085 |
+ <p>{</p> |
|
| 2086 |
+ <div class="indent"> |
|
| 2087 |
+ <p><span>"resultCode"</span>:"1040"</p> |
|
| 2088 |
+ <p>,<span>"data"</span>:"치환 데이터 오류"</p> |
|
| 2089 |
+ </div> |
|
| 2090 |
+ <p class="l_code">}</p> |
|
| 2091 |
+ </div> |
|
| 2092 |
+ </div> |
|
| 2093 |
+ <!--// Response--> |
|
| 2094 |
+ </div> |
|
| 2095 |
+ |
|
| 2096 |
+ </div> |
|
| 2097 |
+ <div class="api_guide_con" id="tab2_8"> |
|
| 2098 |
+ |
|
| 2099 |
+ <ul class="info"> |
|
| 2100 |
+ <li>- 문자온 사이트 및 API를 통해 전송된 문자 발송내역을 조회할 수 있습니다.</li> |
|
| 2101 |
+ <li>- 문자 발송내역은 날짜별로 조회되며, 최근 3개월까지만 조회 가능합니다.</li> |
|
| 2102 |
+ <li>- 발신번호별 문자 발송내역 조회 기능은 제공되지 않습니다.</li> |
|
| 2103 |
+ </ul> |
|
| 2104 |
+ |
|
| 2105 |
+ <div class="re_cont"> |
|
| 2106 |
+ <!--Request--> |
|
| 2107 |
+ <div class="req_title">Request</div> |
|
| 2108 |
+ <div class="box"> |
|
| 2109 |
+ <div class="text"> |
|
| 2110 |
+ <h4>Request</h4> |
|
| 2111 |
+ <table> |
|
| 2112 |
+ <caption>API Request Http Method, 프로토콜, HOST, Service Port 정보 테이블</caption> |
|
| 2113 |
+ <colgroup> |
|
| 2114 |
+ <col style="width:20%;"> |
|
| 2115 |
+ <col style="width:80%;"> |
|
| 2116 |
+ </colgroup> |
|
| 2117 |
+ <tr> |
|
| 2118 |
+ <th>Http Method</th> |
|
| 2119 |
+ <td>POST</td> |
|
| 2120 |
+ </tr> |
|
| 2121 |
+ <tr> |
|
| 2122 |
+ <th>프로토콜</th> |
|
| 2123 |
+ <td>HHTP/1.1</td> |
|
| 2124 |
+ </tr> |
|
| 2125 |
+ <tr> |
|
| 2126 |
+ <th>HOST</th> |
|
| 2127 |
+ <td>api.munjaon.co.kr</td> |
|
| 2128 |
+ </tr> |
|
| 2129 |
+ <tr> |
|
| 2130 |
+ <th>Service Port</th> |
|
| 2131 |
+ <td>443</td> |
|
| 2132 |
+ </tr> |
|
| 2133 |
+ </table> |
|
| 2134 |
+ </div> |
|
| 2135 |
+ </div> |
|
| 2136 |
+ <div class="type_table"> |
|
| 2137 |
+ <table> |
|
| 2138 |
+ <caption>전송결과 조회 API Request 키 종류 및 설명, 타입, 필수 여부 테이블</caption> |
|
| 2139 |
+ <colgroup> |
|
| 2140 |
+ <col style="width:20%;"> |
|
| 2141 |
+ <col style="width:45%;"> |
|
| 2142 |
+ <col style="width:25%"> |
|
| 2143 |
+ <col style="width:10%"> |
|
| 2144 |
+ </colgroup> |
|
| 2145 |
+ <thead> |
|
| 2146 |
+ <tr> |
|
| 2147 |
+ <th>키</th> |
|
| 2148 |
+ <th>설명</th> |
|
| 2149 |
+ <th>타입</th> |
|
| 2150 |
+ <th>필수</th> |
|
| 2151 |
+ </tr> |
|
| 2152 |
+ </thead> |
|
| 2153 |
+ <tbody> |
|
| 2154 |
+ <tr> |
|
| 2155 |
+ <td><span class="font_b">mberId</span></td> |
|
| 2156 |
+ <td>사용자 ID</td> |
|
| 2157 |
+ <td>String</td> |
|
| 2158 |
+ <td><span class="select_o">O</span></td> |
|
| 2159 |
+ </tr> |
|
| 2160 |
+ <tr> |
|
| 2161 |
+ <td><span class="font_b">accessKey</span></td> |
|
| 2162 |
+ <td>인증용 API Key</td> |
|
| 2163 |
+ <td>String</td> |
|
| 2164 |
+ <td><span class="select_o">O</span></td> |
|
| 2165 |
+ </tr> |
|
| 2166 |
+ <tr> |
|
| 2167 |
+ <td><span class="font_b">page</span></td> |
|
| 2168 |
+ <td>페이지 번호</td> |
|
| 2169 |
+ <td>String</td> |
|
| 2170 |
+ <td><span class="select_x">X</span></td> |
|
| 2171 |
+ </tr> |
|
| 2172 |
+ <tr> |
|
| 2173 |
+ <td><span class="font_b">pageSize</span></td> |
|
| 2174 |
+ <td>페이지당 출력 개수</td> |
|
| 2175 |
+ <td>String</td> |
|
| 2176 |
+ <td><span class="select_x">X</span></td> |
|
| 2177 |
+ </tr> |
|
| 2178 |
+ <tr> |
|
| 2179 |
+ <td><span class="font_b">startDate</span></td> |
|
| 2180 |
+ <td>시작 일자</td> |
|
| 2181 |
+ <td>String</td> |
|
| 2182 |
+ <td><span class="select_x">X</span></td> |
|
| 2183 |
+ </tr> |
|
| 2184 |
+ <tr> |
|
| 2185 |
+ <td><span class="font_b">endDate</span></td> |
|
| 2186 |
+ <td>마감 일자</td> |
|
| 2187 |
+ <td>String</td> |
|
| 2188 |
+ <td><span class="select_x">X</span></td> |
|
| 2189 |
+ </tr> |
|
| 2190 |
+ <tr> |
|
| 2191 |
+ <td><span class="font_b">test_yn</span></td> |
|
| 2192 |
+ <td>테스트 데이터 여부</td> |
|
| 2193 |
+ <td>String</td> |
|
| 2194 |
+ <td><span class="select_x">X</span></td> |
|
| 2195 |
+ </tr> |
|
| 2196 |
+ </tbody> |
|
| 2197 |
+ </table> |
|
| 2198 |
+ <div class="table_info"> |
|
| 2199 |
+ <p>※ HTTPS 프로토콜을 사용하여 POST로 요청합니다.</p> |
|
| 2200 |
+ </div> |
|
| 2201 |
+ </div> |
|
| 2202 |
+ <div class="box"> |
|
| 2203 |
+ <div class="title">[Example]</div> |
|
| 2204 |
+ <div class="code_view"> |
|
| 2205 |
+ <p>{</p> |
|
| 2206 |
+ <div class="indent"> |
|
| 2207 |
+ <p><span>"mberId"</span>:"홍길동"</p> |
|
| 2208 |
+ <p>,<span>"accessKey"</span>:"XXXXXXXXXXXXXX414050694b953"</p> |
|
| 2209 |
+ <p>,<span>"page"</span>:""</p> |
|
| 2210 |
+ <p>,<span>"pageSize"</span>:""</p> |
|
| 2211 |
+ <p>,<span>"startDate"</span>:""</p> |
|
| 2212 |
+ <p>,<span>"endDate"</span>:""</p> |
|
| 2213 |
+ <p>,<span>"test_yn"</span>:""</p> |
|
| 2214 |
+ </div> |
|
| 2215 |
+ <p class="l_code">}</p> |
|
| 2216 |
+ </div> |
|
| 2217 |
+ </div> |
|
| 2218 |
+ <!--// Request--> |
|
| 2219 |
+ <!-- Response--> |
|
| 2220 |
+ <div class="res_title">Response</div> |
|
| 2221 |
+ <div class="type_table"> |
|
| 2222 |
+ <table> |
|
| 2223 |
+ <caption>전송결과 조회 API Response 키 종류 및 설명, 타입 테이블</caption> |
|
| 2224 |
+ <colgroup> |
|
| 2225 |
+ <col style="width:20%;"> |
|
| 2226 |
+ <col style="width:60%;"> |
|
| 2227 |
+ <col style="width:20%;"> |
|
| 2228 |
+ </colgroup> |
|
| 2229 |
+ <thead> |
|
| 2230 |
+ <tr> |
|
| 2231 |
+ <th>키</th> |
|
| 2232 |
+ <th>설명</th> |
|
| 2233 |
+ <th>타입</th> |
|
| 2234 |
+ </tr> |
|
| 2235 |
+ </thead> |
|
| 2236 |
+ <tbody> |
|
| 2237 |
+ <tr> |
|
| 2238 |
+ <td><span class="font_b">resultCode</span></td> |
|
| 2239 |
+ <td>성공 여부("0" 아니면 실패)</td>
|
|
| 2240 |
+ <td>String</td> |
|
| 2241 |
+ </tr> |
|
| 2242 |
+ <tr> |
|
| 2243 |
+ <td><span class="font_b">data</span></td> |
|
| 2244 |
+ <td>결과값 객체(성공 : 데이터, 실패 : 메시지)</td> |
|
| 2245 |
+ <td>Object</td> |
|
| 2246 |
+ </tr> |
|
| 2247 |
+ <tr> |
|
| 2248 |
+ <td><span class="font_b">[data].message</span></td> |
|
| 2249 |
+ <td>문자</td> |
|
| 2250 |
+ <td>String</td> |
|
| 2251 |
+ </tr> |
|
| 2252 |
+ <tr> |
|
| 2253 |
+ <td><span class="font_b">[data].next_yn</span></td> |
|
| 2254 |
+ <td>다음 페이지 여부</td> |
|
| 2255 |
+ <td>String</td> |
|
| 2256 |
+ </tr> |
|
| 2257 |
+ <tr> |
|
| 2258 |
+ <td><span class="font_b">[data].objectList</span></td> |
|
| 2259 |
+ <td>결과값 목록</td> |
|
| 2260 |
+ <td>Object List</td> |
|
| 2261 |
+ </tr> |
|
| 2262 |
+ <tr> |
|
| 2263 |
+ <td><span class="font_b">[data].msgGroupId</span></td> |
|
| 2264 |
+ <td>메시지 그룹 ID</td> |
|
| 2265 |
+ <td>String</td> |
|
| 2266 |
+ </tr> |
|
| 2267 |
+ <tr> |
|
| 2268 |
+ <td><span class="font_b">[data].msgId</span></td> |
|
| 2269 |
+ <td>메시지 ID</td> |
|
| 2270 |
+ <td>String</td> |
|
| 2271 |
+ </tr> |
|
| 2272 |
+ <tr> |
|
| 2273 |
+ <td><span class="font_b">[data].msgTypeName</span></td> |
|
| 2274 |
+ <td>문자 구분명(단문, 장문, 그림)</td> |
|
| 2275 |
+ <td>String</td> |
|
| 2276 |
+ </tr> |
|
| 2277 |
+ <tr> |
|
| 2278 |
+ <td><span class="font_b">[data].msgType</span></td> |
|
| 2279 |
+ <td>메시지 타입(4 : 단문, 5 : 장문)</td> |
|
| 2280 |
+ <td>String</td> |
|
| 2281 |
+ </tr> |
|
| 2282 |
+ <tr> |
|
| 2283 |
+ <td><span class="font_b">[data].callFrom</span></td> |
|
| 2284 |
+ <td>발신자 번호</td> |
|
| 2285 |
+ <td>String</td> |
|
| 2286 |
+ </tr> |
|
| 2287 |
+ <tr> |
|
| 2288 |
+ <td><span class="font_b">[data].callTo</span></td> |
|
| 2289 |
+ <td>수신자 번호</td> |
|
| 2290 |
+ <td>String</td> |
|
| 2291 |
+ </tr> |
|
| 2292 |
+ <tr> |
|
| 2293 |
+ <td><span class="font_b">[data].msgGroupCnt</span></td> |
|
| 2294 |
+ <td>문자 발송 건수</td> |
|
| 2295 |
+ <td>String</td> |
|
| 2296 |
+ </tr> |
|
| 2297 |
+ <tr> |
|
| 2298 |
+ <td><span class="font_b">[data].sCnt</span></td> |
|
| 2299 |
+ <td>성공 건수</td> |
|
| 2300 |
+ <td>String</td> |
|
| 2301 |
+ </tr> |
|
| 2302 |
+ <tr> |
|
| 2303 |
+ <td><span class="font_b">[data].fCnt</span></td> |
|
| 2304 |
+ <td>실패 건수</td> |
|
| 2305 |
+ <td>String</td> |
|
| 2306 |
+ </tr> |
|
| 2307 |
+ <tr> |
|
| 2308 |
+ <td><span class="font_b">[data].wCnt</span></td> |
|
| 2309 |
+ <td>대기 건수</td> |
|
| 2310 |
+ <td>String</td> |
|
| 2311 |
+ </tr> |
|
| 2312 |
+ <tr> |
|
| 2313 |
+ <td><span class="font_b">[data].msgResult</span></td> |
|
| 2314 |
+ <td>발송 결과(성공 : S, 실패 : F)</td> |
|
| 2315 |
+ <td>String</td> |
|
| 2316 |
+ </tr> |
|
| 2317 |
+ <tr> |
|
| 2318 |
+ <td><span class="font_b">[data].smsTxt</span></td> |
|
| 2319 |
+ <td>문자 내용</td> |
|
| 2320 |
+ <td>String</td> |
|
| 2321 |
+ </tr> |
|
| 2322 |
+ <tr> |
|
| 2323 |
+ <td><span class="font_b">[data].subject</span></td> |
|
| 2324 |
+ <td>제목</td> |
|
| 2325 |
+ <td>String</td> |
|
| 2326 |
+ </tr> |
|
| 2327 |
+ <tr> |
|
| 2328 |
+ <td><span class="font_b">[data].reqdate</span></td> |
|
| 2329 |
+ <td>발송 일자</td> |
|
| 2330 |
+ <td>String</td> |
|
| 2331 |
+ </tr> |
|
| 2332 |
+ <tr> |
|
| 2333 |
+ <td><span class="font_b">[data].curState</span></td> |
|
| 2334 |
+ <td>전송 처리 결과값</td> |
|
| 2335 |
+ <td>String</td> |
|
| 2336 |
+ </tr> |
|
| 2337 |
+ <tr> |
|
| 2338 |
+ <td><span class="font_b">[data].userId</span></td> |
|
| 2339 |
+ <td>사용자 ID</td> |
|
| 2340 |
+ <td>String</td> |
|
| 2341 |
+ </tr> |
|
| 2342 |
+ <tr> |
|
| 2343 |
+ <td><span class="font_b">[data].regdate</span></td> |
|
| 2344 |
+ <td>등록 일자</td> |
|
| 2345 |
+ <td>String</td> |
|
| 2346 |
+ </tr> |
|
| 2347 |
+ <tr> |
|
| 2348 |
+ <td><span class="font_b">[data].reserveCYn</span></td> |
|
| 2349 |
+ <td>예약 취소 여부</td> |
|
| 2350 |
+ <td>String</td> |
|
| 2351 |
+ </tr> |
|
| 2352 |
+ <tr> |
|
| 2353 |
+ <td><span class="font_b">[data].ttlCnt</span></td> |
|
| 2354 |
+ <td>전체 요청 수</td> |
|
| 2355 |
+ <td>String</td> |
|
| 2356 |
+ </tr> |
|
| 2357 |
+ <tr> |
|
| 2358 |
+ <td><span class="font_b">[data].remainMsgCnt</span></td> |
|
| 2359 |
+ <td>남은 문자 건수</td> |
|
| 2360 |
+ <td>String</td> |
|
| 2361 |
+ </tr> |
|
| 2362 |
+ <tr> |
|
| 2363 |
+ <td><span class="font_b">[data].totMsgCnt</span></td> |
|
| 2364 |
+ <td>전체 문자 개수</td> |
|
| 2365 |
+ <td>String</td> |
|
| 2366 |
+ </tr> |
|
| 2367 |
+ </tbody> |
|
| 2368 |
+ </table> |
|
| 2369 |
+ <div class="table_info"> |
|
| 2370 |
+ <p>※ JSON 객체로 응답합니다.</p> |
|
| 2371 |
+ </div> |
|
| 2372 |
+ </div> |
|
| 2373 |
+ <div class="box"> |
|
| 2374 |
+ <div class="title_t1"><span class="ex">[Example]</span><span class="ex_success">O 성공 예시</span></div> |
|
| 2375 |
+ <div class="code_view"> |
|
| 2376 |
+ <p>{</p> |
|
| 2377 |
+ <div class="indent"> |
|
| 2378 |
+ <p><span>"resultCode"</span>:"0"</p> |
|
| 2379 |
+ <p>,<span>"data"</span>:[</p> |
|
| 2380 |
+ <p>{</p> |
|
| 2381 |
+ <div class="indent_t1"> |
|
| 2382 |
+ <p><span>"resultCode"</span>:"0"</p> |
|
| 2383 |
+ <p>,<span>"message"</span>: null</p> |
|
| 2384 |
+ <p>,<span>"next_yn"</span>:"n"</p> |
|
| 2385 |
+ <p>,<span>"msgGroupId"</span>:"MSGGID_0000000000000"</p> |
|
| 2386 |
+ <p>,<span>"objectList"</span>:[</p> |
|
| 2387 |
+ <p>{</p> |
|
| 2388 |
+ <div class="indent_t2"> |
|
| 2389 |
+ <p><span>"msgTypeName"</span>:"단문(SMS)"</p> |
|
| 2390 |
+ <p>,<span>"msgType"</span>:"4"</p> |
|
| 2391 |
+ <p>,<span>"callFrom"</span>:"01011112222"</p> |
|
| 2392 |
+ <p>,<span>"callTo"</span>:"01011112223"</p> |
|
| 2393 |
+ <p>,<span>"msgGroupCnt"</span>:"2"</p> |
|
| 2394 |
+ <p>,<span>"msgGroupId"</span>:"MSGGID_0000000013340"</p> |
|
| 2395 |
+ <p>,<span>"msgId"</span>:"MSGID_0000000000001"</p> |
|
| 2396 |
+ <p>,<span>"scnt"</span>:"2"</p> |
|
| 2397 |
+ <p>,<span>"fcnt"</span>:"0"</p> |
|
| 2398 |
+ <p>,<span>"wcnt"</span>:"0"</p> |
|
| 2399 |
+ <p>,<span>"msgResult"</span>:"S"</p> |
|
| 2400 |
+ <p>,<span>"smsTxt"</span>:"문자 내용 단문 예제"</p> |
|
| 2401 |
+ <p>,<span>"subject"</span>:null</p> |
|
| 2402 |
+ <p>,<span>"reqdate"</span>:"2023-06-13 17:48:07"</p> |
|
| 2403 |
+ <p>,<span>"curState"</span>:"3"</p> |
|
| 2404 |
+ <p>,<span>"userId"</span>:"testuser"</p> |
|
| 2405 |
+ <p>,<span>"regdate"</span>:"2023-06-13 17:48:07"</p> |
|
| 2406 |
+ <p>,<span>"reserveCYn"</span>:"N"</p> |
|
| 2407 |
+ <p>,<span>"ttlCnt"</span>:"1"</p> |
|
| 2408 |
+ <p>,<span>"remainMsgCnt"</span>:"40"</p> |
|
| 2409 |
+ <p>,<span>"totMsgCnt"</span>:"70"</p> |
|
| 2410 |
+ </div> |
|
| 2411 |
+ <p>}</p> |
|
| 2412 |
+ <p>,{</p> |
|
| 2413 |
+ <div class="indent_t2"> |
|
| 2414 |
+ <p><span>"msgTypeName"</span>:"장문(LMS)"</p> |
|
| 2415 |
+ <p>,<span>"msgType"</span>:"6"</p> |
|
| 2416 |
+ <p>,<span>"callFrom"</span>:"01011112222"</p> |
|
| 2417 |
+ <p>,<span>"callTo"</span>:"01011112223"</p> |
|
| 2418 |
+ <p>,<span>"msgGroupCnt"</span>:"1"</p> |
|
| 2419 |
+ <p>,<span>"msgGroupId"</span>:"MSGGID_0000000013341"</p> |
|
| 2420 |
+ <p>,<span>"msgId"</span>:"MSGID_0000000000002"</p> |
|
| 2421 |
+ <p>,<span>"scnt"</span>:"1"</p> |
|
| 2422 |
+ <p>,<span>"fcnt"</span>:"0"</p> |
|
| 2423 |
+ <p>,<span>"wcnt"</span>:"0"</p> |
|
| 2424 |
+ <p>,<span>"msgResult"</span>:"S"</p> |
|
| 2425 |
+ <p>,<span>"smsTxt"</span>:"문자 내용 장문 예제"</p> |
|
| 2426 |
+ <p>,<span>subject"</span>:null</p> |
|
| 2427 |
+ <p>,<span>reqdate"</span>:"2023-06-02 11:46:50"</p> |
|
| 2428 |
+ <p>,<span>"curState"</span>:"3"</p> |
|
| 2429 |
+ <p>,<span>"userId"</span>:"testuser"</p> |
|
| 2430 |
+ <p>,<span>"regdate"</span>:"2023-06-02 11:46:49"</p> |
|
| 2431 |
+ <p>,<span>"reserveCYn"</span>:"N"</p> |
|
| 2432 |
+ <p>,<span>"ttlCnt"</span>:"1"</p> |
|
| 2433 |
+ <p>,<span>"remainMsgCnt"</span>:"40"</p> |
|
| 2434 |
+ <p>,<span>"totMsgCnt"</span>:"70"</p> |
|
| 2435 |
+ <p>}</p> |
|
| 2436 |
+ </div> |
|
| 2437 |
+ <p>]</p> |
|
| 2438 |
+ </div> |
|
| 2439 |
+ <p class="l_code_t2">}</p> |
|
| 2440 |
+ <p>]</p> |
|
| 2441 |
+ </div> |
|
| 2442 |
+ <p class="l_code">}</p> |
|
| 2443 |
+ </div> |
|
| 2444 |
+ </div> |
|
| 2445 |
+ <div class="box"> |
|
| 2446 |
+ <div class="title_t1"><span class="ex">[Example]</span><span class="ex_fail">X 실패 예시</span></div> |
|
| 2447 |
+ <div class="code_view"> |
|
| 2448 |
+ <p>{</p> |
|
| 2449 |
+ <div class="indent"> |
|
| 2450 |
+ <p><span>"resultCode"</span>:"3099"</p> |
|
| 2451 |
+ <p>,<span>"data"</span>:"기타 시스템 오류"</p> |
|
| 2452 |
+ </div> |
|
| 2453 |
+ <p class="l_code">}</p> |
|
| 2454 |
+ </div> |
|
| 2455 |
+ </div> |
|
| 2456 |
+ <!--// Response--> |
|
| 2457 |
+ </div> |
|
| 2458 |
+ |
|
| 2459 |
+ </div> |
|
| 2460 |
+ <div class="api_guide_con" id="tab2_9"> |
|
| 2461 |
+ |
|
| 2462 |
+ <ul class="info"> |
|
| 2463 |
+ <li>- 전송결과 조회의 "msgGroupId"를 사용하여 전송된 문자의 상세결과를 수신번호별로 조회할 수 있습니다.</li> |
|
| 2464 |
+ <li>- 전송결과가 "대기"인 경우에는 최종 결과 확인까지 최대 72시간까지 소요됩니다.</li> |
|
| 2465 |
+ </ul> |
|
| 2466 |
+ |
|
| 2467 |
+ <div class="re_cont"> |
|
| 2468 |
+ <!--Request--> |
|
| 2469 |
+ <div class="req_title">Request</div> |
|
| 2470 |
+ <div class="box"> |
|
| 2471 |
+ <div class="text"> |
|
| 2472 |
+ <h4>Request</h4> |
|
| 2473 |
+ <table> |
|
| 2474 |
+ <caption>API Request Http Method, 프로토콜, HOST, Service Port 정보 테이블</caption> |
|
| 2475 |
+ <colgroup> |
|
| 2476 |
+ <col style="width:20%;"> |
|
| 2477 |
+ <col style="width:80%;"> |
|
| 2478 |
+ </colgroup> |
|
| 2479 |
+ <tr> |
|
| 2480 |
+ <th>Http Method</th> |
|
| 2481 |
+ <td>POST</td> |
|
| 2482 |
+ </tr> |
|
| 2483 |
+ <tr> |
|
| 2484 |
+ <th>프로토콜</th> |
|
| 2485 |
+ <td>HHTP/1.1</td> |
|
| 2486 |
+ </tr> |
|
| 2487 |
+ <tr> |
|
| 2488 |
+ <th>HOST</th> |
|
| 2489 |
+ <td>api.munjaon.co.kr</td> |
|
| 2490 |
+ </tr> |
|
| 2491 |
+ <tr> |
|
| 2492 |
+ <th>Service Port</th> |
|
| 2493 |
+ <td>443</td> |
|
| 2494 |
+ </tr> |
|
| 2495 |
+ </table> |
|
| 2496 |
+ </div> |
|
| 2497 |
+ </div> |
|
| 2498 |
+ <div class="type_table"> |
|
| 2499 |
+ <table> |
|
| 2500 |
+ <caption>상세결과 조회 API Request 키 종류 및 설명, 타입, 필수 여부 테이블</caption> |
|
| 2501 |
+ <colgroup> |
|
| 2502 |
+ <col style="width:20%;"> |
|
| 2503 |
+ <col style="width:45%;"> |
|
| 2504 |
+ <col style="width:25%"> |
|
| 2505 |
+ <col style="width:10%"> |
|
| 2506 |
+ </colgroup> |
|
| 2507 |
+ <thead> |
|
| 2508 |
+ <tr> |
|
| 2509 |
+ <th>키</th> |
|
| 2510 |
+ <th>설명</th> |
|
| 2511 |
+ <th>타입</th> |
|
| 2512 |
+ <th>필수</th> |
|
| 2513 |
+ </tr> |
|
| 2514 |
+ </thead> |
|
| 2515 |
+ <tbody> |
|
| 2516 |
+ <tr> |
|
| 2517 |
+ <td><span class="font_b">mberId</span></td> |
|
| 2518 |
+ <td>사용자 ID</td> |
|
| 2519 |
+ <td>String</td> |
|
| 2520 |
+ <td><span class="select_o">O</span></td> |
|
| 2521 |
+ </tr> |
|
| 2522 |
+ <tr> |
|
| 2523 |
+ <td><span class="font_b">accessKey</span></td> |
|
| 2524 |
+ <td>인증용 API Key</td> |
|
| 2525 |
+ <td>String</td> |
|
| 2526 |
+ <td><span class="select_o">O</span></td> |
|
| 2527 |
+ </tr> |
|
| 2528 |
+ <tr> |
|
| 2529 |
+ <td><span class="font_b">msgGroupId</span></td> |
|
| 2530 |
+ <td>메시지 그룹 ID</td> |
|
| 2531 |
+ <td>String</td> |
|
| 2532 |
+ <td><span class="select_o">O</span></td> |
|
| 2533 |
+ </tr> |
|
| 2534 |
+ <tr> |
|
| 2535 |
+ <td><span class="font_b">page</span></td> |
|
| 2536 |
+ <td>페이지 번호</td> |
|
| 2537 |
+ <td>String</td> |
|
| 2538 |
+ <td><span class="select_x">X</span></td> |
|
| 2539 |
+ </tr> |
|
| 2540 |
+ <tr> |
|
| 2541 |
+ <td><span class="font_b">pageSize</span></td> |
|
| 2542 |
+ <td>페이지당 출력 개수</td> |
|
| 2543 |
+ <td>String</td> |
|
| 2544 |
+ <td><span class="select_x">X</span></td> |
|
| 2545 |
+ </tr> |
|
| 2546 |
+ <tr> |
|
| 2547 |
+ <td><span class="font_b">test_yn</span></td> |
|
| 2548 |
+ <td>테스트 데이터 여부</td> |
|
| 2549 |
+ <td>String</td> |
|
| 2550 |
+ <td><span class="select_x">X</span></td> |
|
| 2551 |
+ </tr> |
|
| 2552 |
+ </tbody> |
|
| 2553 |
+ </table> |
|
| 2554 |
+ <div class="table_info"> |
|
| 2555 |
+ <p>※ HTTPS 프로토콜을 사용하여 POST로 요청합니다.</p> |
|
| 2556 |
+ </div> |
|
| 2557 |
+ </div> |
|
| 2558 |
+ <div class="box"> |
|
| 2559 |
+ <div class="title">[Example]</div> |
|
| 2560 |
+ <div class="code_view"> |
|
| 2561 |
+ <p>{</p> |
|
| 2562 |
+ <div class="indent"> |
|
| 2563 |
+ <p><span>"mberId"</span>:"홍길동"</p> |
|
| 2564 |
+ <p>,<span>"accessKey"</span>:"XXXXXXXXXXXXXX414050694b953"</p> |
|
| 2565 |
+ <p>,<span>"msgGroupId"</span>:"MSGGID_0000000011452"</p> |
|
| 2566 |
+ <p>,<span>"page"</span>:""</p> |
|
| 2567 |
+ <p>,<span>"pageSize"</span>:""</p> |
|
| 2568 |
+ <p>,<span>"test_yn"</span>:""</p> |
|
| 2569 |
+ </div> |
|
| 2570 |
+ <p class="l_code">}</p> |
|
| 2571 |
+ </div> |
|
| 2572 |
+ </div> |
|
| 2573 |
+ <!--// Request--> |
|
| 2574 |
+ <!-- Response--> |
|
| 2575 |
+ <div class="res_title">Response</div> |
|
| 2576 |
+ <div class="type_table"> |
|
| 2577 |
+ <table> |
|
| 2578 |
+ <caption>상세결과 조회 API Response 키 종류 및 설명, 타입 테이블</caption> |
|
| 2579 |
+ <colgroup> |
|
| 2580 |
+ <col style="width:20%;"> |
|
| 2581 |
+ <col style="width:60%;"> |
|
| 2582 |
+ <col style="width:20%;"> |
|
| 2583 |
+ </colgroup> |
|
| 2584 |
+ <thead> |
|
| 2585 |
+ <tr> |
|
| 2586 |
+ <th>키</th> |
|
| 2587 |
+ <th>설명</th> |
|
| 2588 |
+ <th>타입</th> |
|
| 2589 |
+ </tr> |
|
| 2590 |
+ </thead> |
|
| 2591 |
+ <tbody> |
|
| 2592 |
+ <tr> |
|
| 2593 |
+ <td><span class="font_b">resultCode</span></td> |
|
| 2594 |
+ <td>성공 여부("0" 아니면 실패)</td>
|
|
| 2595 |
+ <td>String</td> |
|
| 2596 |
+ </tr> |
|
| 2597 |
+ <tr> |
|
| 2598 |
+ <td><span class="font_b">data</span></td> |
|
| 2599 |
+ <td>결과값 객체(성공 : 데이터, 실패 : 메시지)</td> |
|
| 2600 |
+ <td>Object</td> |
|
| 2601 |
+ </tr> |
|
| 2602 |
+ <tr> |
|
| 2603 |
+ <td><span class="font_b">[data].message</span></td> |
|
| 2604 |
+ <td>문자</td> |
|
| 2605 |
+ <td>String</td> |
|
| 2606 |
+ </tr> |
|
| 2607 |
+ <tr> |
|
| 2608 |
+ <td><span class="font_b">[data].next_yn</span></td> |
|
| 2609 |
+ <td>다음 페이지 여부</td> |
|
| 2610 |
+ <td>String</td> |
|
| 2611 |
+ </tr> |
|
| 2612 |
+ <tr> |
|
| 2613 |
+ <td><span class="font_b">[data].objectList</span></td> |
|
| 2614 |
+ <td>결과값 목록</td> |
|
| 2615 |
+ <td>Object List</td> |
|
| 2616 |
+ </tr> |
|
| 2617 |
+ <tr> |
|
| 2618 |
+ <td><span class="font_b">[data].msgGroupId</span></td> |
|
| 2619 |
+ <td>메시지 그룹 ID</td> |
|
| 2620 |
+ <td>String</td> |
|
| 2621 |
+ </tr> |
|
| 2622 |
+ <tr> |
|
| 2623 |
+ <td><span class="font_b">[data].msgId</span></td> |
|
| 2624 |
+ <td>메시지 ID</td> |
|
| 2625 |
+ <td>String</td> |
|
| 2626 |
+ </tr> |
|
| 2627 |
+ <tr> |
|
| 2628 |
+ <td><span class="font_b">[data].msgTypeName</span></td> |
|
| 2629 |
+ <td>문자 구분명(단문, 장문, 그림)</td> |
|
| 2630 |
+ <td>String</td> |
|
| 2631 |
+ </tr> |
|
| 2632 |
+ <tr> |
|
| 2633 |
+ <td><span class="font_b">[data].msgType</span></td> |
|
| 2634 |
+ <td>메시지 타입(4 : 단문, 5 : 장문)</td> |
|
| 2635 |
+ <td>String</td> |
|
| 2636 |
+ </tr> |
|
| 2637 |
+ <tr> |
|
| 2638 |
+ <td><span class="font_b">[data].callFrom</span></td> |
|
| 2639 |
+ <td>발신자 번호</td> |
|
| 2640 |
+ <td>String</td> |
|
| 2641 |
+ </tr> |
|
| 2642 |
+ <tr> |
|
| 2643 |
+ <td><span class="font_b">[data].callTo</span></td> |
|
| 2644 |
+ <td>수신자 번호</td> |
|
| 2645 |
+ <td>String</td> |
|
| 2646 |
+ </tr> |
|
| 2647 |
+ <tr> |
|
| 2648 |
+ <td><span class="font_b">[data].msgGroupCnt</span></td> |
|
| 2649 |
+ <td>문자 발송 건수</td> |
|
| 2650 |
+ <td>String</td> |
|
| 2651 |
+ </tr> |
|
| 2652 |
+ <tr> |
|
| 2653 |
+ <td><span class="font_b">[data].sCnt</span></td> |
|
| 2654 |
+ <td>성공 건수</td> |
|
| 2655 |
+ <td>String</td> |
|
| 2656 |
+ </tr> |
|
| 2657 |
+ <tr> |
|
| 2658 |
+ <td><span class="font_b">[data].fCnt</span></td> |
|
| 2659 |
+ <td>실패 건수</td> |
|
| 2660 |
+ <td>String</td> |
|
| 2661 |
+ </tr> |
|
| 2662 |
+ <tr> |
|
| 2663 |
+ <td><span class="font_b">[data].wCnt</span></td> |
|
| 2664 |
+ <td>대기 건수</td> |
|
| 2665 |
+ <td>String</td> |
|
| 2666 |
+ </tr> |
|
| 2667 |
+ <tr> |
|
| 2668 |
+ <td><span class="font_b">[data].msgResult</span></td> |
|
| 2669 |
+ <td>발송 결과(성공 : S, 실패 : F)</td> |
|
| 2670 |
+ <td>String</td> |
|
| 2671 |
+ </tr> |
|
| 2672 |
+ <tr> |
|
| 2673 |
+ <td><span class="font_b">[data].smsTxt</span></td> |
|
| 2674 |
+ <td>문자 내용</td> |
|
| 2675 |
+ <td>String</td> |
|
| 2676 |
+ </tr> |
|
| 2677 |
+ <tr> |
|
| 2678 |
+ <td><span class="font_b">[data].subject</span></td> |
|
| 2679 |
+ <td>제목</td> |
|
| 2680 |
+ <td>String</td> |
|
| 2681 |
+ </tr> |
|
| 2682 |
+ <tr> |
|
| 2683 |
+ <td><span class="font_b">[data].reqdate</span></td> |
|
| 2684 |
+ <td>발송 일자</td> |
|
| 2685 |
+ <td>String</td> |
|
| 2686 |
+ </tr> |
|
| 2687 |
+ <tr> |
|
| 2688 |
+ <td><span class="font_b">[data].curState</span></td> |
|
| 2689 |
+ <td>전송 처리 결과값</td> |
|
| 2690 |
+ <td>String</td> |
|
| 2691 |
+ </tr> |
|
| 2692 |
+ <tr> |
|
| 2693 |
+ <td><span class="font_b">[data].userId</span></td> |
|
| 2694 |
+ <td>사용자 ID</td> |
|
| 2695 |
+ <td>String</td> |
|
| 2696 |
+ </tr> |
|
| 2697 |
+ <tr> |
|
| 2698 |
+ <td><span class="font_b">[data].regdate</span></td> |
|
| 2699 |
+ <td>등록 일자</td> |
|
| 2700 |
+ <td>String</td> |
|
| 2701 |
+ </tr> |
|
| 2702 |
+ <tr> |
|
| 2703 |
+ <td><span class="font_b">[data].reserveCYn</span></td> |
|
| 2704 |
+ <td>예약 취소 여부</td> |
|
| 2705 |
+ <td>String</td> |
|
| 2706 |
+ </tr> |
|
| 2707 |
+ <tr> |
|
| 2708 |
+ <td><span class="font_b">[data].ttlCnt</span></td> |
|
| 2709 |
+ <td>전체 요청 수</td> |
|
| 2710 |
+ <td>String</td> |
|
| 2711 |
+ </tr> |
|
| 2712 |
+ <tr> |
|
| 2713 |
+ <td><span class="font_b">[data].remainMsgCnt</span></td> |
|
| 2714 |
+ <td>남은 문자 건수</td> |
|
| 2715 |
+ <td>String</td> |
|
| 2716 |
+ </tr> |
|
| 2717 |
+ <tr> |
|
| 2718 |
+ <td><span class="font_b">[data].totMsgCnt</span></td> |
|
| 2719 |
+ <td>전체 문자 개수</td> |
|
| 2720 |
+ <td>String</td> |
|
| 2721 |
+ </tr> |
|
| 2722 |
+ </tbody> |
|
| 2723 |
+ </table> |
|
| 2724 |
+ <div class="table_info"> |
|
| 2725 |
+ <p>※ JSON 객체로 응답합니다.</p> |
|
| 2726 |
+ </div> |
|
| 2727 |
+ </div> |
|
| 2728 |
+ <div class="box"> |
|
| 2729 |
+ <div class="title_t1"><span class="ex">[Example]</span><span class="ex_success">O 성공 예시</span></div> |
|
| 2730 |
+ <div class="code_view"> |
|
| 2731 |
+ <p>{</p> |
|
| 2732 |
+ <div class="indent"> |
|
| 2733 |
+ <p><span>"resultCode"</span>:"0"</p> |
|
| 2734 |
+ <p>,<span>"data"</span>:[</p> |
|
| 2735 |
+ <p>{</p> |
|
| 2736 |
+ <div class="indent_t1"> |
|
| 2737 |
+ <p><span>"resultCode"</span>:"0"</p> |
|
| 2738 |
+ <p>,<span>"message"</span>: null</p> |
|
| 2739 |
+ <p>,<span>"next_yn"</span>:"n"</p> |
|
| 2740 |
+ <p>,<span>"msgGroupId"</span>:"MSGGID_0000000000000"</p> |
|
| 2741 |
+ <p>,<span>"objectList"</span>:[</p> |
|
| 2742 |
+ <p>{</p> |
|
| 2743 |
+ <div class="indent_t2"> |
|
| 2744 |
+ <p><span>"msgTypeName"</span>:"단문(SMS)"</p> |
|
| 2745 |
+ <p>,<span>"msgType"</span>:"4"</p> |
|
| 2746 |
+ <p>,<span>"callFrom"</span>:"01011112222"</p> |
|
| 2747 |
+ <p>,<span>"callTo"</span>:"01011112223"</p> |
|
| 2748 |
+ <p>,<span>"msgGroupCnt"</span>:"2"</p> |
|
| 2749 |
+ <p>,<span>"msgGroupId"</span>:"MSGGID_0000000013340"</p> |
|
| 2750 |
+ <p>,<span>"msgId"</span>:"MSGID_0000000000001"</p> |
|
| 2751 |
+ <p>,<span>"scnt"</span>:null</p> |
|
| 2752 |
+ <p>,<span>"fcnt"</span>:null</p> |
|
| 2753 |
+ <p>,<span>"wcnt"</span>:null</p> |
|
| 2754 |
+ <p>,<span>"msgResult"</span>:"S"</p> |
|
| 2755 |
+ <p>,<span>"smsTxt"</span>:"문자 내용 단문 예제"</p> |
|
| 2756 |
+ <p>,<span>"subject"</span>:null</p> |
|
| 2757 |
+ <p>,<span>"reqdate"</span>:"2023-06-13 17:48:08"</p> |
|
| 2758 |
+ <p>,<span>"curState"</span>:"3"</p> |
|
| 2759 |
+ <p>,<span>"userId"</span>:"testuser"</p> |
|
| 2760 |
+ <p>,<span>"regdate"</span>:"2023-06-13 17:48:07"</p> |
|
| 2761 |
+ <p>,<span>"reserveCYn"</span>:"N"</p> |
|
| 2762 |
+ <p>,<span>"ttlCnt"</span>:"10"</p> |
|
| 2763 |
+ <p>,<span>"remainMsgCnt"</span>:"0"</p> |
|
| 2764 |
+ <p>,<span>"totMsgCnt"</span>:"10"</p> |
|
| 2765 |
+ </div> |
|
| 2766 |
+ <p>}</p> |
|
| 2767 |
+ <p>,{</p> |
|
| 2768 |
+ <div class="indent_t2"> |
|
| 2769 |
+ <p><span>"msgTypeName"</span>:"단문(SMS)"</p> |
|
| 2770 |
+ <p>,<span>"msgType"</span>:"4"</p> |
|
| 2771 |
+ <p>,<span>"callFrom"</span>:"01011112222"</p> |
|
| 2772 |
+ <p>,<span>"callTo"</span>:"01011112223"</p> |
|
| 2773 |
+ <p>,<span>"msgGroupCnt"</span>:"2"</p> |
|
| 2774 |
+ <p>,<span>"msgGroupId"</span>:"MSGGID_0000000013340"</p> |
|
| 2775 |
+ <p>,<span>"msgId"</span>:"MSGID_0000000000002"</p> |
|
| 2776 |
+ <p>,<span>"scnt"</span>:null</p> |
|
| 2777 |
+ <p>,<span>"fcnt"</span>:null</p> |
|
| 2778 |
+ <p>,<span>"wcnt"</span>:null</p> |
|
| 2779 |
+ <p>,<span>"msgResult"</span>:"S"</p> |
|
| 2780 |
+ <p>,<span>"smsTxt"</span>:"문자 내용 단문 예제"</p> |
|
| 2781 |
+ <p>,<span>subject"</span>:null</p> |
|
| 2782 |
+ <p>,<span>reqdate"</span>:"2023-06-13 17:48:09"</p> |
|
| 2783 |
+ <p>,<span>"curState"</span>:"3"</p> |
|
| 2784 |
+ <p>,<span>"userId"</span>:"testuser"</p> |
|
| 2785 |
+ <p>,<span>"regdate"</span>:"2023-06-13 17:48:07"</p> |
|
| 2786 |
+ <p>,<span>"reserveCYn"</span>:"N"</p> |
|
| 2787 |
+ <p>,<span>"ttlCnt"</span>:"10"</p> |
|
| 2788 |
+ <p>,<span>"remainMsgCnt"</span>:"0"</p> |
|
| 2789 |
+ <p>,<span>"totMsgCnt"</span>:"10"</p> |
|
| 2790 |
+ <p>}</p> |
|
| 2791 |
+ </div> |
|
| 2792 |
+ <p>]</p> |
|
| 2793 |
+ </div> |
|
| 2794 |
+ <p class="l_code_t2">}</p> |
|
| 2795 |
+ <p>]</p> |
|
| 2796 |
+ </div> |
|
| 2797 |
+ <p class="l_code">}</p> |
|
| 2798 |
+ </div> |
|
| 2799 |
+ </div> |
|
| 2800 |
+ <div class="box"> |
|
| 2801 |
+ <div class="title_t1"><span class="ex">[Example]</span><span class="ex_fail">X 실패 예시</span></div> |
|
| 2802 |
+ <div class="code_view"> |
|
| 2803 |
+ <p>{</p> |
|
| 2804 |
+ <div class="indent"> |
|
| 2805 |
+ <p><span>"resultCode"</span>:"4099"</p> |
|
| 2806 |
+ <p>,<span>"data"</span>:"기타 시스템 오류"</p> |
|
| 2807 |
+ </div> |
|
| 2808 |
+ <p class="l_code">}</p> |
|
| 2809 |
+ </div> |
|
| 2810 |
+ </div> |
|
| 2811 |
+ <!--// Response--> |
|
| 2812 |
+ </div> |
|
| 2813 |
+ |
|
| 2814 |
+ </div> |
|
| 2815 |
+ <div class="api_guide_con" id="tab2_10"> |
|
| 2816 |
+ |
|
| 2817 |
+ <ul class="info"> |
|
| 2818 |
+ <li>- 보유캐시로 발송 가능한 문자의 건수를 단문(SMS), 장문(LMS), 그림(MMS)별로 각각 확인할 수 있습니다.</li> |
|
| 2819 |
+ <li>- 위 문자유형별 발송 가능건수는 개인별로 적용된 단가를 기준으로 산출되며, "첫결제 이벤트"는 적용되지 않습니다.</li> |
|
| 2820 |
+ </ul> |
|
| 2821 |
+ |
|
| 2822 |
+ <div class="re_cont"> |
|
| 2823 |
+ <!--Request--> |
|
| 2824 |
+ <div class="req_title">Request</div> |
|
| 2825 |
+ <div class="box"> |
|
| 2826 |
+ <div class="text"> |
|
| 2827 |
+ <h4>Request</h4> |
|
| 2828 |
+ <table> |
|
| 2829 |
+ <caption>API Request Http Method, 프로토콜, HOST, Service Port 정보 테이블</caption> |
|
| 2830 |
+ <colgroup> |
|
| 2831 |
+ <col style="width:20%;"> |
|
| 2832 |
+ <col style="width:80%;"> |
|
| 2833 |
+ </colgroup> |
|
| 2834 |
+ <tr> |
|
| 2835 |
+ <th>Http Method</th> |
|
| 2836 |
+ <td>POST</td> |
|
| 2837 |
+ </tr> |
|
| 2838 |
+ <tr> |
|
| 2839 |
+ <th>프로토콜</th> |
|
| 2840 |
+ <td>HHTP/1.1</td> |
|
| 2841 |
+ </tr> |
|
| 2842 |
+ <tr> |
|
| 2843 |
+ <th>HOST</th> |
|
| 2844 |
+ <td>api.munjaon.co.kr</td> |
|
| 2845 |
+ </tr> |
|
| 2846 |
+ <tr> |
|
| 2847 |
+ <th>Service Port</th> |
|
| 2848 |
+ <td>443</td> |
|
| 2849 |
+ </tr> |
|
| 2850 |
+ </table> |
|
| 2851 |
+ </div> |
|
| 2852 |
+ </div> |
|
| 2853 |
+ <div class="type_table"> |
|
| 2854 |
+ <table> |
|
| 2855 |
+ <caption>발송가능 건수 API Request 키 종류 및 설명, 타입, 필수 여부 테이블</caption> |
|
| 2856 |
+ <colgroup> |
|
| 2857 |
+ <col style="width:20%;"> |
|
| 2858 |
+ <col style="width:45%;"> |
|
| 2859 |
+ <col style="width:25%"> |
|
| 2860 |
+ <col style="width:10%"> |
|
| 2861 |
+ </colgroup> |
|
| 2862 |
+ <thead> |
|
| 2863 |
+ <tr> |
|
| 2864 |
+ <th>키</th> |
|
| 2865 |
+ <th>설명</th> |
|
| 2866 |
+ <th>타입</th> |
|
| 2867 |
+ <th>필수</th> |
|
| 2868 |
+ </tr> |
|
| 2869 |
+ </thead> |
|
| 2870 |
+ <tbody> |
|
| 2871 |
+ <tr> |
|
| 2872 |
+ <td><span class="font_b">mberId</span></td> |
|
| 2873 |
+ <td>사용자 ID</td> |
|
| 2874 |
+ <td>String</td> |
|
| 2875 |
+ <td><span class="select_o">O</span></td> |
|
| 2876 |
+ </tr> |
|
| 2877 |
+ <tr> |
|
| 2878 |
+ <td><span class="font_b">accessKey</span></td> |
|
| 2879 |
+ <td>인증용 API Key</td> |
|
| 2880 |
+ <td>String</td> |
|
| 2881 |
+ <td><span class="select_o">O</span></td> |
|
| 2882 |
+ </tr> |
|
| 2883 |
+ </tbody> |
|
| 2884 |
+ </table> |
|
| 2885 |
+ <div class="table_info"> |
|
| 2886 |
+ <p>※ HTTPS 프로토콜을 사용하여 POST로 요청합니다.</p> |
|
| 2887 |
+ </div> |
|
| 2888 |
+ </div> |
|
| 2889 |
+ <div class="box"> |
|
| 2890 |
+ <div class="title">[Example]</div> |
|
| 2891 |
+ <div class="code_view"> |
|
| 2892 |
+ <p>{</p> |
|
| 2893 |
+ <div class="indent"> |
|
| 2894 |
+ <p><span>"mberId"</span>:"String"</p> |
|
| 2895 |
+ <p>,<span>"accessKey"</span>:"String"</p> |
|
| 2896 |
+ </div> |
|
| 2897 |
+ <p class="l_code">}</p> |
|
| 2898 |
+ </div> |
|
| 2899 |
+ </div> |
|
| 2900 |
+ <!--// Request--> |
|
| 2901 |
+ <!-- Response--> |
|
| 2902 |
+ <div class="res_title">Response</div> |
|
| 2903 |
+ <div class="type_table"> |
|
| 2904 |
+ <table> |
|
| 2905 |
+ <caption>발송가능 건수 API Response 키 종류 및 설명, 타입 테이블</caption> |
|
| 2906 |
+ <colgroup> |
|
| 2907 |
+ <col style="width:20%;"> |
|
| 2908 |
+ <col style="width:60%;"> |
|
| 2909 |
+ <col style="width:20%;"> |
|
| 2910 |
+ </colgroup> |
|
| 2911 |
+ <thead> |
|
| 2912 |
+ <tr> |
|
| 2913 |
+ <th>키</th> |
|
| 2914 |
+ <th>설명</th> |
|
| 2915 |
+ <th>타입</th> |
|
| 2916 |
+ </tr> |
|
| 2917 |
+ </thead> |
|
| 2918 |
+ <tbody> |
|
| 2919 |
+ <tr> |
|
| 2920 |
+ <td><span class="font_b">resultCode</span></td> |
|
| 2921 |
+ <td>성공 여부("0" 아니면 실패)</td>
|
|
| 2922 |
+ <td>String</td> |
|
| 2923 |
+ </tr> |
|
| 2924 |
+ <tr> |
|
| 2925 |
+ <td><span class="font_b">data</span></td> |
|
| 2926 |
+ <td>결과값 객체(성공 : 데이터, 실패 : 메시지)</td> |
|
| 2927 |
+ <td>Object</td> |
|
| 2928 |
+ </tr> |
|
| 2929 |
+ <tr> |
|
| 2930 |
+ <td><span class="font_b">[data].longPrice</span></td> |
|
| 2931 |
+ <td>장문 단가</td> |
|
| 2932 |
+ <td>String</td> |
|
| 2933 |
+ </tr> |
|
| 2934 |
+ <tr> |
|
| 2935 |
+ <td><span class="font_b">[data].longSendPsbltEa</span></td> |
|
| 2936 |
+ <td>장문 발송 가능 건수</td> |
|
| 2937 |
+ <td>String</td> |
|
| 2938 |
+ </tr> |
|
| 2939 |
+ <tr> |
|
| 2940 |
+ <td><span class="font_b">[data].mberMoney</span></td> |
|
| 2941 |
+ <td>현재 보유 금액</td> |
|
| 2942 |
+ <td>String</td> |
|
| 2943 |
+ </tr> |
|
| 2944 |
+ <tr> |
|
| 2945 |
+ <td><span class="font_b">[data].message</span></td> |
|
| 2946 |
+ <td>문자</td> |
|
| 2947 |
+ <td>String</td> |
|
| 2948 |
+ </tr> |
|
| 2949 |
+ <tr> |
|
| 2950 |
+ <td><span class="font_b">[data].picturePrice</span></td> |
|
| 2951 |
+ <td>그림문자 단가</td> |
|
| 2952 |
+ <td>String</td> |
|
| 2953 |
+ </tr> |
|
| 2954 |
+ <tr> |
|
| 2955 |
+ <td><span class="font_b">[data].pictureSendPsbltEa</span></td> |
|
| 2956 |
+ <td>그림문자 발송 가능 건수</td> |
|
| 2957 |
+ <td>String</td> |
|
| 2958 |
+ </tr> |
|
| 2959 |
+ <tr> |
|
| 2960 |
+ <td><span class="font_b">[data].shortPrice</span></td> |
|
| 2961 |
+ <td>단문 단가</td> |
|
| 2962 |
+ <td>String</td> |
|
| 2963 |
+ </tr> |
|
| 2964 |
+ <tr> |
|
| 2965 |
+ <td><span class="font_b">[data].shortSendPsbltEa</span></td> |
|
| 2966 |
+ <td>단문 발송 가능 건수</td> |
|
| 2967 |
+ <td>String</td> |
|
| 2968 |
+ </tr> |
|
| 2969 |
+ </tbody> |
|
| 2970 |
+ </table> |
|
| 2971 |
+ <div class="table_info"> |
|
| 2972 |
+ <p>※ JSON 객체로 응답합니다.</p> |
|
| 2973 |
+ </div> |
|
| 2974 |
+ </div> |
|
| 2975 |
+ <div class="box"> |
|
| 2976 |
+ <div class="title_t1"><span class="ex">[Example]</span><span class="ex_success">O 성공 예시</span></div> |
|
| 2977 |
+ <div class="code_view"> |
|
| 2978 |
+ <p>{</p> |
|
| 2979 |
+ <div class="indent"> |
|
| 2980 |
+ <p><span>"resultCode"</span>:"0"</p> |
|
| 2981 |
+ <p>,<span>"data"</span>{</p> |
|
| 2982 |
+ <div class="indent_t1"> |
|
| 2983 |
+ <p><span>"longPrice"</span>:"50"</p> |
|
| 2984 |
+ <p>,<span>"longSendPsbltEa"</span>:"19651"</p> |
|
| 2985 |
+ <p>,<span>"mberMoney"</span>:"982586.7"</p> |
|
| 2986 |
+ <p>,<span>"message"</span>:null</p> |
|
| 2987 |
+ <p>,<span>"picturePrice"</span>:"90"</p> |
|
| 2988 |
+ <p>,<span>"pictureSendPsbltEa"</span>:"10917"</p> |
|
| 2989 |
+ <p>,<span>"shortPrice"</span>:"18"</p> |
|
| 2990 |
+ <p>,<span>"shortSendPsbltEa"</span>:"54588"</p> |
|
| 2991 |
+ </div> |
|
| 2992 |
+ <p>}</p> |
|
| 2993 |
+ </div> |
|
| 2994 |
+ <p class="l_code">}</p> |
|
| 2995 |
+ </div> |
|
| 2996 |
+ </div> |
|
| 2997 |
+ <div class="box"> |
|
| 2998 |
+ <div class="title_t1"><span class="ex">[Example]</span><span class="ex_fail">X 실패 예시</span></div> |
|
| 2999 |
+ <div class="code_view"> |
|
| 3000 |
+ <p>{</p> |
|
| 3001 |
+ <div class="indent"> |
|
| 3002 |
+ <p><span>"resultCode"</span>:"5099"</p> |
|
| 3003 |
+ <p>,<span>"data"</span>:"기타 시스템 오류"</p> |
|
| 3004 |
+ </div> |
|
| 3005 |
+ <p class="l_code">}</p> |
|
| 3006 |
+ </div> |
|
| 3007 |
+ </div> |
|
| 3008 |
+ <!--// Response--> |
|
| 3009 |
+ </div> |
|
| 3010 |
+ </div> |
|
| 3011 |
+ <div class="api_guide_con" id="tab2_11"> |
|
| 3012 |
+ |
|
| 3013 |
+ <ul class="info"> |
|
| 3014 |
+ <li>- 보유캐시로 발송 가능한 문자의 건수를 단문(SMS), 장문(LMS), 그림(MMS)별로 각각 확인할 수 있습니다.</li> |
|
| 3015 |
+ <li>- 위 문자유형별 발송 가능건수는 개인별로 적용된 단가를 기준으로 산출되며, "첫결제 이벤트"는 적용되지 않습니다.</li> |
|
| 3016 |
+ </ul> |
|
| 3017 |
+ |
|
| 3018 |
+ <div class="re_cont"> |
|
| 3019 |
+ <!--Request--> |
|
| 3020 |
+ <div class="req_title">Request</div> |
|
| 3021 |
+ <div class="box"> |
|
| 3022 |
+ <div class="text"> |
|
| 3023 |
+ <h4>Request</h4> |
|
| 3024 |
+ <table> |
|
| 3025 |
+ <caption>API Request Http Method, 프로토콜, HOST, Service Port 정보 테이블</caption> |
|
| 3026 |
+ <colgroup> |
|
| 3027 |
+ <col style="width:20%;"> |
|
| 3028 |
+ <col style="width:80%;"> |
|
| 3029 |
+ </colgroup> |
|
| 3030 |
+ <tr> |
|
| 3031 |
+ <th>Http Method</th> |
|
| 3032 |
+ <td>POST</td> |
|
| 3033 |
+ </tr> |
|
| 3034 |
+ <tr> |
|
| 3035 |
+ <th>프로토콜</th> |
|
| 3036 |
+ <td>HHTP/1.1</td> |
|
| 3037 |
+ </tr> |
|
| 3038 |
+ <tr> |
|
| 3039 |
+ <th>HOST</th> |
|
| 3040 |
+ <td>api.munjaon.co.kr</td> |
|
| 3041 |
+ </tr> |
|
| 3042 |
+ <tr> |
|
| 3043 |
+ <th>Service Port</th> |
|
| 3044 |
+ <td>443</td> |
|
| 3045 |
+ </tr> |
|
| 3046 |
+ </table> |
|
| 3047 |
+ </div> |
|
| 3048 |
+ </div> |
|
| 3049 |
+ <div class="type_table"> |
|
| 3050 |
+ <table> |
|
| 3051 |
+ <caption>발송가능 건수 API Request 키 종류 및 설명, 타입, 필수 여부 테이블</caption> |
|
| 3052 |
+ <colgroup> |
|
| 3053 |
+ <col style="width:20%;"> |
|
| 3054 |
+ <col style="width:45%;"> |
|
| 3055 |
+ <col style="width:25%"> |
|
| 3056 |
+ <col style="width:10%"> |
|
| 3057 |
+ </colgroup> |
|
| 3058 |
+ <thead> |
|
| 3059 |
+ <tr> |
|
| 3060 |
+ <th>키</th> |
|
| 3061 |
+ <th>설명</th> |
|
| 3062 |
+ <th>타입</th> |
|
| 3063 |
+ <th>필수</th> |
|
| 3064 |
+ </tr> |
|
| 3065 |
+ </thead> |
|
| 3066 |
+ <tbody> |
|
| 3067 |
+ <tr> |
|
| 3068 |
+ <td><span class="font_b">mberId</span></td> |
|
| 3069 |
+ <td>사용자 ID</td> |
|
| 3070 |
+ <td>String</td> |
|
| 3071 |
+ <td><span class="select_o">O</span></td> |
|
| 3072 |
+ </tr> |
|
| 3073 |
+ <tr> |
|
| 3074 |
+ <td><span class="font_b">accessKey</span></td> |
|
| 3075 |
+ <td>인증용 API Key</td> |
|
| 3076 |
+ <td>String</td> |
|
| 3077 |
+ <td><span class="select_o">O</span></td> |
|
| 3078 |
+ </tr> |
|
| 3079 |
+ </tbody> |
|
| 3080 |
+ </table> |
|
| 3081 |
+ <div class="table_info"> |
|
| 3082 |
+ <p>※ HTTPS 프로토콜을 사용하여 POST로 요청합니다.</p> |
|
| 3083 |
+ </div> |
|
| 3084 |
+ </div> |
|
| 3085 |
+ <div class="box"> |
|
| 3086 |
+ <div class="title">[Example]</div> |
|
| 3087 |
+ <div class="code_view"> |
|
| 3088 |
+ <p>{</p> |
|
| 3089 |
+ <div class="indent"> |
|
| 3090 |
+ <p><span>"mberId"</span>:"String"</p> |
|
| 3091 |
+ <p>,<span>"accessKey"</span>:"String"</p> |
|
| 3092 |
+ </div> |
|
| 3093 |
+ <p class="l_code">}</p> |
|
| 3094 |
+ </div> |
|
| 3095 |
+ </div> |
|
| 3096 |
+ <!--// Request--> |
|
| 3097 |
+ <!-- Response--> |
|
| 3098 |
+ <div class="res_title">Response</div> |
|
| 3099 |
+ <div class="type_table"> |
|
| 3100 |
+ <table> |
|
| 3101 |
+ <caption>발송가능 건수 API Response 키 종류 및 설명, 타입 테이블</caption> |
|
| 3102 |
+ <colgroup> |
|
| 3103 |
+ <col style="width:20%;"> |
|
| 3104 |
+ <col style="width:60%;"> |
|
| 3105 |
+ <col style="width:20%;"> |
|
| 3106 |
+ </colgroup> |
|
| 3107 |
+ <thead> |
|
| 3108 |
+ <tr> |
|
| 3109 |
+ <th>키</th> |
|
| 3110 |
+ <th>설명</th> |
|
| 3111 |
+ <th>타입</th> |
|
| 3112 |
+ </tr> |
|
| 3113 |
+ </thead> |
|
| 3114 |
+ <tbody> |
|
| 3115 |
+ <tr> |
|
| 3116 |
+ <td><span class="font_b">resultCode</span></td> |
|
| 3117 |
+ <td>성공 여부("0" 아니면 실패)</td>
|
|
| 3118 |
+ <td>String</td> |
|
| 3119 |
+ </tr> |
|
| 3120 |
+ <tr> |
|
| 3121 |
+ <td><span class="font_b">data</span></td> |
|
| 3122 |
+ <td>결과값 객체(성공 : 데이터, 실패 : 메시지)</td> |
|
| 3123 |
+ <td>Object</td> |
|
| 3124 |
+ </tr> |
|
| 3125 |
+ <tr> |
|
| 3126 |
+ <td><span class="font_b">[data].longPrice</span></td> |
|
| 3127 |
+ <td>장문 단가</td> |
|
| 3128 |
+ <td>String</td> |
|
| 3129 |
+ </tr> |
|
| 3130 |
+ <tr> |
|
| 3131 |
+ <td><span class="font_b">[data].longSendPsbltEa</span></td> |
|
| 3132 |
+ <td>장문 발송 가능 건수</td> |
|
| 3133 |
+ <td>String</td> |
|
| 3134 |
+ </tr> |
|
| 3135 |
+ <tr> |
|
| 3136 |
+ <td><span class="font_b">[data].mberMoney</span></td> |
|
| 3137 |
+ <td>현재 보유 금액</td> |
|
| 3138 |
+ <td>String</td> |
|
| 3139 |
+ </tr> |
|
| 3140 |
+ <tr> |
|
| 3141 |
+ <td><span class="font_b">[data].message</span></td> |
|
| 3142 |
+ <td>문자</td> |
|
| 3143 |
+ <td>String</td> |
|
| 3144 |
+ </tr> |
|
| 3145 |
+ <tr> |
|
| 3146 |
+ <td><span class="font_b">[data].picturePrice</span></td> |
|
| 3147 |
+ <td>그림문자 단가</td> |
|
| 3148 |
+ <td>String</td> |
|
| 3149 |
+ </tr> |
|
| 3150 |
+ <tr> |
|
| 3151 |
+ <td><span class="font_b">[data].pictureSendPsbltEa</span></td> |
|
| 3152 |
+ <td>그림문자 발송 가능 건수</td> |
|
| 3153 |
+ <td>String</td> |
|
| 3154 |
+ </tr> |
|
| 3155 |
+ <tr> |
|
| 3156 |
+ <td><span class="font_b">[data].shortPrice</span></td> |
|
| 3157 |
+ <td>단문 단가</td> |
|
| 3158 |
+ <td>String</td> |
|
| 3159 |
+ </tr> |
|
| 3160 |
+ <tr> |
|
| 3161 |
+ <td><span class="font_b">[data].shortSendPsbltEa</span></td> |
|
| 3162 |
+ <td>단문 발송 가능 건수</td> |
|
| 3163 |
+ <td>String</td> |
|
| 3164 |
+ </tr> |
|
| 3165 |
+ </tbody> |
|
| 3166 |
+ </table> |
|
| 3167 |
+ <div class="table_info"> |
|
| 3168 |
+ <p>※ JSON 객체로 응답합니다.</p> |
|
| 3169 |
+ </div> |
|
| 3170 |
+ </div> |
|
| 3171 |
+ <div class="box"> |
|
| 3172 |
+ <div class="title_t1"><span class="ex">[Example]</span><span class="ex_success">O 성공 예시</span></div> |
|
| 3173 |
+ <div class="code_view"> |
|
| 3174 |
+ <p>{</p> |
|
| 3175 |
+ <div class="indent"> |
|
| 3176 |
+ <p><span>"resultCode"</span>:"0"</p> |
|
| 3177 |
+ <p>,<span>"data"</span>{</p> |
|
| 3178 |
+ <div class="indent_t1"> |
|
| 3179 |
+ <p><span>"longPrice"</span>:"50"</p> |
|
| 3180 |
+ <p>,<span>"longSendPsbltEa"</span>:"19651"</p> |
|
| 3181 |
+ <p>,<span>"mberMoney"</span>:"982586.7"</p> |
|
| 3182 |
+ <p>,<span>"message"</span>:null</p> |
|
| 3183 |
+ <p>,<span>"picturePrice"</span>:"90"</p> |
|
| 3184 |
+ <p>,<span>"pictureSendPsbltEa"</span>:"10917"</p> |
|
| 3185 |
+ <p>,<span>"shortPrice"</span>:"18"</p> |
|
| 3186 |
+ <p>,<span>"shortSendPsbltEa"</span>:"54588"</p> |
|
| 3187 |
+ </div> |
|
| 3188 |
+ <p>}</p> |
|
| 3189 |
+ </div> |
|
| 3190 |
+ <p class="l_code">}</p> |
|
| 3191 |
+ </div> |
|
| 3192 |
+ </div> |
|
| 3193 |
+ <div class="box"> |
|
| 3194 |
+ <div class="title_t1"><span class="ex">[Example]</span><span class="ex_fail">X 실패 예시</span></div> |
|
| 3195 |
+ <div class="code_view"> |
|
| 3196 |
+ <p>{</p> |
|
| 3197 |
+ <div class="indent"> |
|
| 3198 |
+ <p><span>"resultCode"</span>:"5099"</p> |
|
| 3199 |
+ <p>,<span>"data"</span>:"기타 시스템 오류"</p> |
|
| 3200 |
+ </div> |
|
| 3201 |
+ <p class="l_code">}</p> |
|
| 3202 |
+ </div> |
|
| 3203 |
+ </div> |
|
| 3204 |
+ <!--// Response--> |
|
| 3205 |
+ </div> |
|
| 3206 |
+ </div> |
|
| 3207 |
+ <div class="api_guide_con" id="tab2_12"> |
|
| 3208 |
+ |
|
| 3209 |
+ <ul class="info"> |
|
| 3210 |
+ <li>- 보유캐시로 발송 가능한 문자의 건수를 단문(SMS), 장문(LMS), 그림(MMS)별로 각각 확인할 수 있습니다.</li> |
|
| 3211 |
+ <li>- 위 문자유형별 발송 가능건수는 개인별로 적용된 단가를 기준으로 산출되며, "첫결제 이벤트"는 적용되지 않습니다.</li> |
|
| 3212 |
+ </ul> |
|
| 3213 |
+ |
|
| 3214 |
+ <div class="re_cont"> |
|
| 3215 |
+ <!--Request--> |
|
| 3216 |
+ <div class="req_title">Request</div> |
|
| 3217 |
+ <div class="box"> |
|
| 3218 |
+ <div class="text"> |
|
| 3219 |
+ <h4>Request</h4> |
|
| 3220 |
+ <table> |
|
| 3221 |
+ <caption>API Request Http Method, 프로토콜, HOST, Service Port 정보 테이블</caption> |
|
| 3222 |
+ <colgroup> |
|
| 3223 |
+ <col style="width:20%;"> |
|
| 3224 |
+ <col style="width:80%;"> |
|
| 3225 |
+ </colgroup> |
|
| 3226 |
+ <tr> |
|
| 3227 |
+ <th>Http Method</th> |
|
| 3228 |
+ <td>POST</td> |
|
| 3229 |
+ </tr> |
|
| 3230 |
+ <tr> |
|
| 3231 |
+ <th>프로토콜</th> |
|
| 3232 |
+ <td>HHTP/1.1</td> |
|
| 3233 |
+ </tr> |
|
| 3234 |
+ <tr> |
|
| 3235 |
+ <th>HOST</th> |
|
| 3236 |
+ <td>api.munjaon.co.kr</td> |
|
| 3237 |
+ </tr> |
|
| 3238 |
+ <tr> |
|
| 3239 |
+ <th>Service Port</th> |
|
| 3240 |
+ <td>443</td> |
|
| 3241 |
+ </tr> |
|
| 3242 |
+ </table> |
|
| 3243 |
+ </div> |
|
| 3244 |
+ </div> |
|
| 3245 |
+ <div class="type_table"> |
|
| 3246 |
+ <table> |
|
| 3247 |
+ <caption>발송가능 건수 API Request 키 종류 및 설명, 타입, 필수 여부 테이블</caption> |
|
| 3248 |
+ <colgroup> |
|
| 3249 |
+ <col style="width:20%;"> |
|
| 3250 |
+ <col style="width:45%;"> |
|
| 3251 |
+ <col style="width:25%"> |
|
| 3252 |
+ <col style="width:10%"> |
|
| 3253 |
+ </colgroup> |
|
| 3254 |
+ <thead> |
|
| 3255 |
+ <tr> |
|
| 3256 |
+ <th>키</th> |
|
| 3257 |
+ <th>설명</th> |
|
| 3258 |
+ <th>타입</th> |
|
| 3259 |
+ <th>필수</th> |
|
| 3260 |
+ </tr> |
|
| 3261 |
+ </thead> |
|
| 3262 |
+ <tbody> |
|
| 3263 |
+ <tr> |
|
| 3264 |
+ <td><span class="font_b">mberId</span></td> |
|
| 3265 |
+ <td>사용자 ID</td> |
|
| 3266 |
+ <td>String</td> |
|
| 3267 |
+ <td><span class="select_o">O</span></td> |
|
| 3268 |
+ </tr> |
|
| 3269 |
+ <tr> |
|
| 3270 |
+ <td><span class="font_b">accessKey</span></td> |
|
| 3271 |
+ <td>인증용 API Key</td> |
|
| 3272 |
+ <td>String</td> |
|
| 3273 |
+ <td><span class="select_o">O</span></td> |
|
| 3274 |
+ </tr> |
|
| 3275 |
+ </tbody> |
|
| 3276 |
+ </table> |
|
| 3277 |
+ <div class="table_info"> |
|
| 3278 |
+ <p>※ HTTPS 프로토콜을 사용하여 POST로 요청합니다.</p> |
|
| 3279 |
+ </div> |
|
| 3280 |
+ </div> |
|
| 3281 |
+ <div class="box"> |
|
| 3282 |
+ <div class="title">[Example]</div> |
|
| 3283 |
+ <div class="code_view"> |
|
| 3284 |
+ <p>{</p> |
|
| 3285 |
+ <div class="indent"> |
|
| 3286 |
+ <p><span>"mberId"</span>:"String"</p> |
|
| 3287 |
+ <p>,<span>"accessKey"</span>:"String"</p> |
|
| 3288 |
+ </div> |
|
| 3289 |
+ <p class="l_code">}</p> |
|
| 3290 |
+ </div> |
|
| 3291 |
+ </div> |
|
| 3292 |
+ <!--// Request--> |
|
| 3293 |
+ <!-- Response--> |
|
| 3294 |
+ <div class="res_title">Response</div> |
|
| 3295 |
+ <div class="type_table"> |
|
| 3296 |
+ <table> |
|
| 3297 |
+ <caption>발송가능 건수 API Response 키 종류 및 설명, 타입 테이블</caption> |
|
| 3298 |
+ <colgroup> |
|
| 3299 |
+ <col style="width:20%;"> |
|
| 3300 |
+ <col style="width:60%;"> |
|
| 3301 |
+ <col style="width:20%;"> |
|
| 3302 |
+ </colgroup> |
|
| 3303 |
+ <thead> |
|
| 3304 |
+ <tr> |
|
| 3305 |
+ <th>키</th> |
|
| 3306 |
+ <th>설명</th> |
|
| 3307 |
+ <th>타입</th> |
|
| 3308 |
+ </tr> |
|
| 3309 |
+ </thead> |
|
| 3310 |
+ <tbody> |
|
| 3311 |
+ <tr> |
|
| 3312 |
+ <td><span class="font_b">resultCode</span></td> |
|
| 3313 |
+ <td>성공 여부("0" 아니면 실패)</td>
|
|
| 3314 |
+ <td>String</td> |
|
| 3315 |
+ </tr> |
|
| 3316 |
+ <tr> |
|
| 3317 |
+ <td><span class="font_b">data</span></td> |
|
| 3318 |
+ <td>결과값 객체(성공 : 데이터, 실패 : 메시지)</td> |
|
| 3319 |
+ <td>Object</td> |
|
| 3320 |
+ </tr> |
|
| 3321 |
+ <tr> |
|
| 3322 |
+ <td><span class="font_b">[data].longPrice</span></td> |
|
| 3323 |
+ <td>장문 단가</td> |
|
| 3324 |
+ <td>String</td> |
|
| 3325 |
+ </tr> |
|
| 3326 |
+ <tr> |
|
| 3327 |
+ <td><span class="font_b">[data].longSendPsbltEa</span></td> |
|
| 3328 |
+ <td>장문 발송 가능 건수</td> |
|
| 3329 |
+ <td>String</td> |
|
| 3330 |
+ </tr> |
|
| 3331 |
+ <tr> |
|
| 3332 |
+ <td><span class="font_b">[data].mberMoney</span></td> |
|
| 3333 |
+ <td>현재 보유 금액</td> |
|
| 3334 |
+ <td>String</td> |
|
| 3335 |
+ </tr> |
|
| 3336 |
+ <tr> |
|
| 3337 |
+ <td><span class="font_b">[data].message</span></td> |
|
| 3338 |
+ <td>문자</td> |
|
| 3339 |
+ <td>String</td> |
|
| 3340 |
+ </tr> |
|
| 3341 |
+ <tr> |
|
| 3342 |
+ <td><span class="font_b">[data].picturePrice</span></td> |
|
| 3343 |
+ <td>그림문자 단가</td> |
|
| 3344 |
+ <td>String</td> |
|
| 3345 |
+ </tr> |
|
| 3346 |
+ <tr> |
|
| 3347 |
+ <td><span class="font_b">[data].pictureSendPsbltEa</span></td> |
|
| 3348 |
+ <td>그림문자 발송 가능 건수</td> |
|
| 3349 |
+ <td>String</td> |
|
| 3350 |
+ </tr> |
|
| 3351 |
+ <tr> |
|
| 3352 |
+ <td><span class="font_b">[data].shortPrice</span></td> |
|
| 3353 |
+ <td>단문 단가</td> |
|
| 3354 |
+ <td>String</td> |
|
| 3355 |
+ </tr> |
|
| 3356 |
+ <tr> |
|
| 3357 |
+ <td><span class="font_b">[data].shortSendPsbltEa</span></td> |
|
| 3358 |
+ <td>단문 발송 가능 건수</td> |
|
| 3359 |
+ <td>String</td> |
|
| 3360 |
+ </tr> |
|
| 3361 |
+ </tbody> |
|
| 3362 |
+ </table> |
|
| 3363 |
+ <div class="table_info"> |
|
| 3364 |
+ <p>※ JSON 객체로 응답합니다.</p> |
|
| 3365 |
+ </div> |
|
| 3366 |
+ </div> |
|
| 3367 |
+ <div class="box"> |
|
| 3368 |
+ <div class="title_t1"><span class="ex">[Example]</span><span class="ex_success">O 성공 예시</span></div> |
|
| 3369 |
+ <div class="code_view"> |
|
| 3370 |
+ <p>{</p> |
|
| 3371 |
+ <div class="indent"> |
|
| 3372 |
+ <p><span>"resultCode"</span>:"0"</p> |
|
| 3373 |
+ <p>,<span>"data"</span>{</p> |
|
| 3374 |
+ <div class="indent_t1"> |
|
| 3375 |
+ <p><span>"longPrice"</span>:"50"</p> |
|
| 3376 |
+ <p>,<span>"longSendPsbltEa"</span>:"19651"</p> |
|
| 3377 |
+ <p>,<span>"mberMoney"</span>:"982586.7"</p> |
|
| 3378 |
+ <p>,<span>"message"</span>:null</p> |
|
| 3379 |
+ <p>,<span>"picturePrice"</span>:"90"</p> |
|
| 3380 |
+ <p>,<span>"pictureSendPsbltEa"</span>:"10917"</p> |
|
| 3381 |
+ <p>,<span>"shortPrice"</span>:"18"</p> |
|
| 3382 |
+ <p>,<span>"shortSendPsbltEa"</span>:"54588"</p> |
|
| 3383 |
+ </div> |
|
| 3384 |
+ <p>}</p> |
|
| 3385 |
+ </div> |
|
| 3386 |
+ <p class="l_code">}</p> |
|
| 3387 |
+ </div> |
|
| 3388 |
+ </div> |
|
| 3389 |
+ <div class="box"> |
|
| 3390 |
+ <div class="title_t1"><span class="ex">[Example]</span><span class="ex_fail">X 실패 예시</span></div> |
|
| 3391 |
+ <div class="code_view"> |
|
| 3392 |
+ <p>{</p> |
|
| 3393 |
+ <div class="indent"> |
|
| 3394 |
+ <p><span>"resultCode"</span>:"5099"</p> |
|
| 3395 |
+ <p>,<span>"data"</span>:"기타 시스템 오류"</p> |
|
| 3396 |
+ </div> |
|
| 3397 |
+ <p class="l_code">}</p> |
|
| 3398 |
+ </div> |
|
| 3399 |
+ </div> |
|
| 3400 |
+ <!--// Response--> |
|
| 3401 |
+ </div> |
|
| 3402 |
+ </div> |
|
| 3403 |
+ <div class="api_guide_con" id="tab2_13"> |
|
| 3404 |
+ |
|
| 3405 |
+ <ul class="info"> |
|
| 3406 |
+ <li>- 보유캐시로 발송 가능한 문자의 건수를 단문(SMS), 장문(LMS), 그림(MMS)별로 각각 확인할 수 있습니다.</li> |
|
| 3407 |
+ <li>- 위 문자유형별 발송 가능건수는 개인별로 적용된 단가를 기준으로 산출되며, "첫결제 이벤트"는 적용되지 않습니다.</li> |
|
| 3408 |
+ </ul> |
|
| 3409 |
+ |
|
| 3410 |
+ <div class="re_cont"> |
|
| 3411 |
+ <!--Request--> |
|
| 3412 |
+ <div class="req_title">Request</div> |
|
| 3413 |
+ <div class="box"> |
|
| 3414 |
+ <div class="text"> |
|
| 3415 |
+ <h4>Request</h4> |
|
| 3416 |
+ <table> |
|
| 3417 |
+ <caption>API Request Http Method, 프로토콜, HOST, Service Port 정보 테이블</caption> |
|
| 3418 |
+ <colgroup> |
|
| 3419 |
+ <col style="width:20%;"> |
|
| 3420 |
+ <col style="width:80%;"> |
|
| 3421 |
+ </colgroup> |
|
| 3422 |
+ <tr> |
|
| 3423 |
+ <th>Http Method</th> |
|
| 3424 |
+ <td>POST</td> |
|
| 3425 |
+ </tr> |
|
| 3426 |
+ <tr> |
|
| 3427 |
+ <th>프로토콜</th> |
|
| 3428 |
+ <td>HHTP/1.1</td> |
|
| 3429 |
+ </tr> |
|
| 3430 |
+ <tr> |
|
| 3431 |
+ <th>HOST</th> |
|
| 3432 |
+ <td>api.munjaon.co.kr</td> |
|
| 3433 |
+ </tr> |
|
| 3434 |
+ <tr> |
|
| 3435 |
+ <th>Service Port</th> |
|
| 3436 |
+ <td>443</td> |
|
| 3437 |
+ </tr> |
|
| 3438 |
+ </table> |
|
| 3439 |
+ </div> |
|
| 3440 |
+ </div> |
|
| 3441 |
+ <div class="type_table"> |
|
| 3442 |
+ <table> |
|
| 3443 |
+ <caption>발송가능 건수 API Request 키 종류 및 설명, 타입, 필수 여부 테이블</caption> |
|
| 3444 |
+ <colgroup> |
|
| 3445 |
+ <col style="width:20%;"> |
|
| 3446 |
+ <col style="width:45%;"> |
|
| 3447 |
+ <col style="width:25%"> |
|
| 3448 |
+ <col style="width:10%"> |
|
| 3449 |
+ </colgroup> |
|
| 3450 |
+ <thead> |
|
| 3451 |
+ <tr> |
|
| 3452 |
+ <th>키</th> |
|
| 3453 |
+ <th>설명</th> |
|
| 3454 |
+ <th>타입</th> |
|
| 3455 |
+ <th>필수</th> |
|
| 3456 |
+ </tr> |
|
| 3457 |
+ </thead> |
|
| 3458 |
+ <tbody> |
|
| 3459 |
+ <tr> |
|
| 3460 |
+ <td><span class="font_b">mberId</span></td> |
|
| 3461 |
+ <td>사용자 ID</td> |
|
| 3462 |
+ <td>String</td> |
|
| 3463 |
+ <td><span class="select_o">O</span></td> |
|
| 3464 |
+ </tr> |
|
| 3465 |
+ <tr> |
|
| 3466 |
+ <td><span class="font_b">accessKey</span></td> |
|
| 3467 |
+ <td>인증용 API Key</td> |
|
| 3468 |
+ <td>String</td> |
|
| 3469 |
+ <td><span class="select_o">O</span></td> |
|
| 3470 |
+ </tr> |
|
| 3471 |
+ </tbody> |
|
| 3472 |
+ </table> |
|
| 3473 |
+ <div class="table_info"> |
|
| 3474 |
+ <p>※ HTTPS 프로토콜을 사용하여 POST로 요청합니다.</p> |
|
| 3475 |
+ </div> |
|
| 3476 |
+ </div> |
|
| 3477 |
+ <div class="box"> |
|
| 3478 |
+ <div class="title">[Example]</div> |
|
| 3479 |
+ <div class="code_view"> |
|
| 3480 |
+ <p>{</p> |
|
| 3481 |
+ <div class="indent"> |
|
| 3482 |
+ <p><span>"mberId"</span>:"String"</p> |
|
| 3483 |
+ <p>,<span>"accessKey"</span>:"String"</p> |
|
| 3484 |
+ </div> |
|
| 3485 |
+ <p class="l_code">}</p> |
|
| 3486 |
+ </div> |
|
| 3487 |
+ </div> |
|
| 3488 |
+ <!--// Request--> |
|
| 3489 |
+ <!-- Response--> |
|
| 3490 |
+ <div class="res_title">Response</div> |
|
| 3491 |
+ <div class="type_table"> |
|
| 3492 |
+ <table> |
|
| 3493 |
+ <caption>발송가능 건수 API Response 키 종류 및 설명, 타입 테이블</caption> |
|
| 3494 |
+ <colgroup> |
|
| 3495 |
+ <col style="width:20%;"> |
|
| 3496 |
+ <col style="width:60%;"> |
|
| 3497 |
+ <col style="width:20%;"> |
|
| 3498 |
+ </colgroup> |
|
| 3499 |
+ <thead> |
|
| 3500 |
+ <tr> |
|
| 3501 |
+ <th>키</th> |
|
| 3502 |
+ <th>설명</th> |
|
| 3503 |
+ <th>타입</th> |
|
| 3504 |
+ </tr> |
|
| 3505 |
+ </thead> |
|
| 3506 |
+ <tbody> |
|
| 3507 |
+ <tr> |
|
| 3508 |
+ <td><span class="font_b">resultCode</span></td> |
|
| 3509 |
+ <td>성공 여부("0" 아니면 실패)</td>
|
|
| 3510 |
+ <td>String</td> |
|
| 3511 |
+ </tr> |
|
| 3512 |
+ <tr> |
|
| 3513 |
+ <td><span class="font_b">data</span></td> |
|
| 3514 |
+ <td>결과값 객체(성공 : 데이터, 실패 : 메시지)</td> |
|
| 3515 |
+ <td>Object</td> |
|
| 3516 |
+ </tr> |
|
| 3517 |
+ <tr> |
|
| 3518 |
+ <td><span class="font_b">[data].longPrice</span></td> |
|
| 3519 |
+ <td>장문 단가</td> |
|
| 3520 |
+ <td>String</td> |
|
| 3521 |
+ </tr> |
|
| 3522 |
+ <tr> |
|
| 3523 |
+ <td><span class="font_b">[data].longSendPsbltEa</span></td> |
|
| 3524 |
+ <td>장문 발송 가능 건수</td> |
|
| 3525 |
+ <td>String</td> |
|
| 3526 |
+ </tr> |
|
| 3527 |
+ <tr> |
|
| 3528 |
+ <td><span class="font_b">[data].mberMoney</span></td> |
|
| 3529 |
+ <td>현재 보유 금액</td> |
|
| 3530 |
+ <td>String</td> |
|
| 3531 |
+ </tr> |
|
| 3532 |
+ <tr> |
|
| 3533 |
+ <td><span class="font_b">[data].message</span></td> |
|
| 3534 |
+ <td>문자</td> |
|
| 3535 |
+ <td>String</td> |
|
| 3536 |
+ </tr> |
|
| 3537 |
+ <tr> |
|
| 3538 |
+ <td><span class="font_b">[data].picturePrice</span></td> |
|
| 3539 |
+ <td>그림문자 단가</td> |
|
| 3540 |
+ <td>String</td> |
|
| 3541 |
+ </tr> |
|
| 3542 |
+ <tr> |
|
| 3543 |
+ <td><span class="font_b">[data].pictureSendPsbltEa</span></td> |
|
| 3544 |
+ <td>그림문자 발송 가능 건수</td> |
|
| 3545 |
+ <td>String</td> |
|
| 3546 |
+ </tr> |
|
| 3547 |
+ <tr> |
|
| 3548 |
+ <td><span class="font_b">[data].shortPrice</span></td> |
|
| 3549 |
+ <td>단문 단가</td> |
|
| 3550 |
+ <td>String</td> |
|
| 3551 |
+ </tr> |
|
| 3552 |
+ <tr> |
|
| 3553 |
+ <td><span class="font_b">[data].shortSendPsbltEa</span></td> |
|
| 3554 |
+ <td>단문 발송 가능 건수</td> |
|
| 3555 |
+ <td>String</td> |
|
| 3556 |
+ </tr> |
|
| 3557 |
+ </tbody> |
|
| 3558 |
+ </table> |
|
| 3559 |
+ <div class="table_info"> |
|
| 3560 |
+ <p>※ JSON 객체로 응답합니다.</p> |
|
| 3561 |
+ </div> |
|
| 3562 |
+ </div> |
|
| 3563 |
+ <div class="box"> |
|
| 3564 |
+ <div class="title_t1"><span class="ex">[Example]</span><span class="ex_success">O 성공 예시</span></div> |
|
| 3565 |
+ <div class="code_view"> |
|
| 3566 |
+ <p>{</p> |
|
| 3567 |
+ <div class="indent"> |
|
| 3568 |
+ <p><span>"resultCode"</span>:"0"</p> |
|
| 3569 |
+ <p>,<span>"data"</span>{</p> |
|
| 3570 |
+ <div class="indent_t1"> |
|
| 3571 |
+ <p><span>"longPrice"</span>:"50"</p> |
|
| 3572 |
+ <p>,<span>"longSendPsbltEa"</span>:"19651"</p> |
|
| 3573 |
+ <p>,<span>"mberMoney"</span>:"982586.7"</p> |
|
| 3574 |
+ <p>,<span>"message"</span>:null</p> |
|
| 3575 |
+ <p>,<span>"picturePrice"</span>:"90"</p> |
|
| 3576 |
+ <p>,<span>"pictureSendPsbltEa"</span>:"10917"</p> |
|
| 3577 |
+ <p>,<span>"shortPrice"</span>:"18"</p> |
|
| 3578 |
+ <p>,<span>"shortSendPsbltEa"</span>:"54588"</p> |
|
| 3579 |
+ </div> |
|
| 3580 |
+ <p>}</p> |
|
| 3581 |
+ </div> |
|
| 3582 |
+ <p class="l_code">}</p> |
|
| 3583 |
+ </div> |
|
| 3584 |
+ </div> |
|
| 3585 |
+ <div class="box"> |
|
| 3586 |
+ <div class="title_t1"><span class="ex">[Example]</span><span class="ex_fail">X 실패 예시</span></div> |
|
| 3587 |
+ <div class="code_view"> |
|
| 3588 |
+ <p>{</p> |
|
| 3589 |
+ <div class="indent"> |
|
| 3590 |
+ <p><span>"resultCode"</span>:"5099"</p> |
|
| 3591 |
+ <p>,<span>"data"</span>:"기타 시스템 오류"</p> |
|
| 3592 |
+ </div> |
|
| 3593 |
+ <p class="l_code">}</p> |
|
| 3594 |
+ </div> |
|
| 3595 |
+ </div> |
|
| 3596 |
+ <!--// Response--> |
|
| 3597 |
+ </div> |
|
| 3598 |
+ </div> |
|
| 1598 | 3599 |
</div> |
| 1599 |
- <!--// tab_발송가능건수--> |
|
| 1600 |
- <!--// 사용안내 내용--> |
|
| 3600 |
+ <!-- //REST API 개발 가이드 > 카카오톡 --> |
|
| 3601 |
+ |
|
| 3602 |
+ |
|
| 3603 |
+ <!--// 사용안내 내용--> |
|
| 1601 | 3604 |
</div> |
| 1602 |
- </div> |
|
| 3605 |
+ </div> |
|
| 1603 | 3606 |
</div> |
| 1604 | 3607 |
<!--// send top --> |
| 1605 | 3608 |
</div> |
| 1606 | 3609 |
</div> |
| 1607 | 3610 |
<!--// content 영역 --> |
| 1608 | 3611 |
<!-- footer --> |
| 1609 |
- <div data-include-path="/publish/layout/_footer.html"></div> |
|
| 1610 |
- <!--// footer 영역 --> |
|
| 3612 |
+ <div data-include-path="/publish/layout/_footer.html"></div> |
|
| 3613 |
+ <!--// footer 영역 --> |
|
| 1611 | 3614 |
</body> |
| 1612 | 3615 |
|
| 1613 | 3616 |
</html>(No newline at end of file) |
--- src/main/webapp/publish/api_intro.html
+++ src/main/webapp/publish/api_intro.html
... | ... | @@ -26,159 +26,8 @@ |
| 26 | 26 |
<div class="skip_menu"> |
| 27 | 27 |
<a href="#cont" title="본문 바로가기" class="contGo">본문 바로가기</a> |
| 28 | 28 |
</div> |
| 29 |
- <!--// skip 메뉴 --> |
|
| 30 |
- <!-- quick 메뉴 --> |
|
| 31 |
- <div class="quickMenu"> |
|
| 32 |
- <div> |
|
| 33 |
- <p class="quick_title">QUICK<br>MENU</p> |
|
| 34 |
- <p class="quick_title2">QUICK</p> |
|
| 35 |
- <ul class="quickMenuIn"> |
|
| 36 |
- <li> |
|
| 37 |
- <a href="/publish/index.html"><i class="quick1"></i><span>이용안내</span></a> |
|
| 38 |
- <div class="hover_cont">이용안내</div> |
|
| 39 |
- </li> |
|
| 40 |
- <li> |
|
| 41 |
- <a href="#"><i class="quick2"></i><span>채 팅상담</span></a> |
|
| 42 |
- <div class="hover_cont">채팅상담</div> |
|
| 43 |
- </li> |
|
| 44 |
- <li> |
|
| 45 |
- <a href="#"><i class="quick3"></i><span>원격지원</span></a> |
|
| 46 |
- <div class="hover_cont">원격지원</div> |
|
| 47 |
- </li> |
|
| 48 |
- <li> |
|
| 49 |
- <a href="#"><i class="quick4"></i><span>맞춤제작</span></a> |
|
| 50 |
- <div class="hover_cont">맞춤제작</div> |
|
| 51 |
- </li> |
|
| 52 |
- <li> |
|
| 53 |
- <a href="#"><i class="quick5"></i><span>주소록 등록</span></a> |
|
| 54 |
- <div class="hover_cont">주소록 등록</div> |
|
| 55 |
- </li> |
|
| 56 |
- <li> |
|
| 57 |
- <a href="#"><i class="quick6"></i><span>엑셀 전송</span></a> |
|
| 58 |
- <div class="hover_cont">엑셀 대량전송</div> |
|
| 59 |
- </li> |
|
| 60 |
- <li> |
|
| 61 |
- <a href="#"><i class="quick7"></i><span>견적서</span></a> |
|
| 62 |
- <div class="hover_cont">견적서</div> |
|
| 63 |
- </li> |
|
| 64 |
- <li> |
|
| 65 |
- <a href="#"><i class="quick8"></i><span>결제</span></a> |
|
| 66 |
- <div class="hover_cont">결제</div> |
|
| 67 |
- </li> |
|
| 68 |
- <li> |
|
| 69 |
- <a href="#"><i class="quick9"></i><span>영수증/계산서</span></a> |
|
| 70 |
- <div class="hover_cont">영수증/계산서</div> |
|
| 71 |
- </li> |
|
| 72 |
- </ul> |
|
| 73 |
- <button type="button" class="goTop" title="맨 위로 이동">TOP<i></i></button> |
|
| 74 |
- </div> |
|
| 75 |
- </div> |
|
| 76 |
- <!--// quick 메뉴 --> |
|
| 77 |
- <!-- header 영역 --> |
|
| 78 |
- <header id="header" class="header sub "> |
|
| 79 |
- <!-- header top 영역 --> |
|
| 80 |
- <div class="header_top"> |
|
| 81 |
- <div class="inner"> |
|
| 82 |
- <ul class="menu_left"> |
|
| 83 |
- <li><a href="#"><i class="hdTop_fav"></i>즐겨찾기추가</a></li> |
|
| 84 |
- <li><a href="#"><i class="hdTop_mypage"></i>마이페이지</a></li> |
|
| 85 |
- <li><a href="#"><i class="hdTop_center"></i>고객센터</a></li> |
|
| 86 |
- </ul> |
|
| 87 |
- <ul class="menu_right"> |
|
| 88 |
- <li><a href="#">충전하기</a></li> |
|
| 89 |
- <li class="SortLine"><a href="#">요금안내</a></li> |
|
| 90 |
- <li class="SortLine"><a href="#">이용안내</a></li> |
|
| 91 |
- <li class="SortLine"><a href="#">1:1고객상담</a></li> |
|
| 92 |
- </ul> |
|
| 93 |
- </div> |
|
| 94 |
- </div><!-- header top 영역 --> |
|
| 95 |
- <!-- header body 영역 --> |
|
| 96 |
- <div class="header_body"> |
|
| 97 |
- <div class="inner table"> |
|
| 98 |
- <h1 class="logo"><a href="/publish/index.html" alt="문자온 메인 바로가기"><img src="/publish/images/CI.png" |
|
| 99 |
- alt="문자온 CI"></a></h1> |
|
| 100 |
- <ul class="gnbWrap table_cell"> |
|
| 101 |
- <li><a href="#">문자발송</a></li> |
|
| 102 |
- <li><a href="#">선거문자</a></li> |
|
| 103 |
- <li><a href="#">맞춤제작</a></li> |
|
| 104 |
- <li><a href="#">비즈톡</a></li> |
|
| 105 |
- <li><a href="#">주소록 관리</a></li> |
|
| 106 |
- <li><a href="#">발송결과</a></li> |
|
| 107 |
- <li><a href="#">예약관리</a></li> |
|
| 108 |
- <li><a href="#">결제내역</a></li> |
|
| 109 |
- </ul> |
|
| 110 |
- <div class="s_menu"> |
|
| 111 |
- <i class="allSearch_info"><span>문자검색</span></i> |
|
| 112 |
- <button type="button" title="전체검색" class="allSearch" onclick="searchToggle();"><img |
|
| 113 |
- src="/publish/images/search.png" alt="검색영역 열기" class="allMenu"></button> |
|
| 114 |
- <button type="button" title="전체메뉴"><img src="/publish/images/all_menu.png" alt="전체메뉴 열기"></button> |
|
| 115 |
- </div> |
|
| 116 |
- </div> |
|
| 117 |
- <!-- search popup 영역 --> |
|
| 118 |
- <div class="pop_search"> |
|
| 119 |
- <div class="inner"> |
|
| 120 |
- <div class="area_search"> |
|
| 121 |
- <select name="" id=""> |
|
| 122 |
- <option value="">그림문자</option> |
|
| 123 |
- <option value="">단문문자</option> |
|
| 124 |
- <option value="">장문문자</option> |
|
| 125 |
- <option value="">GIF</option> |
|
| 126 |
- </select> |
|
| 127 |
- <input type="text" placeholder="문자샘플 검색하기"> |
|
| 128 |
- <button><img src="/publish/images/search02.png" alt=""></button> |
|
| 129 |
- </div> |
|
| 130 |
- <div class="area_popular"> |
|
| 131 |
- <p><i></i>인기검색어</p> |
|
| 132 |
- <ul class="popular_tag"> |
|
| 133 |
- <li><a href="#">#정월대보름</a></li> |
|
| 134 |
- <li class="on"><a href="#">#추석</a></li> |
|
| 135 |
- <li><a href="#">#가을인사</a></li> |
|
| 136 |
- <li><a href="#">#좋은하루</a></li> |
|
| 137 |
- </ul> |
|
| 138 |
- </div> |
|
| 139 |
- <button class="btn_close" onclick="searchToggle();"><img src="/publish/images/btn_searchclose.png" |
|
| 140 |
- alt=""></button> |
|
| 141 |
- </div> |
|
| 142 |
- </div> |
|
| 143 |
- <!--// search popup 영역 --> |
|
| 144 |
- </div> |
|
| 145 |
- <!--// header body 영역 --> |
|
| 146 |
- <div id="login" class="login"> |
|
| 147 |
- <div class="inner table"> |
|
| 148 |
- <div class="login_left table_cell"> |
|
| 149 |
- <div class="login_put"> |
|
| 150 |
- <label for="id_text" class="label"></label> |
|
| 151 |
- <input type="text" placeholder="아이디를 입력해주세요" id="id_text" class="id_text" maxlength="30" |
|
| 152 |
- size="18"> |
|
| 153 |
- <label for="password_text" class="label"></label> |
|
| 154 |
- <input type="password" placeholder="비밀번호를 입력해주세요" id="password_text" class="password_text" |
|
| 155 |
- maxlength="30" size="18"> |
|
| 156 |
- <label for="login_button" class="label"></label> |
|
| 157 |
- <button type="submit" class="btnType btnType1" class="login_button">로그인</button> |
|
| 158 |
- </div> |
|
| 159 |
- <div class="login_save"> |
|
| 160 |
- <input type="checkbox" id="save_id"> |
|
| 161 |
- <label for="save_id">아이디 저장</label> |
|
| 162 |
- </div> |
|
| 163 |
- <div class="login_find"> |
|
| 164 |
- <a href="#">아이디찾기 /</a> |
|
| 165 |
- <a href="#">비밀번호 찾기</a> |
|
| 166 |
- </div> |
|
| 167 |
- <div> |
|
| 168 |
- <button type="button" class="btnType btnType2">회원가입</button> |
|
| 169 |
- <button type="button" class="btnType btnType3">둘러보기</button> |
|
| 170 |
- </div> |
|
| 171 |
- </div> |
|
| 172 |
- <div class="login_right"> |
|
| 173 |
- <span><i></i>이달의 이벤트</span> |
|
| 174 |
- <button type="button" class="btnType btnType4">바로가기</button> |
|
| 175 |
- </div> |
|
| 176 |
- </div> |
|
| 177 |
- </div> |
|
| 178 |
- <!--// login 영역 --> |
|
| 179 |
- </header> |
|
| 180 |
- <!--// header 영역 --> |
|
| 181 |
- <!-- login 영역 --> |
|
| 29 |
+ <div class="mask"></div> |
|
| 30 |
+ <div data-include-path="/publish/layout/_header.html"></div> |
|
| 182 | 31 |
<!-- content 영역 --> |
| 183 | 32 |
<div id="container" class="cont sub"> |
| 184 | 33 |
<div class="inner"> |
... | ... | @@ -186,8 +35,8 @@ |
| 186 | 35 |
<div class="send_top"> |
| 187 | 36 |
<!-- tab button --> |
| 188 | 37 |
<ul class="tabType4"> |
| 189 |
- <li class="tab active"><button type="button" onclick="location.href='/publish/api_intro.html'">문자 API소개</button></li> |
|
| 190 |
- <li class="tab"><button type="button" onclick="location.href='/publish/api_guide.html'">API 사용안내</button></li> |
|
| 38 |
+ <li class="tab active"><button type="button" onclick="location.href='/publish/api_intro.html'">연동 안내</button></li> |
|
| 39 |
+ <li class="tab"><button type="button" onclick="location.href='/publish/api_guide.html'">개발 가이드</button></li> |
|
| 191 | 40 |
<li class="tab"><button type="button" onclick="location.href='/publish/api_download.html'">예제 다운로드</button></li> |
| 192 | 41 |
<li class="tab"><button type="button" onclick="location.href='/publish/api_admin1.html'">신청/관리</button></li> |
| 193 | 42 |
</ul> |
... | ... | @@ -195,7 +44,7 @@ |
| 195 | 44 |
|
| 196 | 45 |
<div class="api_guide_cont current"> |
| 197 | 46 |
<div class="heading"> |
| 198 |
- <h2>문자 API 소개</h2> |
|
| 47 |
+ <h2>연동 서비스 안내</h2> |
|
| 199 | 48 |
</div> |
| 200 | 49 |
|
| 201 | 50 |
<!--소개 내용--> |
... | ... | @@ -205,9 +54,16 @@ |
| 205 | 54 |
<area target="_self" alt="문자 API 신청하기" title="문자 API 신청하기" href="#" coords="88,214,291,268" shape="rect"> |
| 206 | 55 |
</map> |
| 207 | 56 |
</div> |
| 57 |
+ |
|
| 58 |
+ <div class="pay_tab_wrap"> |
|
| 59 |
+ <ul class="tabType1"> |
|
| 60 |
+ <li class="tab active"><button type="button" onclick="TabType5(this,'1');">문자</button></li> |
|
| 61 |
+ <li class="tab"><button type="button" onclick="TabType5(this,'2');">카카오톡</button></li> |
|
| 62 |
+ </ul> |
|
| 63 |
+ </div> |
|
| 208 | 64 |
|
| 209 | 65 |
<!--사용 절차 설명 --> |
| 210 |
- <div class="api_intro"> |
|
| 66 |
+ <div class="api_intro api_guide current" id="tab5_1"> |
|
| 211 | 67 |
<div class="title"> |
| 212 | 68 |
<h3>문자 API 사용 절차</h3> |
| 213 | 69 |
</div> |
... | ... | @@ -222,47 +78,125 @@ |
| 222 | 78 |
<li class="guide"> |
| 223 | 79 |
<p class="step_title">STEP <span>01</span></p> |
| 224 | 80 |
<div class="step_con"> |
| 225 |
- <div class="icon"><img src="/publish/images/api_intro_cont/api_guide_01.jpg" alt="문자 API 신청 아이콘"></div> |
|
| 81 |
+ <div class="icon"><img src="/publish/images/api_intro_cont/api_guide_00.png" alt="문자 API 신청 아이콘"></div> |
|
| 226 | 82 |
<dl> |
| 227 |
- <dt>문자 API 신청</dt> |
|
| 228 |
- <dd>관리자 승인 후 사용 가능</dd> |
|
| 83 |
+ <dt>발신번호 사전 등록</dt> |
|
| 84 |
+ <dd>발송에 필요한 발신번호<br>등록 필요</dd> |
|
| 229 | 85 |
</dl> |
| 230 | 86 |
</div> |
| 231 | 87 |
</li> |
| 232 | 88 |
<li class="guide"> |
| 233 | 89 |
<p class="step_title">STEP <span>02</span></p> |
| 234 | 90 |
<div class="step_con"> |
| 235 |
- <div class="icon"><img src="/publish/images/api_intro_cont/api_guide_02.jpg" alt="관리자 승인 아이콘"></div> |
|
| 91 |
+ <div class="icon"><img src="/publish/images/api_intro_cont/api_guide_01.jpg" alt="관리자 승인 아이콘"></div> |
|
| 236 | 92 |
<dl> |
| 237 |
- <dt>관리자 승인</dt> |
|
| 238 |
- <dd>승인 완료 시 문자 안내</dd> |
|
| 93 |
+ <dt>문자 연동 API 신청</dt> |
|
| 94 |
+ <dd>관리자 승인 후 사용 가능</dd> |
|
| 239 | 95 |
</dl> |
| 240 | 96 |
</div> |
| 241 | 97 |
</li> |
| 242 | 98 |
<li class="guide"> |
| 243 | 99 |
<p class="step_title">STEP <span>03</span></p> |
| 244 | 100 |
<div class="step_con"> |
| 245 |
- <div class="icon"><img src="/publish/images/api_intro_cont/api_guide_03.jpg" alt="아이피(IP) 등록 아이콘"></div> |
|
| 101 |
+ <div class="icon"><img src="/publish/images/api_intro_cont/api_guide_02.jpg" alt="아이피(IP) 등록 아이콘"></div> |
|
| 246 | 102 |
<dl> |
| 247 |
- <dt>아이피<span>(IP)</span> 등록</dt> |
|
| 248 |
- <dd>문자 API를 통해 문자 발송 서버 IP 등록</dd> |
|
| 103 |
+ <dt>관리자 승인</dt> |
|
| 104 |
+ <dd>승인 완료 시 문자 안내</dd> |
|
| 249 | 105 |
</dl> |
| 250 | 106 |
</div> |
| 251 | 107 |
</li> |
| 252 | 108 |
<li class="guide"> |
| 253 | 109 |
<p class="step_title">STEP <span>04</span></p> |
| 254 | 110 |
<div class="step_con"> |
| 111 |
+ <div class="icon"><img src="/publish/images/api_intro_cont/api_guide_03.jpg" alt="API 연동 아이콘"></div> |
|
| 112 |
+ <dl> |
|
| 113 |
+ <dt>아이피(IP) 등록</dt> |
|
| 114 |
+ <dd>문자 API를 통해<br>문자 발송 서버 IP 등록</dd> |
|
| 115 |
+ </dt> |
|
| 116 |
+ </div> |
|
| 117 |
+ </li> |
|
| 118 |
+ <li class="guide"> |
|
| 119 |
+ <p class="step_title">STEP <span>05</span></p> |
|
| 120 |
+ <div class="step_con"> |
|
| 255 | 121 |
<div class="icon"><img src="/publish/images/api_intro_cont/api_guide_04.jpg" alt="API 연동 아이콘"></div> |
| 256 | 122 |
<dl> |
| 257 | 123 |
<dt>API 연동</dt> |
| 258 |
- <dd>API 사용 매뉴얼 및 샘플링을 통해 누구나 손쉽게 연동 가능</dd> |
|
| 124 |
+ <dd>API 사용 매뉴얼 및 샘플링을<br>통해 누구나 손쉽게 연동 가능</dd> |
|
| 259 | 125 |
</dt> |
| 260 | 126 |
</div> |
| 261 |
- </li> |
|
| 127 |
+ </li> |
|
| 262 | 128 |
</ul> |
| 263 | 129 |
</div> |
| 264 | 130 |
</div> |
| 265 | 131 |
<!--// 사용 절차 설명--> |
| 132 |
+ |
|
| 133 |
+ |
|
| 134 |
+ <div class="api_intro api_guide kakao_intro" id="tab5_2"> |
|
| 135 |
+ <div class="title"> |
|
| 136 |
+ <h3>카카오톡 연동(API) 사용 절차</h3> |
|
| 137 |
+ </div> |
|
| 138 |
+ |
|
| 139 |
+ <div class="title-line"> |
|
| 140 |
+ <div class="left-line"></div> |
|
| 141 |
+ <div class="right-line"></div> |
|
| 142 |
+ </div> |
|
| 143 |
+ |
|
| 144 |
+ <div class="con"> |
|
| 145 |
+ <ul class="api_process_guide"> |
|
| 146 |
+ <li class="guide"> |
|
| 147 |
+ <p class="step_title">STEP <span>01</span></p> |
|
| 148 |
+ <div class="step_con"> |
|
| 149 |
+ <div class="icon"><img src="/publish/images/api_intro_cont/api_guide_00.png" alt="문자 API 신청 아이콘"></div> |
|
| 150 |
+ <dl> |
|
| 151 |
+ <dt>발신프로필 사전 등록</dt> |
|
| 152 |
+ <dd>발송에 필요한 발신프로필<br>등록 필요</dd> |
|
| 153 |
+ </dl> |
|
| 154 |
+ </div> |
|
| 155 |
+ </li> |
|
| 156 |
+ <li class="guide"> |
|
| 157 |
+ <p class="step_title">STEP <span>02</span></p> |
|
| 158 |
+ <div class="step_con"> |
|
| 159 |
+ <div class="icon"><img src="/publish/images/api_intro_cont/api_guide_01.jpg" alt="관리자 승인 아이콘"></div> |
|
| 160 |
+ <dl> |
|
| 161 |
+ <dt>카카오톡 연동<br>API 신청</dt> |
|
| 162 |
+ <dd>관리자 승인 후 사용 가능</dd> |
|
| 163 |
+ </dl> |
|
| 164 |
+ </div> |
|
| 165 |
+ </li> |
|
| 166 |
+ <li class="guide"> |
|
| 167 |
+ <p class="step_title">STEP <span>03</span></p> |
|
| 168 |
+ <div class="step_con"> |
|
| 169 |
+ <div class="icon"><img src="/publish/images/api_intro_cont/api_guide_02.jpg" alt="아이피(IP) 등록 아이콘"></div> |
|
| 170 |
+ <dl> |
|
| 171 |
+ <dt>관리자 승인</dt> |
|
| 172 |
+ <dd>승인 완료 시 문자 안내</dd> |
|
| 173 |
+ </dl> |
|
| 174 |
+ </div> |
|
| 175 |
+ </li> |
|
| 176 |
+ <li class="guide"> |
|
| 177 |
+ <p class="step_title">STEP <span>04</span></p> |
|
| 178 |
+ <div class="step_con"> |
|
| 179 |
+ <div class="icon"><img src="/publish/images/api_intro_cont/api_guide_03.jpg" alt="API 연동 아이콘"></div> |
|
| 180 |
+ <dl> |
|
| 181 |
+ <dt>아이피(IP) 등록</dt> |
|
| 182 |
+ <dd>카카오톡 API를 통해<br>문자 발송 서버 IP 등록</dd> |
|
| 183 |
+ </dt> |
|
| 184 |
+ </div> |
|
| 185 |
+ </li> |
|
| 186 |
+ <li class="guide"> |
|
| 187 |
+ <p class="step_title">STEP <span>05</span></p> |
|
| 188 |
+ <div class="step_con"> |
|
| 189 |
+ <div class="icon"><img src="/publish/images/api_intro_cont/api_guide_04.jpg" alt="API 연동 아이콘"></div> |
|
| 190 |
+ <dl> |
|
| 191 |
+ <dt>API 연동</dt> |
|
| 192 |
+ <dd>API 사용 매뉴얼 및 샘플링을<br>통해 누구나 손쉽게 연동 가능</dd> |
|
| 193 |
+ </dt> |
|
| 194 |
+ </div> |
|
| 195 |
+ </li> |
|
| 196 |
+ </ul> |
|
| 197 |
+ </div> |
|
| 198 |
+ </div> |
|
| 199 |
+ |
|
| 266 | 200 |
<!--// 소개 내용--> |
| 267 | 201 |
</div> |
| 268 | 202 |
</div> |
--- src/main/webapp/publish/css/content.css
+++ src/main/webapp/publish/css/content.css
... | ... | @@ -2042,17 +2042,18 @@ |
| 2042 | 2042 |
.api_guide_cont .api_intro .title h3 {font-family:'yg-jalnan'; font-size: 28px; text-align: center; padding-top: 55px;}
|
| 2043 | 2043 |
.api_guide_cont .api_intro .title-line .left-line{width:33%; height: 2px; background-color: #949aa5; border-radius: 1.5; float: left; margin-top: -15px;}
|
| 2044 | 2044 |
.api_guide_cont .api_intro .title-line .right-line{width:33%; height: 2px; background-color: #949aa5; border-radius: 1.5; float: right; margin-top: -15px;}
|
| 2045 |
+.api_guide_cont .api_intro.kakao_intro .title-line .left-line,.api_guide_cont .api_intro.kakao_intro .title-line .right-line{width:25%;}
|
|
| 2045 | 2046 |
.api_guide_cont .api_intro .con { padding:0 0 50px 0; margin:30px 0 0 0; }
|
| 2046 | 2047 |
.api_guide_cont .api_process_guide {display: flex; margin: 0 0 20px 0;}
|
| 2047 |
-.api_guide_cont .api_process_guide li{position: relative; width: calc((100% - 60px)/4); padding: 0; border-radius: 5px; margin: 0 60px 0 0; text-align: center;}
|
|
| 2048 |
-.api_guide_cont .api_process_guide li::after{position: absolute; content: " "; width: 33px; height: 33px; background-image: url(/publish/images/api_intro_cont/icon_api_next.png); right: -46px; top: 50%; transform: translateY(-50%); z-index: 1;}
|
|
| 2048 |
+.api_guide_cont .api_process_guide li{position: relative; width: calc((100% - 15px)/5); padding: 0; border-radius: 5px; margin: 0 15px 0 0; text-align: center;}
|
|
| 2049 |
+.api_guide_cont .api_process_guide li::after{position: absolute; content: " "; width: 33px; height: 33px; background-image: url(/publish/images/api_intro_cont/icon_api_next.png); right: -23px; top: 50%; transform: translateY(-50%); z-index: 1;}
|
|
| 2049 | 2050 |
.api_guide_cont .api_process_guide li:last-child{margin: 0 0 0 0;}
|
| 2050 | 2051 |
.api_guide_cont .api_process_guide li:last-child::after{display: none;}
|
| 2051 | 2052 |
.api_guide_cont .api_process_guide .step_title {background:#fbc72b; font-size:18px; text-align: center; border-radius:10px 10px 0 0; padding:10px 0; box-shadow: 0 0 8px rgba(0,0,0,0.2);}
|
| 2052 | 2053 |
.api_guide_cont .api_process_guide .step_title span {font-weight: bold; font-size: 24px;}
|
| 2053 | 2054 |
.api_guide_cont .api_process_guide .step_con {height:250px; background:#fff; border-radius:0 0 10px 10px; text-align: center; padding:25px 0 25px 0; box-shadow: 0 0 8px rgba(0,0,0,0.2);}
|
| 2054 |
-.api_guide_cont .api_process_guide dl dt {font-family: 'GmarketSansBold'; font-size: 23px; text-align: center; margin:20px 0 6px 0;}
|
|
| 2055 |
-.api_guide_cont .api_process_guide dl dd {font-family: 'Noto Sans KR', sans-serif; color:#555; font-size: 17px; font-weight: 300; line-height: 1.2; padding:0 10px;}
|
|
| 2055 |
+.api_guide_cont .api_process_guide dl dt {font-family: 'GmarketSansBold'; font-size: 19px; text-align: center; margin:20px 0 6px 0;}
|
|
| 2056 |
+.api_guide_cont .api_process_guide dl dd {font-family: 'Noto Sans KR', sans-serif; color:#555; font-size: 14px; font-weight: 400; line-height: 1.2; padding:0 10px;}
|
|
| 2056 | 2057 |
|
| 2057 | 2058 |
/* api - 사용안내 */ |
| 2058 | 2059 |
.api_guide {display: none;}
|
... | ... | @@ -2068,6 +2069,8 @@ |
| 2068 | 2069 |
.api_guide_cont .box .text table tr {border-bottom:1px solid #d5d5d5; }
|
| 2069 | 2070 |
.api_guide_cont .box .text table th {width:210px; text-align: left; text-indent: 18px; line-height: 1.2; background:#f5f5f5; font-size:16px; padding:10px 0;}
|
| 2070 | 2071 |
.api_guide_cont .box .text table td {text-indent: 18px; font-weight: 200;}
|
| 2072 |
+ |
|
| 2073 |
+.api_guide_cont .api_guide#tab5_1 .list_tab_wrap2.type3 li{width:calc(100%/5)}
|
|
| 2071 | 2074 |
/* // api 사용안내, 예제 다운로드 공통 사용*/ |
| 2072 | 2075 |
.api_guide_cont .re_cont .type_table table {width:100%; margin:40px 0 7px 0;}
|
| 2073 | 2076 |
.api_guide_cont .re_cont .type_table table thead th {border-top:1px solid #000; border-left:1px solid #e5e5e5; border-bottom:1px solid #e5e5e5; background:#f7f7f7; padding: 15px 0; }
|
... | ... | @@ -2105,6 +2108,7 @@ |
| 2105 | 2108 |
|
| 2106 | 2109 |
/* api - 신청/관리 */ |
| 2107 | 2110 |
.api_guide_cont .api_admin {margin:0 0 60px 0; }
|
| 2111 |
+.api_guide_cont .api_admin .info{margin:0 0 30px 0;}
|
|
| 2108 | 2112 |
.api_guide_cont .api_admin .admin_title {font-size:20px; font-weight:bold; letter-spacing: -1px; margin:0 0 10px 0;}
|
| 2109 | 2113 |
.api_guide_cont .api_admin .tb_wrap_t1{ width: 100%; border: 1px solid #ccc; border-radius: 5px; margin-bottom: 10px; box-sizing: border-box; border-bottom: 0 none;}
|
| 2110 | 2114 |
.api_guide_cont .api_admin .admin_info { font-size:14px; font-weight:300; color:#555; margin:0 0 5px 0;}
|
--- src/main/webapp/publish/js/content.js
+++ src/main/webapp/publish/js/content.js
... | ... | @@ -698,6 +698,9 @@ |
| 698 | 698 |
$(".api_guide_con").not($tabCn).removeClass("current");
|
| 699 | 699 |
$(".api_guide_con").not($tabCn).fadeOut(0);
|
| 700 | 700 |
|
| 701 |
+ $(".api_guide_con").not($tabCn).removeClass("current");
|
|
| 702 |
+ $(".api_guide_con").not($tabCn).fadeOut(0);
|
|
| 703 |
+ |
|
| 701 | 704 |
currTabId = tabId; |
| 702 | 705 |
|
| 703 | 706 |
} |
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?