Merge branch 'master' into 5102_친구톡_발송속도_개선
@8fabd4cbec8affdc9823e943bf5cb29d9723b20e
--- src/main/resources/egovframework/egovProps/globals_dev.properties
+++ src/main/resources/egovframework/egovProps/globals_dev.properties
... | ... | @@ -28,7 +28,8 @@ |
| 28 | 28 |
|
| 29 | 29 |
# mysql |
| 30 | 30 |
Globals.DriverClassName=com.mysql.jdbc.Driver |
| 31 |
-Globals.Url=jdbc:mysql://192.168.0.125:3306/mjon |
|
| 31 |
+#Globals.Url=jdbc:mysql://192.168.0.125:3306/mjon |
|
| 32 |
+Globals.Url=jdbc:mysql://139.150.73.12:3306/mjon_advc |
|
| 32 | 33 |
Globals.UserName= mjonUr |
| 33 | 34 |
Globals.Password= mjon!@#$ |
| 34 | 35 |
|
--- src/main/webapp/WEB-INF/jsp/web/com/webLayout.jsp
+++ src/main/webapp/WEB-INF/jsp/web/com/webLayout.jsp
... | ... | @@ -76,6 +76,15 @@ |
| 76 | 76 |
*/ |
| 77 | 77 |
</script> |
| 78 | 78 |
|
| 79 |
+<!-- Clarity tracking code for https://www.munjaon.co.kr/ --> |
|
| 80 |
+<script> |
|
| 81 |
+ (function(c,l,a,r,i,t,y){
|
|
| 82 |
+ c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};
|
|
| 83 |
+ t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i+"?ref=bwt"; |
|
| 84 |
+ y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y); |
|
| 85 |
+ })(window, document, "clarity", "script", "rlrv4m2szn"); |
|
| 86 |
+</script> |
|
| 87 |
+ |
|
| 79 | 88 |
</head> |
| 80 | 89 |
|
| 81 | 90 |
<decorator:head /> |
--- 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');listTab3(this,'1');$('.list_tab .tab:first-child').addClass('active').siblings().removeClass('active');">문자</button></li>
|
|
| 199 |
+ <li class="tab"><button type="button" onclick="TabType5(this,'2');listTab3(this,'7');$('.list_tab .tab:first-child').addClass('active').siblings().removeClass('active');">카카오톡</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" 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 current" 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" 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/common.css
+++ src/main/webapp/publish/css/common.css
... | ... | @@ -21,13 +21,14 @@ |
| 21 | 21 |
.header {position: fixed;top: 0;left: 0;width: 100%;min-width: 1240px; z-index: 10;box-shadow: 0px 0px 10px 4px rgba(0,0,0,0.1);}
|
| 22 | 22 |
/* header top */ |
| 23 | 23 |
.header .header_top {background-color: #393939;color: #d1d1d1;height: 40px;font-weight: 300;font-size: 14px;font-weight: 300;transition: all 0.2s ease-in-out;}
|
| 24 |
-.header .header_top .menu_left {left: 0;position: absolute;top: 50%;transform: translateY(-50%); display: flex;}
|
|
| 25 |
-.header .header_top .menu_left li {margin-right: 25px;}
|
|
| 24 |
+/* .header .header_top .menu_left {left: 0;position: absolute;top: 50%;transform: translateY(-50%); display: flex;} */
|
|
| 25 |
+.header .header_top .menu_left{display:flex;height:100%;align-items:center;gap:20px;}
|
|
| 26 |
+.header .header_top .menu_left li {}
|
|
| 26 | 27 |
.header .header_top .menu_left li:hover {color: #fff;text-decoration: underline;}
|
| 27 |
-.header .header_top .menu_left i {padding-right: 4px;}
|
|
| 28 |
+.header .header_top .menu_left i {padding-right: 7px;vertical-align:bottom;}
|
|
| 28 | 29 |
.header .header_top .menu_left .hdTop_fav {background-image: url(/publish/images/hdTop_FavStar.png);width: 15px;height: 15px;}
|
| 29 |
-.header .header_top .menu_left .hdTop_mypage {background-image: url(/publish/images/hdTop_mypage.png);width: 13px;height: 13px;}
|
|
| 30 |
-.header .header_top .menu_left .hdTop_center {background-image: url(/publish/images/hdTop_center.png);width: 13px;height: 13px;}
|
|
| 30 |
+.header .header_top .menu_left .hdTop_mypage {background-image: url(/publish/images/hdTop_center.png);width: 13px;height: 13px;}
|
|
| 31 |
+.header .header_top .menu_left .hdTop_center {background-image: url(/publish/images/hdTop_mypage.png);width: 13px;height: 13px;}
|
|
| 31 | 32 |
.header .header_top .menu_right {right: 0;position: absolute;top: 50%;transform: translateY(-50%);background-color: #2c2c2c;height: 100%;line-height: 40px; display: flex;}
|
| 32 | 33 |
.header .header_top .menu_right li {padding: 0 20px;}
|
| 33 | 34 |
.header .header_top .menu_right li:hover {background-color: #1c1c1c;color: #fff;text-decoration: underline;}
|
... | ... | @@ -95,10 +96,10 @@ |
| 95 | 96 |
.login2 .login_info {position: relative;vertical-align: middle;}
|
| 96 | 97 |
/*.login2 .login_info::after {content: "";position: absolute;width: 1px;height: 30px;background-color: #d3d3d3;top: 50%;right: -15px;transform: translateY(-50%);}*/
|
| 97 | 98 |
.login2 .login_info p {display: inline-block;vertical-align: middle; max-width: 180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
|
| 98 |
-.login2 .login_info .login2_name {display: inline-block; min-width: 155px; position: relative; vertical-align: middle;}
|
|
| 99 |
-.login2 .login_info .login2_name p {color: #222; font-weight: 400; vertical-align: top; font-weight: 500; height: 16px; white-space:nowrap;}
|
|
| 100 |
-.login2 .login_info .login2_name span {width: 61px;padding:0 10px 0 0;margin: 0 0 0 -5px;}
|
|
| 101 |
-.login2 .login_info i {background-image: url(/publish/images/mypageIcon2.png);width: 34px;height: 34px;margin-right: 5px;}
|
|
| 99 |
+.login2 .login_info .login2_name {display: inline-flex; min-width: 110px; position: relative; vertical-align: middle;align-items:center; cursor:pointer;}
|
|
| 100 |
+.login2 .login_info .login2_name p {color: #002c9a; font-weight: 600; vertical-align: top; height: 16px; white-space:nowrap;}
|
|
| 101 |
+.login2 .login_info .login2_name span {width: 61px;padding:0 10px 0 0;margin:0 0 0 0;}
|
|
| 102 |
+.login2 .login_info .icon_user{background-image: url(/publish/images/icon_header_user.png);width: 28px;height: 28px;}
|
|
| 102 | 103 |
/*등급별 아이콘*/ |
| 103 | 104 |
.login2 .login_info i.vvip{background-image: url(/publish/images/level/level_icon/vvip_icon.png);}
|
| 104 | 105 |
.login2 .login_info i.vip{background-image: url(/publish/images/level/level_icon/vip_icon.png);}
|
... | ... | @@ -113,12 +114,12 @@ |
| 113 | 114 |
.login2 .login_info i.yellow{background-image: url(/publish/images/level/level_icon/yellow_icon.png);}
|
| 114 | 115 |
.login2 .login_info i.white{background-image: url(/publish/images/level/level_icon/white_icon.png);}
|
| 115 | 116 |
/*등급별 아이콘 끝*/ |
| 116 |
-.login2 .login_info button {margin-right: 2px;}
|
|
| 117 |
+.login2 .login_info button {padding:0 14px;}
|
|
| 117 | 118 |
.login2 .login_pay {display:flex;}
|
| 118 | 119 |
.login2 .check_money p span, .login2 .point p span {padding-left: 4px;}
|
| 119 | 120 |
.login2 .check_money {margin-right: 20px; display: inline-flex;}
|
| 120 | 121 |
.login2 .check_money p {padding-right: 6px;display: inline-block;vertical-align: middle;}
|
| 121 |
-.login2 .check_money i {background-image: url(/publish/images/check_money2.png);width: 29px;height: 30px;margin-right: 3px;}
|
|
| 122 |
+.login2 .check_money>.holdingsum_box>i {background-image: url(/publish/images/check_money2.png);width: 29px;height: 30px;margin-right: 3px;}
|
|
| 122 | 123 |
.login2 .check_money button {margin-right: 2px;}
|
| 123 | 124 |
.login2 .check_money .account_box {position:relative;display:inline-block;}
|
| 124 | 125 |
.login2 .check_money .account_box dl {display:none;position:absolute;left:50%;top:41px;padding:12px 24px 14px 14px;border:2px solid #002c9a;background:#fff;border-radius:10px;box-shadow:0px 3px 10px 0px rgba(0, 0, 0, 0.5);transform:translateX(-50%);}
|
... | ... | @@ -127,8 +128,24 @@ |
| 127 | 128 |
.login2 .check_money .account_box dl dt:before {content:'';display:inline-block;width:22px;height:20px;margin:0 5px 0 0;vertical-align:top;background:url(/publish/images/content/icon_account_layer.png) no-repeat left top;}
|
| 128 | 129 |
.login2 .check_money .account_box dl dd {margin:7px 0 0;font-size:15px;font-weight:500;white-space:nowrap;}
|
| 129 | 130 |
.login2 .check_money .account_box:hover dl {display:block;}
|
| 130 |
- /*후불 회원에게만 노출되는 안내레이어*/ |
|
| 131 |
-.login2 .check_money .holdingsum_box {position: relative;}
|
|
| 131 |
+ |
|
| 132 |
+.login2 .check_money .user_money_wrap{display:flex;align-items:center;gap:4px;margin:0 6px 0 0;}
|
|
| 133 |
+.login2 .check_money .hover_content_wrap{display:inline-block;position:relative;}
|
|
| 134 |
+.login2 .check_money .hover_content_wrap .qmMark{width:17px;height:17px;margin:0 4px 0 0;background:#6a6c72;border-radius:100%;color:#fff;text-align:center;}
|
|
| 135 |
+.login2 .check_money .hover_content_wrap .qmMark:hover+.hover_content{display:block;}
|
|
| 136 |
+.login2 .check_money .hover_content{display:none;position:absolute;padding:12px 10px 8px 10px;border:2px solid #002c9a;background:#fff;box-shadow: 0 3px 10px 0 rgba(0,0,0,0.5);transform:translateX(-50%);border-radius:5px;top:34px;left:8px;}
|
|
| 137 |
+.login2 .check_money .hover_content::after{content:'';position:absolute;left:50%;top:-10px;width:16px;height:10px;margin:0 0 0 -8px;background:url(../images/content/icon_account_arrow.png) no-repeat left top;}
|
|
| 138 |
+.login2 .check_money .hover_content .hover_content_title{font-size:14px;font-weight:600;margin:0 0 10px 0;}
|
|
| 139 |
+.login2 .check_money .hover_content .hover_content_title span{padding:0;font-size:13px;font-weight:400;}
|
|
| 140 |
+.login2 .check_money .hover_content .hover_content_title img{width:16px;margin:-4px 0 0 0;}
|
|
| 141 |
+.login2 .check_money .hover_content .send_available_number{display:flex;flex-direction:column;gap:7px;}
|
|
| 142 |
+.login2 .check_money .hover_content .send_available_number li{display:flex;justify-content:space-between;font-size:13px;}
|
|
| 143 |
+.login2 .check_money .hover_content .title{min-width:70px;}
|
|
| 144 |
+.login2 .check_money .hover_content .number{text-align:right;padding:0;}
|
|
| 145 |
+.login2 .check_money .hover_content .event_term{width:100%;padding:2px 0;margin:8px 0 0 0;background:#e5e5e5;font-size:13px;color:#444;text-align:center;border-radius:25px;}
|
|
| 146 |
+ |
|
| 147 |
+/*후불 회원에게만 노출되는 안내레이어*/ |
|
| 148 |
+.login2 .check_money .holdingsum_box {position: relative; display:flex; align-items: center;}
|
|
| 132 | 149 |
.login2 .check_money .holdingsum_box dl {display:none;position:absolute;left:50%;top:41px;padding:12px;border:2px solid #002c9a;background:#fff;border-radius:10px;box-shadow:0px 3px 10px 0px rgba(0, 0, 0, 0.5);transform:translateX(-50%);}
|
| 133 | 150 |
.login2 .check_money .holdingsum_box dl:after {content:'';position:absolute;left:50%;top:-10px;width:16px;height:10px;margin:0 0 0 -8px;background:url(../images/content/icon_account_arrow.png) no-repeat left top;}
|
| 134 | 151 |
.login2 .check_money .holdingsum_box dl dd {margin:3px;font-size:15px;font-weight:500;white-space:nowrap; line-height:20px;}
|
... | ... | @@ -153,7 +170,7 @@ |
| 153 | 170 |
.login2 .event {white-space:nowrap;}
|
| 154 | 171 |
|
| 155 | 172 |
/* 보안로그인 */ |
| 156 |
-.security_box{display:inline-flex;height:36px;font-weight:500;background:#fff;padding:0 8px 0 11px;margin:0 0 0 3px;vertical-align:middle;border-radius:5px;align-items:center;}
|
|
| 173 |
+.security_box{display:inline-flex;height:36px;font-weight:500;background:#fff;padding:0 8px 0 11px;margin:0 0 0 3px;vertical-align:middle;border-radius:5px;align-items:center;box-sizing:border-box;}
|
|
| 157 | 174 |
.security_box.red_box{border:1px solid #ca1a1a;}
|
| 158 | 175 |
.security_box.green_box{border:1px solid #0ca448;}
|
| 159 | 176 |
.security_box p{cursor:pointer;}
|
... | ... | @@ -356,6 +373,9 @@ |
| 356 | 373 |
.login_right {margin-right: 20px; text-align: inherit;}
|
| 357 | 374 |
.login2 .login_info {margin-right: 30px;}
|
| 358 | 375 |
.login2 .login_info::after {right: -25px;}
|
| 376 |
+ .login2 .login_info .login2_name p{font-size:14px;}
|
|
| 377 |
+ .login2 .login_info button.btn_36.fill_gray{padding:0 8px;font-size:14px;}
|
|
| 378 |
+ .security_box,.login2 .check_money .user_money_wrap, .login2 .point,.login2 .session span,.login2 .login_info .login2_name span{font-size:14px;}
|
|
| 359 | 379 |
.login2 .check_money {margin-right: 15px;}
|
| 360 | 380 |
.login2 .login_right button {padding: 0 8px; margin-right: 20px;}
|
| 361 | 381 |
/* quick Menu */ |
--- src/main/webapp/publish/css/content.css
+++ src/main/webapp/publish/css/content.css
... | ... | @@ -20,6 +20,7 @@ |
| 20 | 20 |
/*// 발송결과 화면개선 */ |
| 21 | 21 |
.table {display: table;width: 100%;}
|
| 22 | 22 |
.table_cell {display: table-cell;vertical-align: middle;}
|
| 23 |
+.table_cell1 {display: table-cell;vertical-align: top; position: relative;/* top: 25px; */}
|
|
| 23 | 24 |
.vMiddle {vertical-align: middle;}
|
| 24 | 25 |
.tRight {text-align: right !important;}
|
| 25 | 26 |
.tLeft {text-align: left !important;}
|
... | ... | @@ -530,7 +531,7 @@ |
| 530 | 531 |
.send_top .send_right {flex-basis: calc(100% - 68% - 80px); position: relative;min-height:630px;}
|
| 531 | 532 |
.send_top .send_general.sec .send_right {min-height:auto;}
|
| 532 | 533 |
/* phone 기본 -- sticky */ |
| 533 |
-.send_top .send_right .phone {width: 320px; position: absolute; right: -2px; top: 0;}
|
|
| 534 |
+.send_top .send_right .phone {width: 320px; position: absolute; right: -2px; top: 0; transition: top 0.1s linear;}
|
|
| 534 | 535 |
.send_top .send_right .phone .phoneIn {background-image: url(/publish/images/content/phoneBg.png); height: 600px; background-size: 100% auto; background-repeat: no-repeat; }
|
| 535 | 536 |
.send_top .send_right .phone .phoneIn>div {padding: 45px 25px 0 25px; position: relative; height: 96%; box-sizing: border-box;}
|
| 536 | 537 |
.send_top .send_right .phone .prev_p {font-size: 20px;font-weight: 500;padding-bottom: 12px;border-bottom: 1px solid #e5e5e5;}
|
... | ... | @@ -601,6 +602,7 @@ |
| 601 | 602 |
.send_general.sec .tType1 tbody tr:first-child {border-top: 0;}
|
| 602 | 603 |
.send_top .excelWrap {padding: 20px 0;}
|
| 603 | 604 |
.excel_middle {background-color: #f2f2f2; padding: 9px 20px; border-radius: 5px; margin: 20px 0;}
|
| 605 |
+.excel_middle .select_btnWrap div{gap:6px;}
|
|
| 604 | 606 |
.send_top .excelWrap .excel_selBox {margin-bottom: 10px; display: flex; justify-content: space-between;}
|
| 605 | 607 |
.send_top .excelWrap .excel_selBox select.selType1 {padding: 0 80px 0 10px;}
|
| 606 | 608 |
.send_top .excelWrap .excel_selBox span {color: #e40000; font-size: 14px; padding-left: 5px;}
|
... | ... | @@ -875,11 +877,12 @@ |
| 875 | 877 |
.search_wrap_btn button {height: 36px;}
|
| 876 | 878 |
.search_wrap_btn p {display: inline-block; font-size: 16px; font-weight: 300; vertical-align: middle; color: #666; padding-left: 5px;}
|
| 877 | 879 |
.search_wrap_btn p .add_text {font-size: 14px; padding-left: 5px;}
|
| 878 |
-.custom_content.custom3 .area_tabcontent li {background-color: transparent; padding: 0; border: 0;}
|
|
| 880 |
+.custom_content.custom3 .area_tabcontent.photo_sample{gap:25px 13.4px;}
|
|
| 881 |
+.custom_content.custom3 .area_tabcontent li {background-color: transparent; padding: 0; border: 0; margin:0;}
|
|
| 879 | 882 |
.custom_content.custom3 .area_tabcontent li .photo_preview {background-color: #f2f2f2; padding: 0 7px 7px 7px; border: 1px solid #d5d5d5; border-radius: 10px;}
|
| 880 | 883 |
.custom_content.custom3 .area_tabcontent li .tit_text_wrap {padding: 10px 0; letter-spacing: -1px;}
|
| 881 |
-.custom_content.custom3 .area_tabcontent li .tit_text_wrap input[type="checkbox"] {margin-bottom: 2px;}
|
|
| 882 |
-.custom_content.custom3 .area_tabcontent li .tit_text_wrap input[type="checkbox"]+label {font-size: 15px; color: #222;}
|
|
| 884 |
+.custom_content.custom3 .area_tabcontent li .tit_text_wrap input[type="checkbox"] {margin-bottom: 4px;}
|
|
| 885 |
+.custom_content.custom3 .area_tabcontent li .tit_text_wrap input[type="checkbox"]+label {display: inline-block; max-width: calc(100% - 100px); font-size: 15px; color: #222; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
|
|
| 883 | 886 |
.custom_content.custom3 .tit_text_wrap>span {font-size: 14px; width: 60px; text-align: center; padding: 4px; display: inline-block; border-radius: 11px; margin-left: 2px; font-weight: 300;}
|
| 884 | 887 |
.custom_content.custom3 .tit_text_wrap>span.step1 {background-color: #2a57c8; color: #fff;}
|
| 885 | 888 |
.custom_content.custom3 .tit_text_wrap>span.step2 {background-color: #fbc72b; color: #222; font-weight: 400;}
|
... | ... | @@ -889,6 +892,8 @@ |
| 889 | 892 |
.myphoto_info p {font-size: 14px; font-weight: 400; color: #222; text-align: left; font-weight: 300; line-height:18px;}
|
| 890 | 893 |
.myphoto_info p:first-child {padding: 3px 0 8px 0;}
|
| 891 | 894 |
.myphoto_info button {position: absolute; right: 0; background-color: #fff; height: 24px; padding: 0 6px; border: 1px solid #ccc; border-radius: 5px; font-size: 13px; color: #555;}
|
| 895 |
+.custom_content.custom3 .myphoto_info{text-align:right;}
|
|
| 896 |
+.custom_content.custom3 .myphoto_info button{position: inherit;}
|
|
| 892 | 897 |
.myphoto_info button:hover {box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.1);}
|
| 893 | 898 |
.myphoto_info button.modify_btn {top: 0;}
|
| 894 | 899 |
.myphoto_info button.detail_btn {top: 26px;}
|
... | ... | @@ -1068,7 +1073,8 @@ |
| 1068 | 1073 |
.pay_cont .tType1 button {height: 40px; margin-right: 2px;}
|
| 1069 | 1074 |
.pay_cont .tType1 .btnType17 {font-size: 16px; width: 100px;}
|
| 1070 | 1075 |
.pay_cont .excel_middle {margin: 20px 0 10px 0;}
|
| 1071 |
-.pay_cont .excel_middle .selType2 {width: 82px; height: 32px; margin-left: 0;}
|
|
| 1076 |
+.pay_cont .excel_middle .selType2 {/* width: 82px; */height: 32px; margin-left: 0;}
|
|
| 1077 |
+.pay_cont .select_btnWrap{display:flex;justify-content:space-between;align-items:center;}
|
|
| 1072 | 1078 |
.pay_cont .select_btnWrap .add_text2 {font-size: 16px; padding-top: 7px; color: #666; font-weight: 300;}
|
| 1073 | 1079 |
.pay_cont .select_btnWrap .add_text2 .accountinfo {padding:2px 0 0 10px; color:#21376c; font-weight:400;}
|
| 1074 | 1080 |
.pay_cont .select_btnWrap .add_text2 .accountinfo span {font-size:14px; color:#697593; padding:0 0 0 10px;}
|
... | ... | @@ -1076,7 +1082,7 @@ |
| 1076 | 1082 |
.pay_cont .excel_middle .level_btn{margin: 0 5px; border: 1px solid #002c9a; color: #002c9a;}
|
| 1077 | 1083 |
.pay_cont .excel_middle .level_btn img{margin-top: -3px;}
|
| 1078 | 1084 |
|
| 1079 |
-.pay_cont .excel_middle .print_btn {margin: 0 5px;}
|
|
| 1085 |
+/* .pay_cont .excel_middle .print_btn {margin: 0 5px;} */
|
|
| 1080 | 1086 |
.pay_cont .pay_info {display: flex; justify-content: center; background-color: #efeff0; width: 100%; padding: 16px 0; border-radius: 5px; margin: 20px 0 50px 0; box-sizing: border-box; }
|
| 1081 | 1087 |
.pay_cont .pay_info p:nth-child(1) {font-size: 18px;}
|
| 1082 | 1088 |
.pay_cont .pay_info p:nth-child(2), .pay_cont .pay_info p:nth-child(3) {font-size: 16px; font-weight: 300;}
|
... | ... | @@ -1126,6 +1132,9 @@ |
| 1126 | 1132 |
.hisroy_price .hisroy_price_in>div>p:first-child {float: left;}
|
| 1127 | 1133 |
.hisroy_price .hisroy_price_in>div>p:last-child {float: right;}
|
| 1128 | 1134 |
.hisroy_price .hisroy_price_in>div>p>span {font-size: 22px; font-family: 'GmarketSansBold'; color: #002c9a; padding-right: 5px;}
|
| 1135 |
+ |
|
| 1136 |
+.price_history_cont .tType4 .btnType20{margin:0;}
|
|
| 1137 |
+ |
|
| 1129 | 1138 |
/*후불회원 요금 사용내역*/ |
| 1130 | 1139 |
.hisroy_price .hisroy_defprice_in {position:relative; background-color: #f2f2f2; width: calc(100%/4 - 10px); padding: 28px 22px 40px 22px; border-radius: 5px; box-sizing: border-box;}
|
| 1131 | 1140 |
.hisroy_price .hisroy_defprice_in>p {font-size: 20px; font-weight: 600; margin-bottom: 25px; font-family: 'GmarketSansBold';}
|
... | ... | @@ -1222,13 +1231,20 @@ |
| 1222 | 1231 |
.pay_cont .bill_tab p {padding:0 0 0 20px;}
|
| 1223 | 1232 |
.pay_cont .bill_content_wrap .bill_content {display:none;}
|
| 1224 | 1233 |
|
| 1225 |
-.pay3_list td.td_payInfo span{position: relative; margin: 0 8px;}
|
|
| 1234 |
+/* .pay3_list td.td_payInfo span{position: relative; margin: 0 8px;}
|
|
| 1226 | 1235 |
.pay3_list td.td_payInfo span::after{position: absolute; content: " "; width: 1px; height: 12px; background-color: #666; left: 2px; top: 50%; transform: translateY(-50%);}
|
| 1236 |
+.pay3_list .tType4 tbody td p{display:inline-block;width:auto;margin:0;vertical-align:middle;}
|
|
| 1227 | 1237 |
.pay3_list td button{margin-right: 5px; padding: 0 10px; width: auto;}
|
| 1228 | 1238 |
.pay3_list td button:last-child{margin-right: 0;}
|
| 1229 | 1239 |
.pay3_list td button.btnType.btnType20 {display:block;margin:5px auto;}
|
| 1230 | 1240 |
.pay3_list td button.btnType.btnType20:first-child {margin-top:10px;}
|
| 1231 | 1241 |
.pay3_list td button.btnType.btnType20:last-child {margin-bottom:10px;}
|
| 1242 |
+.pay3_list td button.btnType.btn_use_status{display:inline-block;margin:0;} */
|
|
| 1243 |
+ |
|
| 1244 |
+.pay3_list td.td_payInfo span{position: relative; margin: 0 8px;}
|
|
| 1245 |
+.pay3_list td.td_payInfo span::after{position: absolute; content: " "; width: 1px; height: 12px; background-color: #666; left: 2px; top: 50%; transform: translateY(-50%);}
|
|
| 1246 |
+.pay3_list .tType4 tbody td p{display:inline-block;width:auto;margin:0;vertical-align:middle;}
|
|
| 1247 |
+.pay3_list td button{width:auto;padding:0 10px;margin:0;}
|
|
| 1232 | 1248 |
|
| 1233 | 1249 |
/* 결제하기 */ |
| 1234 | 1250 |
.charg_cont {background-color: #fff;padding: 40px;border-radius: 10px; min-height: 589px; display: none;}
|
... | ... | @@ -1623,6 +1639,8 @@ |
| 1623 | 1639 |
.kakaotalkset_cont .template_sample_content_wrap .pagination{margin-top: 40px;}
|
| 1624 | 1640 |
|
| 1625 | 1641 |
.kakaotalkset_cont .send_general.kakao_wrap{padding: 50px 0 0 0;}
|
| 1642 |
+.kakaotalkset_cont .friend_talk_wrap .template_name_wrap input{width:340px;}
|
|
| 1643 |
+.kakaotalkset_cont .friend_talk_wrap .template_name_wrap button{padding:0 15px;font-weight:400;}
|
|
| 1626 | 1644 |
.kakao_wrap .tType1_title{font-size: 24px;}
|
| 1627 | 1645 |
.kakao_wrap .template_name{width: 340px;}
|
| 1628 | 1646 |
.kakao_wrap .template_name_cf{display: inline-block; color: #666; padding: 0 0 0 15px; vertical-align: inherit;}
|
... | ... | @@ -1630,13 +1648,19 @@ |
| 1630 | 1648 |
.kakao_wrap .img_add_info_wrap .info_title_text{font-size: 15px; font-weight: 500;}
|
| 1631 | 1649 |
.kakao_wrap .img_add_info_wrap .info_text{font-size: 15px; color: #555;}
|
| 1632 | 1650 |
.kakao_wrap .img_add_info_wrap .info_text li{margin: 3px 0 0 0;}
|
| 1633 |
-.kakao_wrap .img_file_add_wrap .btn_img_upload{width: 251px; margin: 10px 0 15px 0;}
|
|
| 1651 |
+.kakao_wrap .img_file_add_wrap .info_title_text{font-weight: 500;margin:0 0 5px 0;}
|
|
| 1652 |
+.kakao_wrap .img_file_add_wrap .btn_img_upload{width: 251px;}
|
|
| 1634 | 1653 |
.kakao_wrap .img_file_add_wrap .img_file_info_wrap{width: 100%; max-width: 623px; border: 1px solid #e5e5e5; border-radius: 5px;}
|
| 1635 | 1654 |
.kakao_wrap .img_file_add_wrap .img_file_info_wrap li{display: flex;min-height: 60px;padding: 10px 20px; border-bottom: 1px solid #e5e5e5;justify-content: space-between; align-items: center; box-sizing: border-box;}
|
| 1636 | 1655 |
.kakao_wrap .img_file_add_wrap .img_file_info_wrap li:last-child{border-bottom: 0;}
|
| 1637 | 1656 |
.kakao_wrap .img_file_add_wrap .file_name{font-size: 16px; font-weight: 500;}
|
| 1638 | 1657 |
.kakao_wrap .img_file_add_wrap .btn_del{width: 30px;height: 30px;border: 1px solid #002c9a;border-radius: 5px;}
|
| 1639 | 1658 |
.kakao_wrap .img_file_add_wrap .img_url{width: calc(100% - 190px);}
|
| 1659 |
+.kakao_wrap .img_file_add_wrap .info_text{margin:0 0 10px 0;}
|
|
| 1660 |
+.kakao_wrap .img_file_add_wrap .info_text li{list-style:1.4;}
|
|
| 1661 |
+.kakao_wrap .img_file_add_wrap .img_file_wrap{display:inline-flex;width:calc(100% - 200px);}
|
|
| 1662 |
+.kakao_wrap .img_file_add_wrap .img_file_wrap .file_name{width:calc(100% - 28px);}
|
|
| 1663 |
+.kakao_wrap .img_file_add_wrap .img_file_wrap .file_name.file_none{color:#666;font-weight:300;line-height:1.8;}
|
|
| 1640 | 1664 |
|
| 1641 | 1665 |
.kakaotalkset_cont .kakao_wrap .template_category{width: 270px;}
|
| 1642 | 1666 |
.kakaotalkset_cont .kakao_wrap .emphasis_select{width: 250px;}
|
... | ... | @@ -1667,6 +1691,7 @@ |
| 1667 | 1691 |
.kakaotalkset_cont .kakao_wrap .put_right .btn_close{width: calc(100% - 20px); height: 36px; background-color: #999; color: #fff; font-size: 15px; border-radius: 5px; margin-top: 5px;}
|
| 1668 | 1692 |
.kakaotalkset_cont .kakao_wrap .put_right .send_btnWrap{position: absolute; width: 100%; bottom: 0;}
|
| 1669 | 1693 |
.kakaotalkset_cont .kakao_wrap .put_right .send_btnWrap button{width: 100%; max-width: 100%;}
|
| 1694 |
+.kakaotalkset_cont .friend_talk_wrap .phone_bottom{bottom:17px;}
|
|
| 1670 | 1695 |
.kakaotalkset_cont .kakao_wrap .button_type_wrap{display: flex; border: 1px solid #e5e5e5; border-radius: 5px; padding: 10px 20px; margin: 10px 0 0 0;}
|
| 1671 | 1696 |
.kakaotalkset_cont .kakao_wrap .button_type_wrap dt{width: 110px; font-weight: 400; padding: 8px 0 0 0;}
|
| 1672 | 1697 |
.kakaotalkset_cont .kakao_wrap .button_type_wrap .button_type_input{width: 483px;}
|
... | ... | @@ -1708,7 +1733,7 @@ |
| 1708 | 1733 |
.kakaotalkset_cont .kakao_wrap .send_right .phone_bottom .cancel{width: calc((100% - 10px));}
|
| 1709 | 1734 |
.kakao_wrap .replace_send_wrap{display: none; border: 1px solid #000; border-radius: 8px;padding: 0 20px; margin: 0 0 20px 0;}
|
| 1710 | 1735 |
.kakao_wrap .replace_send_wrap .tType1 tr:first-child{border-top: 0;}
|
| 1711 |
-.kakao_wrap .replace_send_wrap .tType1 tbody tr td.putText .put_right .btnType9{position: absolute; max-width: 100%; bottom: 0;}
|
|
| 1736 |
+.kakao_wrap .replace_send_wrap .tType1 tbody tr td.putText .put_right .btnType9{position: absolute; max-width: 100%; bottom: 0; left: 0;}
|
|
| 1712 | 1737 |
.kakao_wrap .replace_send_th{height: auto; padding: 20px 0 0 0;}
|
| 1713 | 1738 |
.kakao_wrap .replace_send_th .title_th{margin: 0 0 20px 0;}
|
| 1714 | 1739 |
.kakao_wrap .replace_send_th .title_th p{display: inline-block; width: 90px;}
|
... | ... | @@ -1733,14 +1758,17 @@ |
| 1733 | 1758 |
.send_top .kakaotalksend_cont .kakao_wrap .send_left .variable_wrap .excel_btn{height: 40px; border: 5px solid #129738; color: #129738; font-size: 16px; font-weight: 500; padding: 0 15px; border-radius: 5px;}
|
| 1734 | 1759 |
.send_top .kakaotalksend_cont .kakao_wrap .send_left .variable_wrap .excel_btn i{width: 17px; height: 15px; background-image: url(/publish/images/content/excel_img.png); margin: 0 5px 5px 0;}
|
| 1735 | 1760 |
.send_top .kakaotalksend_cont .kakao_wrap .send_left .receiver_wrap01{display: none !important;}
|
| 1761 |
+.send_top .kakaotalksend_cont .kakao_wrap .send_left .receiver_wrap02 .btnType{margin:0 0 0 6px;}
|
|
| 1736 | 1762 |
.send_top .kakaotalksend_cont .kakao_wrap .send_left .receiver_wrap02 .listType{width: 100%;}
|
| 1737 | 1763 |
.send_top .kakaotalksend_cont .kakao_wrap .send_left .receipt_num .list_table_num{width: calc(100% - 60px);}
|
| 1738 | 1764 |
.kakaotalksend_cont .kakao_wrap .put_right .qmMark{width: 19px; height: 19px; background-image: url(/publish/images/content/qmIcon_s.png); margin: -0.3px 0 2px 4px;}
|
| 1765 |
+.kakaotalksend_cont .kakao_wrap .receipt_num_top{align-items:center;gap:6px;}
|
|
| 1766 |
+.kakaotalksend_cont .kakao_wrap .send_right .phone_bottom{top:calc(100% - 230px);}
|
|
| 1739 | 1767 |
.kakaotalksend_cont .kakao_wrap .send_right .phone .phoneIn .text_preview{height: 78%;}
|
| 1740 | 1768 |
.kakaotalksend_cont .kakao_wrap .kakao_template_text {display: flex;justify-content: space-between;}
|
| 1741 | 1769 |
.kakaotalksend_cont .kakao_wrap .put_right .btn_popup_wrap{margin: 0 0 5px 0;}
|
| 1742 | 1770 |
.kakaotalksend_cont .kakao_wrap .replace_send_wrap .put_left{height: 234px;}
|
| 1743 |
-.kakaotalksend_cont .kakao_wrap .replace_send_wrap .put_left.short textarea{height: calc(100% - 58px);}
|
|
| 1771 |
+.kakaotalksend_cont .kakao_wrap .replace_send_wrap .put_left.short textarea{height: calc(100% - 79px);}
|
|
| 1744 | 1772 |
.kakaotalksend_cont .kakao_wrap .button_type_wrap{display: flex; border: 1px solid #e5e5e5; border-radius: 5px; padding: 10px 20px; margin: 10px 0 0 0;}
|
| 1745 | 1773 |
.kakaotalksend_cont .kakao_wrap .button_type_wrap dt{width: 110px; font-weight: 400; padding: 8px 0 0 0;}
|
| 1746 | 1774 |
.kakaotalksend_cont .kakao_wrap .button_type_wrap .button_type_input{width: 483px;}
|
... | ... | @@ -1779,13 +1807,16 @@ |
| 1779 | 1807 |
.friend_talk_wrap .put_text_wrap .put_text{height: calc(100% - 40px); border: 0; background-color: transparent; padding: 14px 0 0 0px;}
|
| 1780 | 1808 |
.friend_talk_wrap .put_text_wrap .text_length{position: absolute; display: flex; width: calc(100% - 40px); justify-content: space-between; align-items: center; left: 20px; box-sizing: border-box;}
|
| 1781 | 1809 |
.friend_talk_wrap .put_text_wrap .ad_txt{padding: 0;margin: 0;}
|
| 1782 |
-.friend_talk_wrap .put_right .btn_popup_wrap>button,.friend_talk_wrap .put_right .send_btnWrap>button{width: 100%; max-width: 100%; height: 40px;}
|
|
| 1810 |
+.friend_talk_wrap .put_right .btn_popup_wrap>button{width: 100%; max-width: 100%; height: 40px;}
|
|
| 1783 | 1811 |
.friend_talk_wrap .put_right .btn_popup_wrap>button:last-child,.friend_talk_wrap .put_right .send_btnWrap>button:last-child{margin: 0;}
|
| 1784 |
-.friend_talk_wrap .put_right .btn_text_save{background-color: #fff; border: 1px solid #002c9a; color: #002c9a; margin: 0 0 8px 0;}
|
|
| 1812 |
+.friend_talk_wrap .put_right .send_btnWrap{display:flex;gap:6px;}
|
|
| 1813 |
+.friend_talk_wrap .put_right .send_btnWrap .btnType9{width:40%;}
|
|
| 1814 |
+.friend_talk_wrap .put_right .send_btnWrap .btn_text_save{width:60%;}
|
|
| 1815 |
+ |
|
| 1785 | 1816 |
.friend_talk_wrap .template_button .cf_text{margin: 10px 0 0 0; font-size: 14px; color: #666;}
|
| 1786 | 1817 |
.friend_talk_wrap .friend_talk_title{margin: 0 0 10px 0; font-size: 15px; color: #222;}
|
| 1787 | 1818 |
.friend_talk_wrap .friend_talk_title span{color: #777;}
|
| 1788 |
-.friend_talk_wrap .send_right .phone .phoneIn .text_preview .allimtalk_content{border-radius: 5px;}
|
|
| 1819 |
+.friend_talk_wrap .send_right .phone .phoneIn .text_preview .allimtalk_content{border-radius: 5px;overflow:hidden;}
|
|
| 1789 | 1820 |
.friend_talk_wrap .send_right .phone .phoneIn .text_preview .allimtalk_content .template_text{font-size: 15px; font-weight: 300; color: #555;}
|
| 1790 | 1821 |
.friend_talk_wrap .send_right .kakao_block_text{width: calc(100% - 20px); text-align: right; font-size: 13px; font-weight: 300; color: #555; margin: 10px 0 0 0;}
|
| 1791 | 1822 |
.friend_talk_wrap .put_left {position: relative;width: calc(100% - 175px);height: 260px;}
|
... | ... | @@ -1793,8 +1824,11 @@ |
| 1793 | 1824 |
.friend_talk_wrap .put_right{width: 165px;}
|
| 1794 | 1825 |
.friend_talk_wrap .put_right .send_btnWrap {position: absolute;width: 100%;bottom: 0;}
|
| 1795 | 1826 |
.kakaotalksend_cont .friend_talk_wrap{padding: 0;}
|
| 1796 |
-.kakaotalksend_cont .friend_talk_wrap .put_left {height: 307px;}
|
|
| 1797 |
-.kakaotalksend_cont .friend_talk_wrap .put_text_wrap{height: calc(100% - 48px); margin: 10px 0 0 0;}
|
|
| 1827 |
+.kakaotalksend_cont .friend_talk_wrap .put_left {height: 259px;}
|
|
| 1828 |
+.kakaotalksend_cont .friend_talk_wrap .template_name_wrap{display:flex;gap:10px;}
|
|
| 1829 |
+.kakaotalksend_cont .friend_talk_wrap .template_name_wrap input{width:340px;}
|
|
| 1830 |
+.kakaotalksend_cont .friend_talk_wrap .template_name_wrap button{padding:0 15px;font-weight:400;}
|
|
| 1831 |
+/* .kakaotalksend_cont .friend_talk_wrap .put_text_wrap{height: calc(100% - 48px); } */
|
|
| 1798 | 1832 |
.kakaotalksend_cont .friend_talk_wrap .put_right {position: relative;width: 165px;}
|
| 1799 | 1833 |
.kakaotalksend_cont .tType1 tbody tr td.putText .put_right .btn_popup_wrap button:not(.btn_close){margin: 0 0 0 10px;}
|
| 1800 | 1834 |
|
... | ... | @@ -2009,10 +2043,10 @@ |
| 2009 | 2043 |
.kakao_intro_cont .note ul li:nth-child(5){font-weight: 400; font-size: 14px; color: #fff; margin: 3px 0 7px 10px; background-color: #002c9a; width: 260px; height: 32px; line-height: 31px; text-align: center; border-radius: 5px;}
|
| 2010 | 2044 |
.kakao_intro_cont .note ul li:nth-child(5):hover{box-shadow: 0 0 8px rgba(0,0,0,0.5);}
|
| 2011 | 2045 |
|
| 2012 |
- |
|
| 2013 |
- |
|
| 2014 | 2046 |
/* api - 소개 */ |
| 2015 | 2047 |
.send_top .api_guide_cont {background-color: #fff;padding: 30px 40px;border-radius: 10px;}
|
| 2048 |
+.send_top .api_guide_con{display:none;}
|
|
| 2049 |
+.send_top .api_guide_con.current{display:block;}
|
|
| 2016 | 2050 |
.api_guide_cont .api_visual_image {margin:0 0 57px 0; }
|
| 2017 | 2051 |
.api_guide_cont .api_visual_image img {max-width:100%;}
|
| 2018 | 2052 |
.api_guide_cont .api_intro {width:100%; margin:20px 0 0 0;}
|
... | ... | @@ -2023,17 +2057,18 @@ |
| 2023 | 2057 |
.api_guide_cont .api_intro .title h3 {font-family:'yg-jalnan'; font-size: 28px; text-align: center; padding-top: 55px;}
|
| 2024 | 2058 |
.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;}
|
| 2025 | 2059 |
.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;}
|
| 2060 |
+.api_guide_cont .api_intro.kakao_intro .title-line .left-line,.api_guide_cont .api_intro.kakao_intro .title-line .right-line{width:25%;}
|
|
| 2026 | 2061 |
.api_guide_cont .api_intro .con { padding:0 0 50px 0; margin:30px 0 0 0; }
|
| 2027 | 2062 |
.api_guide_cont .api_process_guide {display: flex; margin: 0 0 20px 0;}
|
| 2028 |
-.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;}
|
|
| 2029 |
-.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;}
|
|
| 2063 |
+.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;}
|
|
| 2064 |
+.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;}
|
|
| 2030 | 2065 |
.api_guide_cont .api_process_guide li:last-child{margin: 0 0 0 0;}
|
| 2031 | 2066 |
.api_guide_cont .api_process_guide li:last-child::after{display: none;}
|
| 2032 | 2067 |
.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);}
|
| 2033 | 2068 |
.api_guide_cont .api_process_guide .step_title span {font-weight: bold; font-size: 24px;}
|
| 2034 | 2069 |
.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);}
|
| 2035 |
-.api_guide_cont .api_process_guide dl dt {font-family: 'GmarketSansBold'; font-size: 23px; text-align: center; margin:20px 0 6px 0;}
|
|
| 2036 |
-.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;}
|
|
| 2070 |
+.api_guide_cont .api_process_guide dl dt {font-family: 'GmarketSansBold'; font-size: 19px; text-align: center; margin:20px 0 6px 0;}
|
|
| 2071 |
+.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;}
|
|
| 2037 | 2072 |
|
| 2038 | 2073 |
/* api - 사용안내 */ |
| 2039 | 2074 |
.api_guide {display: none;}
|
... | ... | @@ -2049,6 +2084,8 @@ |
| 2049 | 2084 |
.api_guide_cont .box .text table tr {border-bottom:1px solid #d5d5d5; }
|
| 2050 | 2085 |
.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;}
|
| 2051 | 2086 |
.api_guide_cont .box .text table td {text-indent: 18px; font-weight: 200;}
|
| 2087 |
+ |
|
| 2088 |
+.api_guide_cont .api_guide#tab5_1 .list_tab_wrap2.type3 li{width:calc(100%/5)}
|
|
| 2052 | 2089 |
/* // api 사용안내, 예제 다운로드 공통 사용*/ |
| 2053 | 2090 |
.api_guide_cont .re_cont .type_table table {width:100%; margin:40px 0 7px 0;}
|
| 2054 | 2091 |
.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; }
|
... | ... | @@ -2086,6 +2123,7 @@ |
| 2086 | 2123 |
|
| 2087 | 2124 |
/* api - 신청/관리 */ |
| 2088 | 2125 |
.api_guide_cont .api_admin {margin:0 0 60px 0; }
|
| 2126 |
+.api_guide_cont .api_admin .info{margin:0 0 30px 0;}
|
|
| 2089 | 2127 |
.api_guide_cont .api_admin .admin_title {font-size:20px; font-weight:bold; letter-spacing: -1px; margin:0 0 10px 0;}
|
| 2090 | 2128 |
.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;}
|
| 2091 | 2129 |
.api_guide_cont .api_admin .admin_info { font-size:14px; font-weight:300; color:#555; margin:0 0 5px 0;}
|
... | ... | @@ -2139,12 +2177,10 @@ |
| 2139 | 2177 |
/* right area 문자 미리보기 */ |
| 2140 | 2178 |
.send_top .resultcont_right {flex-basis: calc(100% - 68% - 80px); position: relative;min-height:630px;}
|
| 2141 | 2179 |
.send_top .send_general.sec .resultcont_right {min-height:auto;}
|
| 2142 |
-.send_top .resultcont_right .tab_phone {display: none; }
|
|
| 2143 |
-.send_top .resultcont_right .tab_phone.current {display: block;}
|
|
| 2144 | 2180 |
/* phone 기본 -- sticky */ |
| 2145 | 2181 |
.send_top .resultcont_right .phone {width: 374px; position: absolute; right: -2px; top: 0;}
|
| 2146 | 2182 |
.send_top .resultcont_right .phone .phoneIn {background-image: url(/publish/images/content/phoneBg.png); height: 720px; background-size: 100% auto; background-repeat: no-repeat; }
|
| 2147 |
-.send_top .resultcont_right .phone .phoneIn>div {padding: 45px 30px 25px 30px; position: relative; height: 98%; box-sizing: border-box;}
|
|
| 2183 |
+.send_top .resultcont_right .phone .phoneIn>div {padding: 45px 30px 0 30px; position: relative; height: 96%; box-sizing: border-box;}
|
|
| 2148 | 2184 |
.send_top .resultcont_right .phone .prev_p {font-size: 20px;font-weight: 500;padding-bottom: 12px;border-bottom: 1px solid #e5e5e5;}
|
| 2149 | 2185 |
.send_top .resultcont_right .phone .text_length2 {padding: 12px 0;}
|
| 2150 | 2186 |
.send_top .resultcont_right .phone .text_length2>span {float: left;line-height: 27px;}
|
... | ... | @@ -2175,8 +2211,8 @@ |
| 2175 | 2211 |
|
| 2176 | 2212 |
/* 알림톡 미리보기 */ |
| 2177 | 2213 |
.send_top .resultcont_right .phone_kakao {width: 374px; position: absolute; right:0; top: 0;}
|
| 2178 |
-.send_top .resultcont_right .phone_kakako .phoneIn{height: 720px; width:346px; background-image: url(/publish/images/content/kakaoBg_01.png); padding: 27px 25px 0 25px; margin:0 0 0 -12px;}
|
|
| 2179 |
-.send_top .resultcont_right .phone_kakako .prev_p{padding: 0 0 0 10px; border: 0; letter-spacing: -0.25px;}
|
|
| 2214 |
+.send_top .resultcont_right .phone_kakako .phoneIn{height: 690px; width:340px; background-image: url(/publish/images/content/kakaoBg_01.png); background-position:-10px top; padding: 27px 25px 0 25px;}
|
|
| 2215 |
+.send_top .resultcont_right .phone_kakako .prev_p{padding: 8px 0 0 10px; border: 0; letter-spacing: -0.25px;}
|
|
| 2180 | 2216 |
.send_top .resultcont_right .phone_kakako .prev_p img{margin: 0 10px 0 0;}
|
| 2181 | 2217 |
.send_top .resultcont_right .phone_kakako .allimtalk_title{position: relative; width: calc(100% - 20px); background-color: #fae100; font-family: 'LotteMartDream'; font-size: 18px; padding: 12px 21px; border-radius: 5px 5px 0 0; box-sizing: border-box;}
|
| 2182 | 2218 |
.send_top .resultcont_right .phone_kakako .allimtalk_title::after{position: absolute; content: " "; width: 42px; height: 42px; background: url(/publish/images/content/icon_kakao01.png) no-repeat; right: -20px; top: -10px;}
|
... | ... | @@ -2199,7 +2235,7 @@ |
| 2199 | 2235 |
.send_top .resultcont_right .phone_kakako .phoneIn .text_preview .allimtalk_content .btn_kakao_type{width: calc(100% - 20px); height: 40px; font-size: 15px; border-radius: 5px; background-color: #ededed;}
|
| 2200 | 2236 |
.send_top .resultcont_right .phone_kakako .phoneIn .template_info_wrap{display: flex; width: calc(85% + 13px); height: auto; padding: 6px 15px 6px 23px; justify-content: space-between; align-items: center; background-color: #fae100; margin: -5px 0 0 -3px; border-radius: 0 0 25px 25px;}
|
| 2201 | 2237 |
.send_top .resultcont_right .phone_kakako .phoneIn .template_info_wrap .btn_template_choice{width: 120px; height: 36px; font-size: 16px; color: #fae100; background-color: #302218; border-radius: 5px;}
|
| 2202 |
-.send_top .resultcont_right .phone_kakako .addText{color: #002c9a;text-align: center; font-size: 14px; padding-top: 2px; margin:-25px 0 10px 0;}
|
|
| 2238 |
+.send_top .resultcont_right .phone_kakako .addText{color: #002c9a;text-align: center; font-size: 14px; padding-top: 2px; margin:10px 0 10px 0;}
|
|
| 2203 | 2239 |
|
| 2204 | 2240 |
.btn_list_type1 {border-top:solid 1px #e5e5e5; text-align: right; padding:26px 0 0 0; margin:60px 0 0 0;}
|
| 2205 | 2241 |
.btn_list_type1 .btnType.btnType17 {width:100px; }
|
... | ... | @@ -2392,6 +2428,11 @@ |
| 2392 | 2428 |
|
| 2393 | 2429 |
.tb_wrap1{height:302px; overflow-y: auto; position:relative; border:1px solid #ccc; border-radius:5px;}
|
| 2394 | 2430 |
.tb_wrap1 table.type4 th{position: sticky; top:0; z-index: 1; background-color:#ededed;}
|
| 2431 |
+ |
|
| 2432 |
+/*문자전송_안심번호 안내 추가*/ |
|
| 2433 |
+.top_content .send_general .send_left .tType1 .btn_popup_wrap .info_guide{margin: -11px 0 0 0; text-align: left; line-height: 1.3; font-size: 14px; color: #e40000; font-weight: 400;}
|
|
| 2434 |
+.top_content .send_general .send_left .tType1 .btn_popup_wrap .info_guide:hover{text-decoration: underline;}
|
|
| 2435 |
+.tType1 tbody tr td.putText textarea.phone_num{height: 84px;}
|
|
| 2395 | 2436 |
|
| 2396 | 2437 |
|
| 2397 | 2438 |
@keyframes rotate-loading {
|
... | ... | @@ -2588,6 +2629,10 @@ |
| 2588 | 2629 |
.sub .election .receipt_number_table_wrap .list_bottom{width:100%;}
|
| 2589 | 2630 |
.sub .election .list_bottom .list_bottom_right button{height:30px;font-size:14px;letter-spacing:-1.4px;}
|
| 2590 | 2631 |
.sub .election .list_bottom .pagination button{display:inline-flex;width:25px;height:30px;align-items:center;justify-content:center;}
|
| 2632 |
+ |
|
| 2633 |
+ /*문자전송_안심번호 안내 추가*/ |
|
| 2634 |
+ .top_content .send_general .send_left .tType1 .btn_popup_wrap .info_guide{margin: 0 0 0 11px; text-indent: -11px;}
|
|
| 2635 |
+ .tType1 tbody tr td.putText textarea.phone_num{height: 103px;}
|
|
| 2591 | 2636 |
} |
| 2592 | 2637 |
|
| 2593 | 2638 |
@media only screen and (max-width:1380px){
|
--- src/main/webapp/publish/css/estimate.css
+++ src/main/webapp/publish/css/estimate.css
... | ... | @@ -31,6 +31,7 @@ |
| 31 | 31 |
|
| 32 | 32 |
.est_body .cont2 {background-color: #f2f2f2; padding: 0 20px; border: 1px solid #ccc; border-radius: 5px; margin: 13px 0 20px 0; height: 50px; line-height: 50px; box-sizing: border-box;}
|
| 33 | 33 |
.est_body .cont2 p:first-child {float: left; font-size: 16px; font-weight: 500;}
|
| 34 |
+.est_body .cont2 p:first-child span{font-size:13px;font-weight:400;color:#666;}
|
|
| 34 | 35 |
.est_body .cont2 p:last-child {float: right; font-size: 13px; font-weight: 300;}
|
| 35 | 36 |
.est_body .cont2 p span {font-size: 20px; font-weight: 700;}
|
| 36 | 37 |
|
--- src/main/webapp/publish/css/mem.css
+++ src/main/webapp/publish/css/mem.css
... | ... | @@ -319,13 +319,13 @@ |
| 319 | 319 |
.my_dashboard .send_price{display: flex;width: calc(100% - 490px); height: 80%; margin: 0 0 0 0; line-height: 1; align-items: stretch;}
|
| 320 | 320 |
.my_dashboard .send_price::after{display: none;}
|
| 321 | 321 |
.my_dashboard .send_price .price_title{display: flex; width: 100px; background-color: #eea301; color: #fff; font-size: 18px; font-weight: bold; border-radius: 10px 0 0 10px; align-items: center; justify-content: center; line-height: 1.5;}
|
| 322 |
-.my_dashboard .send_price .price_wrap{width: calc(135% - 100px); background-color: #fff; border-radius: 0 10px 10px 0;}
|
|
| 322 |
+.my_dashboard .send_price .price_wrap{width: calc(135% - 100px); background-color: #fff; border-radius: 0 10px 10px 0; padding: 0 10px;}
|
|
| 323 | 323 |
.my_dashboard .send_price ul{display: flex; width: calc(100% - 0px); border-bottom: 1px dashed #d5d5d5; margin: 0 auto; padding: 10px 14px; align-items: center; flex-wrap: wrap; box-sizing: border-box;}
|
| 324 | 324 |
.my_dashboard .send_price ul:last-child{border: 0; align-items: flex-start;}
|
| 325 | 325 |
.my_dashboard .send_price ul:first-child li:last-child{margin: 0; padding: 0}
|
| 326 | 326 |
.my_dashboard .send_price .price_wrap .title{font-size: 16px; color: #222;}
|
| 327 | 327 |
.my_dashboard .send_price .price_wrap .title img{margin: 0 8px 0 0; vertical-align: top;}
|
| 328 |
-.my_dashboard .send_price .event_wrap{width: 100%; background-color: #f5f5f5; border-radius: 5px; text-align: center; margin: 10px 0 0 0;}
|
|
| 328 |
+.my_dashboard .send_price .event_wrap{width: 100%; background-color: #f5f5f5; border-radius: 5px; text-align: center; margin: 10px 0;}
|
|
| 329 | 329 |
.my_dashboard .send_price .event_wrap .event_text{font-size: 15px; color: #444; padding: 8px 0;}
|
| 330 | 330 |
.my_dashboard .send_price .event_wrap .event_text span{color: #e40000; font-size: 17px;}
|
| 331 | 331 |
|
--- src/main/webapp/publish/guide.html
+++ src/main/webapp/publish/guide.html
... | ... | @@ -139,7 +139,7 @@ |
| 139 | 139 |
<li><a target="_blank" href="/publish/mypage4.html">mypage4.html</a>마이페이지 > 비밀번호 변경</li> |
| 140 | 140 |
<li><a target="_blank" href="/publish/mypage5.html">mypage5.html</a>마이페이지 > 발신번호 관리</li> |
| 141 | 141 |
<li><a target="_blank" href="/publish/mypage5_2.html">mypage5_2.html</a>마이페이지 > 발신번호 관리 > 번호 추가</li> |
| 142 |
- <li><a target="_blank" href="/publish/mypage6.html">mypage6.html</a>마이페이지 > 알림설정</li> |
|
| 142 |
+ <!-- <li><a target="_blank" href="/publish/mypage6.html">mypage6.html</a>마이페이지 > 알림설정</li> --> |
|
| 143 | 143 |
<li><a target="_blank" href="/publish/mypage7.html">mypage7.html</a>마이페이지 > 회원탈퇴</li> |
| 144 | 144 |
<li><a target="_blank" href="/publish/mypage8.html">mypage8.html</a>마이페이지 > 회원탈퇴 > 상세</li> |
| 145 | 145 |
<li><a target="_blank" href="/publish/mypage_security_login.html">mypage_security_login.html</a>마이페이지 > 보안로그인</li> |
... | ... | @@ -188,6 +188,7 @@ |
| 188 | 188 |
|
| 189 | 189 |
<li><b>기타</b></li> |
| 190 | 190 |
<li><a target="_blank" href="/publish/email_form_dormant.html">email_form_dormant.html</a>휴면회원 메일</li> |
| 191 |
+ <li><a target="_blank" href="/publish/maintenance.html">maintenance.html</a>시스템 점검 페이지</li> |
|
| 191 | 192 |
<li><a target="_blank" href="/publish/intro_service.html">intro_service.html</a>문자온 소개 > 서비스 소개</li> |
| 192 | 193 |
<li><a target="_blank" href="/publish/intro_function.html">intro_function.html</a>문자온 소개 > 주요기능</li> |
| 193 | 194 |
<li><a target="_blank" href="/publish/intro_bestsample.html">intro_bestsample.html</a>문자온 소개 > 베스트문자샘플</li> |
... | ... | @@ -219,8 +220,6 @@ |
| 219 | 220 |
<li><a target="_blank" href="/publish/email_form_terms_2024_clause.html">email_form_terms_2024_clause.html</a>서비스 이용약관 개정</li> |
| 220 | 221 |
<li><a target="_blank" href="/publish/email_form_terms_2024_privacy.html">email_form_terms_2024_privacy.html</a>개인정보처리방침 개정</li> |
| 221 | 222 |
<!-- ///////////////이메일 폼/////////////// --> |
| 222 |
- |
|
| 223 |
- |
|
| 224 | 223 |
|
| 225 | 224 |
</ul> |
| 226 | 225 |
|
+++ src/main/webapp/publish/images/api_intro_cont/api_guide_00.png
| Binary file is not shown |
+++ src/main/webapp/publish/images/content/kakao_img_basic.jpg
| Binary file is not shown |
+++ src/main/webapp/publish/images/content/kakao_img_wide.jpg
| Binary file is not shown |
+++ src/main/webapp/publish/images/icon_header_user.png
| Binary file is not shown |
+++ src/main/webapp/publish/images/icon_message.png
| Binary file is not shown |
--- src/main/webapp/publish/index.html
+++ src/main/webapp/publish/index.html
... | ... | @@ -92,265 +92,15 @@ |
| 92 | 92 |
</div> |
| 93 | 93 |
</div> |
| 94 | 94 |
|
| 95 |
- <!-- skip 메뉴 --> |
|
| 96 |
- <div class="skip_menu"> |
|
| 97 |
- <a href="#cont" title="본문 바로가기" class="contGo" rel="nosublink">본문 바로가기</a> |
|
| 98 |
- </div> |
|
| 99 |
- <!--// skip 메뉴 --> |
|
| 100 | 95 |
|
| 101 | 96 |
<!--// 요금안내 top 배너 시작 --> |
| 102 |
- <img class="price_top_banner" src="/publish/images/level/top_banner.png" alt="최저 8.1원 요금안내" usemap="#topbanner"> |
|
| 97 |
+ <!-- <img class="price_top_banner" src="/publish/images/level/top_banner.png" alt="최저 8.1원 요금안내" usemap="#topbanner"> |
|
| 103 | 98 |
<map name="topbanner"> |
| 104 | 99 |
<area shape="poly" coords="45,165,194,164,182,183,155,200,124,208,85,202,63,187,46,167" href="https://www.munjaon.co.kr/web/pay/PayGuide.do" alt=""> |
| 105 |
- </map> |
|
| 100 |
+ </map> --> |
|
| 106 | 101 |
<!--// 요금안내 top 배너 끝--> |
| 107 | 102 |
|
| 108 |
- <!--// quick 메뉴 시작 --> |
|
| 109 |
- <!--quick 메뉴 변경전 |
|
| 110 |
- <div class="quickMenu"> |
|
| 111 |
- <div> |
|
| 112 |
- <p class="quick_title">QUICK<br>MENU</p> |
|
| 113 |
- <p class="quick_title2">QUICK</p> |
|
| 114 |
- <ul class="quickMenuIn"> |
|
| 115 |
- <li> |
|
| 116 |
- <a href="/publish/index.html"><i class="quick1"></i><span>이용안내</span></a> |
|
| 117 |
- <div class="hover_cont">이용안내</div> |
|
| 118 |
- </li> |
|
| 119 |
- <li> |
|
| 120 |
- <a href="#"><i class="quick2"></i><span>채팅상담</span></a> |
|
| 121 |
- <div class="hover_cont">채팅상담</div> |
|
| 122 |
- </li> |
|
| 123 |
- <li> |
|
| 124 |
- <a href="#"><i class="quick3"></i><span>원격지원</span></a> |
|
| 125 |
- <div class="hover_cont">원격지원</div> |
|
| 126 |
- </li> |
|
| 127 |
- <li> |
|
| 128 |
- <a href="#"><i class="quick4"></i><span>맞춤제작</span></a> |
|
| 129 |
- <div class="hover_cont">맞춤제작</div> |
|
| 130 |
- </li> |
|
| 131 |
- <li> |
|
| 132 |
- <a href="#"><i class="quick5"></i><span>주소록 등록</span></a> |
|
| 133 |
- <div class="hover_cont">주소록 등록</div> |
|
| 134 |
- </li> |
|
| 135 |
- <li> |
|
| 136 |
- <a href="#"><i class="quick6"></i><span>엑셀 전송</span></a> |
|
| 137 |
- <div class="hover_cont">엑셀 대량전송</div> |
|
| 138 |
- </li> |
|
| 139 |
- <li> |
|
| 140 |
- <a href="#"><i class="quick7"></i><span>견적서</span></a> |
|
| 141 |
- <div class="hover_cont">견적서</div> |
|
| 142 |
- </li> |
|
| 143 |
- <li> |
|
| 144 |
- <a href="#"><i class="quick8"></i><span>결제</span></a> |
|
| 145 |
- <div class="hover_cont">결제</div> |
|
| 146 |
- </li> |
|
| 147 |
- <li> |
|
| 148 |
- <a href="#"><i class="quick9"></i><span>영수증/계산서</span></a> |
|
| 149 |
- <div class="hover_cont">영수증/계산서</div> |
|
| 150 |
- </li> |
|
| 151 |
- </ul> |
|
| 152 |
- <button type="button" class="goTop" title="맨 위로 이동">TOP<i></i></button> |
|
| 153 |
- </div> |
|
| 154 |
- </div> |
|
| 155 |
- --> |
|
| 156 |
- <!--quick 메뉴 변경후 시작--> |
|
| 157 |
- <div class="quickMenu main"> |
|
| 158 |
- <div> |
|
| 159 |
- <p class="quick_title">QUICK<br>MENU</p> |
|
| 160 |
- <p class="quick_title2">QUICK</p> |
|
| 161 |
- <ul class="quickMenuIn"> |
|
| 162 |
- <!-- |
|
| 163 |
- <li> |
|
| 164 |
- <a href="#" rel="nosublink"><i class="quick2"></i><span>카톡상담</span></a> |
|
| 165 |
- <div class="hover_cont">카톡상담</div> |
|
| 166 |
- </li> |
|
| 167 |
- <li> |
|
| 168 |
- <a href="#" rel="nosublink"><i class="quick3"></i><span>원격지원</span></a> |
|
| 169 |
- <div class="hover_cont">원격지원</div> |
|
| 170 |
- </li> |
|
| 171 |
- --> |
|
| 172 |
- <!-- 맞춤제작 |
|
| 173 |
- <li> |
|
| 174 |
- <a href="/web/pay/PayGuide.do" rel="nosublink"><i class="quick4"></i><span>맞춤제작</span></a> |
|
| 175 |
- <div class="hover_cont">맞춤제작</div> |
|
| 176 |
- </li> |
|
| 177 |
- --> |
|
| 178 |
- <li> |
|
| 179 |
- <a href="/web/pay/PayGuide.do" rel="nosublink"><i class="quick12"></i><span>요금안내</span></a> |
|
| 180 |
- <div class="hover_cont">요금안내</div> |
|
| 181 |
- </li> |
|
| 182 |
- <li> |
|
| 183 |
- <a href="/web/mjon/addr/selectAddrList.do" rel="nosublink"><i class="quick10"></i><span>주소록 관리</span></a> |
|
| 184 |
- <div class="hover_cont">주소록 관리</div> |
|
| 185 |
- </li> |
|
| 186 |
- <li> |
|
| 187 |
- <a href="/web/user/sendNumberManage.do"><i class="quick5"></i><span>발신번호 관리</span></a> |
|
| 188 |
- <div class="hover_cont">발신번호 관리</div> |
|
| 189 |
- </li> |
|
| 190 |
- <li style="margin-top: 1px;"> |
|
| 191 |
- <a href="/web/mjon/msgdata/excel/selectMsgExcelDataView.do"><i class="quick6"></i><span>엑셀 대량전송</span></a> |
|
| 192 |
- <div class="hover_cont">엑셀 대량전송</div> |
|
| 193 |
- </li> |
|
| 194 |
- <li> |
|
| 195 |
- <a href="/web/pay/PayGuide.do?tabType=2" rel="nosublink"><i class="quick7"></i><span>견적서</span></a> |
|
| 196 |
- <div class="hover_cont">견적서</div> |
|
| 197 |
- </li> |
|
| 198 |
- <li style="margin-top: 1px;"> |
|
| 199 |
- <a href="/web/member/pay/PayList.do" rel="nosublink"><i class="quick8"></i><span>결제관리</span></a> |
|
| 200 |
- <div class="hover_cont">결제관리</div> |
|
| 201 |
- </li> |
|
| 202 |
- <!-- |
|
| 203 |
- <li> |
|
| 204 |
- <a href="/web/member/pay/BillPub.do" rel="nosublink"><i class="quick9"></i><span>계산서/영수증</span></a> |
|
| 205 |
- <div class="hover_cont">계산서/영수증</div> |
|
| 206 |
- </li> |
|
| 207 |
- --> |
|
| 208 |
- <li> |
|
| 209 |
- <a href="/web/member/pay/BillPub.do" rel="nosublink"><i class="quick9"></i><span>세금계산서</span></a> |
|
| 210 |
- <div class="hover_cont">세금계산서</div> |
|
| 211 |
- </li> |
|
| 212 |
- <li class="cscenter"> |
|
| 213 |
- <a href="/web/cop/bbs/NoticeList.do" rel="nosublink"><i class="quick11"></i><span>고객센터</span></a> |
|
| 214 |
- <div class="hover_cont"> |
|
| 215 |
- <div class="title">고객센터</div> |
|
| 216 |
- <div class="number">1551-8011</div> |
|
| 217 |
- |
|
| 218 |
- <ul class="info"> |
|
| 219 |
- <li>· 월~금 : 09:30 ~ 18:30</li> |
|
| 220 |
- <li>· 점심시간 : 13:00 ~ 14:00</li> |
|
| 221 |
- <li>· 토, 일요일 및 법정공휴일 휴무</li> |
|
| 222 |
- </ul> |
|
| 223 |
- <div class="cskakao"> |
|
| 224 |
- <a href="http://pf.kakao.com/_PxoTtb/chat" class="kakao" target="_blank" rel="nosublink">카톡 상담</a> |
|
| 225 |
- <a href="javascript:void(0);" class="remote" onclick="remotePop('https://939.co.kr/munjaon/');" rel="nosublink">원격지원</a>
|
|
| 226 |
- </div> |
|
| 227 |
- </div> |
|
| 228 |
- </li> |
|
| 229 |
- </ul> |
|
| 230 |
- <button type="button" class="goTop" title="맨 위로 이동">TOP<i></i></button> |
|
| 231 |
- </div> |
|
| 232 |
- <div class="quick_kakaobtn main"><a href="http://pf.kakao.com/_PxoTtb/chat" target="_blank" rel="nosublink">카카오톡 상담</a></div> |
|
| 233 |
- </div> |
|
| 234 |
- <!--// quick 메뉴 끝 --> |
|
| 235 |
- |
|
| 236 |
- <!-- header 영역 --> |
|
| 237 |
- <header id="header" class="header sub"> |
|
| 238 |
- <!-- header top 영역 --> |
|
| 239 |
- <div class="header_top"> |
|
| 240 |
- <div class="inner"> |
|
| 241 |
- <ul class="menu_left"> |
|
| 242 |
- <li><a href="#"><i class="hdTop_fav"></i>즐겨찾기추가2222</a></li> |
|
| 243 |
- <li><a href="#"><i class="hdTop_mypage"></i>마이페이지</a></li> |
|
| 244 |
- <li><a href="#"><i class="hdTop_center"></i>고객센터</a></li> |
|
| 245 |
- </ul> |
|
| 246 |
- <ul class="menu_right"> |
|
| 247 |
- <li><a href="#">충전하기</a></li> |
|
| 248 |
- <li class="SortLine"><a href="#">요금안내</a></li> |
|
| 249 |
- <li class="SortLine"><a href="#">이용안내</a></li> |
|
| 250 |
- <li class="SortLine"><a href="#">1:1고객상담</a></li> |
|
| 251 |
- </ul> |
|
| 252 |
- </div> |
|
| 253 |
- </div><!-- header top 영역 --> |
|
| 254 |
- <!-- header body 영역 --> |
|
| 255 |
- <div class="header_body"> |
|
| 256 |
- <div class="inner table"> |
|
| 257 |
- <h1 class="logo"><a href="/publish/index.html" alt="문자온 메인 바로가기"><img src="/publish/images/CI.png" alt="문자온 CI"></a></h1> |
|
| 258 |
- <ul class="gnbWrap table_cell"> |
|
| 259 |
- <li><a href="#">문자발송</a></li> |
|
| 260 |
- <li class="new"><a href="#">카톡전송</a></li> |
|
| 261 |
- <li><a href="#">선거문자</a></li> |
|
| 262 |
- <li><a href="#">맞춤제작</a></li> |
|
| 263 |
- <li><a href="#">주소록 관리</a></li> |
|
| 264 |
- <li><a href="#">발송결과</a></li> |
|
| 265 |
- <li><a href="#">예약관리</a></li> |
|
| 266 |
- <li><a href="#">결제내역</a></li> |
|
| 267 |
- </ul> |
|
| 268 |
- <div class="s_menu"> |
|
| 269 |
- <i class="allSearch_info"><span>문자검색</span></i> |
|
| 270 |
- <button type="button" title="전체검색" class="allSearch" onclick="searchToggle();"><img src="/publish/images/search.png" alt="검색영역 열기" class="allMenu"></button> |
|
| 271 |
- <button type="button" title="전체메뉴"><img src="/publish/images/all_menu.png" alt="전체메뉴 열기"></button> |
|
| 272 |
- </div> |
|
| 273 |
- </div> |
|
| 274 |
- <!-- search popup 영역 --> |
|
| 275 |
- <div class="pop_search"> |
|
| 276 |
- <div class="inner"> |
|
| 277 |
- <div class="area_search"> |
|
| 278 |
- <select name="" id=""> |
|
| 279 |
- <option value="">그림문자</option> |
|
| 280 |
- <option value="">단문문자</option> |
|
| 281 |
- <option value="">장문문자</option> |
|
| 282 |
- <option value="">GIF</option> |
|
| 283 |
- </select> |
|
| 284 |
- <input type="text" placeholder="문자샘플 검색하기" onfocus="this.placeholder=''" onblur="this.placeholder='문자샘플 검색하기'"> |
|
| 285 |
- <button><img src="/publish/images/search02.png" alt=""></button> |
|
| 286 |
- </div> |
|
| 287 |
- <div class="area_popular"> |
|
| 288 |
- <p><i></i>인기검색어</p> |
|
| 289 |
- <ul class="popular_tag"> |
|
| 290 |
- <li><a href="#">#정월대보름</a></li> |
|
| 291 |
- <li class="on"><a href="#">#추석</a></li> |
|
| 292 |
- <li><a href="#">#가을인사</a></li> |
|
| 293 |
- <li><a href="#">#좋은하루</a></li> |
|
| 294 |
- </ul> |
|
| 295 |
- </div> |
|
| 296 |
- <button class="btn_close" onclick="searchToggle();"><img src="/publish/images/btn_searchclose.png" alt=""></button> |
|
| 297 |
- </div> |
|
| 298 |
- </div> |
|
| 299 |
- <!--// search popup 영역 --> |
|
| 300 |
- </div> |
|
| 301 |
- <!--// header body 영역 --> |
|
| 302 |
- <div id="login" class="login2"> |
|
| 303 |
- <div class="inner"> |
|
| 304 |
- <div class="login_left"> |
|
| 305 |
- <div class="login_info"> |
|
| 306 |
- <i><img src="/publish/images/mypageIcon2.png" id="commonHeaderGradeIcon"></i> |
|
| 307 |
- <div class="login2_name"> |
|
| 308 |
- <p>정수빈</p><span>(개인) 님</span> |
|
| 309 |
- </div> |
|
| 310 |
- <div class="session"> |
|
| 311 |
- <div> |
|
| 312 |
- <span id="ViewTimer">00:00</span> |
|
| 313 |
- </div> |
|
| 314 |
- <button type="button" onclick="sessionExpend(); return false;">연장</button> |
|
| 315 |
- </div> |
|
| 316 |
- <button type="button" class="btnType btnType3" onclick="location.href='/web/user/mberInfoIndex.do'">마이페이지</button> |
|
| 317 |
- <button type="button" class="btnType btnType2" onclick="location.href='/web/uat/uia/actionLogout.do'">로그아웃</button> |
|
| 318 |
- |
|
| 319 |
- <div class="security_box green_box"> |
|
| 320 |
- <a href="/web/user/mberSecureLogin.do" class="title">보안로그인</a><!-- 보안로그인 클릭시 보안로그인 홈페이지로 --> |
|
| 321 |
- <a href="#" id="secuLoginFlag" class="state on">ON</a><!-- ON/OFF 클릭시 이벤트 발생 --> |
|
| 322 |
- </div> |
|
| 323 |
- </div> |
|
| 324 |
- <div class="login_pay"> |
|
| 325 |
- <div class="check_money"> |
|
| 326 |
- <div class="holdingsum_box"> |
|
| 327 |
- <i></i> |
|
| 328 |
- <p>보유잔액 |
|
| 329 |
- <!-- <em>(캐시)</em> --> <span class="fwMd" id="hdUserMoney">0</span>원</p> |
|
| 330 |
- </div> |
|
| 331 |
- <button type="button" class="btnType btnType3">충전</button> |
|
| 332 |
- <div class="account_box"> |
|
| 333 |
- <button type="button" class="btnType btnType3">전용계좌</button> |
|
| 334 |
- <dl> |
|
| 335 |
- <dt>전용계좌</dt> |
|
| 336 |
- <dd>기업은행 48011304697636</dd> |
|
| 337 |
- </dl> |
|
| 338 |
- </div> |
|
| 339 |
- </div> |
|
| 340 |
- <div class="point"> |
|
| 341 |
- <i></i> |
|
| 342 |
- <p> |
|
| 343 |
- <!-- <em>적립</em> -->포인트 <span class="fwMd">0</span>원</p> |
|
| 344 |
- <button type="button" data-tooltip="popup04" class="btnType btnType3" onclick="popScrSetting();">교환</button> |
|
| 345 |
- </div> |
|
| 346 |
- </div> |
|
| 347 |
- </div> |
|
| 348 |
- </div> |
|
| 349 |
- </div> |
|
| 350 |
- <!--// login 영역 --> |
|
| 351 |
- </header> |
|
| 352 |
- <!--// header 영역 --> |
|
| 353 |
- <div class="mask"></div> |
|
| 103 |
+ <div data-include-path="/publish/layout/_header.html"></div> |
|
| 354 | 104 |
|
| 355 | 105 |
<!-- login 영역 --> |
| 356 | 106 |
<!-- content 영역 --> |
... | ... | @@ -392,295 +142,400 @@ |
| 392 | 142 |
<!--// visual 영역 --> |
| 393 | 143 |
<!-- new_content1 //--> |
| 394 | 144 |
<div class="banner_w"> |
| 395 |
- <div class="sw_wrap"> |
|
| 396 |
- <div class="swiper-container swiper2 swiper-container-initialized swiper-container-horizontal"> |
|
| 397 |
- <div class="swiper-wrapper" style="transition-duration: 0ms; transform: translate3d(-3395px, 0px, 0px);"> |
|
| 398 |
- <div class="swiper-slide swiper-slide-duplicate swiper-slide-duplicate-prev" data-swiper-slide-index="5" style="width: 339.5px;"> |
|
| 145 |
+ <div class="sw_wrap"> |
|
| 146 |
+ <div class="swiper-container swiper2 swiper-container-initialized swiper-container-horizontal"> |
|
| 147 |
+ <div class="swiper-wrapper" style="transition-duration: 0ms; transform: translate3d(-3734.5px, 0px, 0px);"><div class="swiper-slide swiper-slide-duplicate" data-swiper-slide-index="5" style="width: 339.5px;"> |
|
| 399 | 148 |
<div class="contWrap"> |
| 400 |
- <a href="/web/mjon/msgdata/selectMsgDataView.do" title="페이지 이동"> |
|
| 149 |
+ |
|
| 150 |
+ <a href="/web/mjon/msgdata/selectMsgDataView.do" title="페이지 이동"> |
|
| 151 |
+ |
|
| 401 | 152 |
<ul class="slide_cont1 table_cell1"> |
| 402 | 153 |
<li class="cont1_title">특정문구 일괄변환 기능</li> |
| 403 | 154 |
<li class="cont_ex"> |
| 404 |
- <p class="txt">문자내용의 특정문구(성명, 단어, 문구 등) 수신자마다 다르게 일괄 변환</p> |
|
| 405 |
- <p class="bg_icon"> |
|
| 406 |
- <img src="/cmm/fms/getImage.do?atchFileId=FILE_000000000111599" alt=""> |
|
| 407 |
- </p> |
|
| 155 |
+ <p class="txt">문자내용의 특정문구(성명, 단어, 문구 등) 수신자마다 다르게 일괄 변환</p> |
|
| 156 |
+ <p class="bg_icon"> |
|
| 157 |
+ <img src="/cmm/fms/getImage.do?atchFileId=FILE_000000000111599" alt=""> |
|
| 158 |
+ </p> |
|
| 408 | 159 |
</li> |
| 160 |
+ |
|
| 409 | 161 |
<li class="more">자세히보기</li> |
| 162 |
+ |
|
| 410 | 163 |
</ul> |
| 411 |
- </a> |
|
| 164 |
+ |
|
| 165 |
+ </a> |
|
| 166 |
+ |
|
| 412 | 167 |
</div> |
| 413 |
- </div> |
|
| 414 |
- <div class="swiper-slide swiper-slide-duplicate swiper-slide-duplicate-active" data-swiper-slide-index="6" style="width: 339.5px;"> |
|
| 168 |
+ </div><div class="swiper-slide swiper-slide-duplicate swiper-slide-duplicate-prev" data-swiper-slide-index="6" style="width: 339.5px;"> |
|
| 415 | 169 |
<div class="contWrap"> |
| 416 |
- <a href="/web/mjon/msgdata/selectMsgDataView.do" title="페이지 이동"> |
|
| 170 |
+ |
|
| 171 |
+ <a href="/web/mjon/msgdata/selectMsgDataView.do" title="페이지 이동"> |
|
| 172 |
+ |
|
| 417 | 173 |
<ul class="slide_cont1 table_cell1"> |
| 418 | 174 |
<li class="cont1_title">문자 포토에디터 무료 제공</li> |
| 419 | 175 |
<li class="cont_ex"> |
| 420 |
- <p class="txt">국내 최초 자사 기술로 개발한 문자 포토에디터 무료 제공</p> |
|
| 421 |
- <p class="bg_icon"> |
|
| 422 |
- <img src="/cmm/fms/getImage.do?atchFileId=FILE_000000000111600" alt=""> |
|
| 423 |
- </p> |
|
| 176 |
+ <p class="txt">국내 최초 자사 기술로 개발한 문자 포토에디터 무료 제공</p> |
|
| 177 |
+ <p class="bg_icon"> |
|
| 178 |
+ <img src="/cmm/fms/getImage.do?atchFileId=FILE_000000000111600" alt=""> |
|
| 179 |
+ </p> |
|
| 424 | 180 |
</li> |
| 181 |
+ |
|
| 425 | 182 |
<li class="more">자세히보기</li> |
| 183 |
+ |
|
| 426 | 184 |
</ul> |
| 427 |
- </a> |
|
| 185 |
+ |
|
| 186 |
+ </a> |
|
| 187 |
+ |
|
| 428 | 188 |
</div> |
| 429 |
- </div> |
|
| 430 |
- <div class="swiper-slide swiper-slide-duplicate swiper-slide-duplicate-next" data-swiper-slide-index="7" style="width: 339.5px;"> |
|
| 189 |
+ </div><div class="swiper-slide swiper-slide-duplicate swiper-slide-duplicate-active" data-swiper-slide-index="7" style="width: 339.5px;"> |
|
| 431 | 190 |
<div class="contWrap"> |
| 432 |
- <a href="/web/mjon/msgdata/selectMsgDataView.do" title="페이지 이동"> |
|
| 191 |
+ |
|
| 192 |
+ <a href="/web/mjon/msgdata/selectMsgDataView.do" title="페이지 이동"> |
|
| 193 |
+ |
|
| 433 | 194 |
<ul class="slide_cont1 table_cell1"> |
| 434 | 195 |
<li class="cont1_title">문자 제목 및 약도 추가</li> |
| 435 | 196 |
<li class="cont_ex"> |
| 436 |
- <p class="txt">문자메시지 내 제목 및 약도 추가 기능</p> |
|
| 437 |
- <p class="bg_icon"> |
|
| 438 |
- <img src="/cmm/fms/getImage.do?atchFileId=FILE_000000000111601" alt=""> |
|
| 439 |
- </p> |
|
| 197 |
+ <p class="txt">문자메시지 내 제목 및 약도 추가 기능</p> |
|
| 198 |
+ <p class="bg_icon"> |
|
| 199 |
+ <img src="/cmm/fms/getImage.do?atchFileId=FILE_000000000111601" alt=""> |
|
| 200 |
+ </p> |
|
| 440 | 201 |
</li> |
| 202 |
+ |
|
| 441 | 203 |
<li class="more">자세히보기</li> |
| 204 |
+ |
|
| 442 | 205 |
</ul> |
| 443 |
- </a> |
|
| 206 |
+ |
|
| 207 |
+ </a> |
|
| 208 |
+ |
|
| 444 | 209 |
</div> |
| 445 |
- </div> |
|
| 446 |
- <div class="swiper-slide swiper-slide-duplicate" data-swiper-slide-index="8" style="width: 339.5px;"> |
|
| 210 |
+ </div><div class="swiper-slide swiper-slide-duplicate swiper-slide-duplicate-next" data-swiper-slide-index="8" style="width: 339.5px;"> |
|
| 447 | 211 |
<div class="contWrap"> |
| 448 |
- <a href="/web/member/pay/BillPub.do" title="페이지 이동"> |
|
| 212 |
+ |
|
| 213 |
+ <a href="/web/member/pay/BillPub.do" title="페이지 이동"> |
|
| 214 |
+ |
|
| 449 | 215 |
<ul class="slide_cont1 table_cell1"> |
| 450 | 216 |
<li class="cont1_title">자동화 기반 비용처리</li> |
| 451 | 217 |
<li class="cont_ex"> |
| 452 |
- <p class="txt">세금계산서, 현금영수증 등 (충전금 전액 계산서 발행 가능)</p> |
|
| 453 |
- <p class="bg_icon"> |
|
| 454 |
- <img src="/cmm/fms/getImage.do?atchFileId=FILE_000000000111602" alt=""> |
|
| 455 |
- </p> |
|
| 218 |
+ <p class="txt">세금계산서, 현금영수증 등 (충전금 전액 계산서 발행 가능)</p> |
|
| 219 |
+ <p class="bg_icon"> |
|
| 220 |
+ <img src="/cmm/fms/getImage.do?atchFileId=FILE_000000000111602" alt=""> |
|
| 221 |
+ </p> |
|
| 456 | 222 |
</li> |
| 223 |
+ |
|
| 457 | 224 |
<li class="more">자세히보기</li> |
| 225 |
+ |
|
| 458 | 226 |
</ul> |
| 459 |
- </a> |
|
| 227 |
+ |
|
| 228 |
+ </a> |
|
| 229 |
+ |
|
| 460 | 230 |
</div> |
| 461 | 231 |
</div> |
| 462 |
- <!-- 배너수정 250224 --> |
|
| 232 |
+ |
|
| 233 |
+ <!-- 배너수정 250224 --> |
|
| 234 |
+ |
|
| 235 |
+ |
|
| 236 |
+ |
|
| 463 | 237 |
<div class="swiper-slide" data-swiper-slide-index="0" style="width: 339.5px;"> |
| 464 | 238 |
<div class="contWrap"> |
| 465 |
- <a href="/web/mjon/msgdata/excel/selectMsgExcelDataView.do" title="페이지 이동"> |
|
| 239 |
+ |
|
| 240 |
+ <a href="/web/mjon/msgdata/excel/selectMsgExcelDataView.do" title="페이지 이동"> |
|
| 241 |
+ |
|
| 466 | 242 |
<ul class="slide_cont1 table_cell1"> |
| 467 | 243 |
<li class="cont1_title">대량문자·단체문자 전송</li> |
| 468 | 244 |
<li class="cont_ex"> |
| 469 |
- <p class="txt">별도의 설치 과정 없이 클릭 한번으로 최대 30만 건까지 한번에 전송 가능</p> |
|
| 470 |
- <p class="bg_icon"> |
|
| 471 |
- <img src="/cmm/fms/getImage.do?atchFileId=FILE_000000000111594" alt=""> |
|
| 472 |
- </p> |
|
| 245 |
+ <p class="txt">별도의 설치 과정 없이 클릭 한번으로 최대 30만 건까지 한번에 전송 가능</p> |
|
| 246 |
+ <p class="bg_icon"> |
|
| 247 |
+ <img src="/cmm/fms/getImage.do?atchFileId=FILE_000000000111594" alt=""> |
|
| 248 |
+ </p> |
|
| 473 | 249 |
</li> |
| 250 |
+ |
|
| 474 | 251 |
<li class="more">자세히보기</li> |
| 252 |
+ |
|
| 475 | 253 |
</ul> |
| 476 |
- </a> |
|
| 254 |
+ |
|
| 255 |
+ </a> |
|
| 256 |
+ |
|
| 477 | 257 |
</div> |
| 478 | 258 |
</div> |
| 259 |
+ |
|
| 479 | 260 |
<div class="swiper-slide" data-swiper-slide-index="1" style="width: 339.5px;"> |
| 480 | 261 |
<div class="contWrap"> |
| 481 |
- <a href="/web/api/intrdView.do" title="페이지 이동"> |
|
| 262 |
+ |
|
| 263 |
+ <a href="/web/api/intrdView.do" title="페이지 이동"> |
|
| 264 |
+ |
|
| 482 | 265 |
<ul class="slide_cont1 table_cell1"> |
| 483 | 266 |
<li class="cont1_title">문자연동(API) 서비스 제공</li> |
| 484 | 267 |
<li class="cont_ex"> |
| 485 |
- <p class="txt">맞춤형 웹 API 연동 서비스 제공 별도 모듈 설치 없이 소스를 추가하여 간단하게 문자 발송</p> |
|
| 486 |
- <p class="bg_icon"> |
|
| 487 |
- <img src="/cmm/fms/getImage.do?atchFileId=FILE_000000000111595" alt=""> |
|
| 488 |
- </p> |
|
| 268 |
+ <p class="txt">맞춤형 웹 API 연동 서비스 제공 별도 모듈 설치 없이 소스를 추가하여 간단하게 문자 발송</p> |
|
| 269 |
+ <p class="bg_icon"> |
|
| 270 |
+ <img src="/cmm/fms/getImage.do?atchFileId=FILE_000000000111595" alt=""> |
|
| 271 |
+ </p> |
|
| 489 | 272 |
</li> |
| 273 |
+ |
|
| 490 | 274 |
<li class="more">자세히보기</li> |
| 275 |
+ |
|
| 491 | 276 |
</ul> |
| 492 |
- </a> |
|
| 277 |
+ |
|
| 278 |
+ </a> |
|
| 279 |
+ |
|
| 493 | 280 |
</div> |
| 494 | 281 |
</div> |
| 282 |
+ |
|
| 495 | 283 |
<div class="swiper-slide" data-swiper-slide-index="2" style="width: 339.5px;"> |
| 496 | 284 |
<div class="contWrap"> |
| 497 |
- <a href="/web/mjon/custom/selectMsgCustomView.do" title="페이지 이동"> |
|
| 285 |
+ |
|
| 286 |
+ <a href="/web/mjon/custom/selectMsgCustomView.do" title="페이지 이동"> |
|
| 287 |
+ |
|
| 498 | 288 |
<ul class="slide_cont1 table_cell1"> |
| 499 | 289 |
<li class="cont1_title">그림문자 맞춤제작</li> |
| 500 | 290 |
<li class="cont_ex"> |
| 501 |
- <p class="txt">나만의 그림문자 이미지 맞춤제작으로 홍보효과 극대화</p> |
|
| 502 |
- <p class="bg_icon"> |
|
| 503 |
- <img src="/cmm/fms/getImage.do?atchFileId=FILE_000000000111596" alt=""> |
|
| 504 |
- </p> |
|
| 291 |
+ <p class="txt">나만의 그림문자 이미지 맞춤제작으로 홍보효과 극대화</p> |
|
| 292 |
+ <p class="bg_icon"> |
|
| 293 |
+ <img src="/cmm/fms/getImage.do?atchFileId=FILE_000000000111596" alt=""> |
|
| 294 |
+ </p> |
|
| 505 | 295 |
</li> |
| 296 |
+ |
|
| 506 | 297 |
<li class="more">자세히보기</li> |
| 298 |
+ |
|
| 507 | 299 |
</ul> |
| 508 |
- </a> |
|
| 300 |
+ |
|
| 301 |
+ </a> |
|
| 302 |
+ |
|
| 509 | 303 |
</div> |
| 510 | 304 |
</div> |
| 305 |
+ |
|
| 511 | 306 |
<div class="swiper-slide" data-swiper-slide-index="3" style="width: 339.5px;"> |
| 512 | 307 |
<div class="contWrap"> |
| 513 |
- <a href="/web/mjon/addragency/selectAddrAgencyList.do" title="페이지 이동"> |
|
| 308 |
+ |
|
| 309 |
+ <a href="/web/mjon/addragency/selectAddrAgencyList.do" title="페이지 이동"> |
|
| 310 |
+ |
|
| 514 | 311 |
<ul class="slide_cont1 table_cell1"> |
| 515 | 312 |
<li class="cont1_title">주소록 등록 무료대행</li> |
| 516 | 313 |
<li class="cont_ex"> |
| 517 |
- <p class="txt">주소록 직접 등록이 어려운 고객을 위해 엑셀, TXT 파일 등 주소록 등록 무료대행</p> |
|
| 518 |
- <p class="bg_icon"> |
|
| 519 |
- <img src="/cmm/fms/getImage.do?atchFileId=FILE_000000000111597" alt=""> |
|
| 520 |
- </p> |
|
| 314 |
+ <p class="txt">주소록 직접 등록이 어려운 고객을 위해 엑셀, TXT 파일 등 주소록 등록 무료대행</p> |
|
| 315 |
+ <p class="bg_icon"> |
|
| 316 |
+ <img src="/cmm/fms/getImage.do?atchFileId=FILE_000000000111597" alt=""> |
|
| 317 |
+ </p> |
|
| 521 | 318 |
</li> |
| 319 |
+ |
|
| 522 | 320 |
<li class="more">자세히보기</li> |
| 321 |
+ |
|
| 523 | 322 |
</ul> |
| 524 |
- </a> |
|
| 323 |
+ |
|
| 324 |
+ </a> |
|
| 325 |
+ |
|
| 525 | 326 |
</div> |
| 526 | 327 |
</div> |
| 328 |
+ |
|
| 527 | 329 |
<div class="swiper-slide" data-swiper-slide-index="4" style="width: 339.5px;"> |
| 528 | 330 |
<div class="contWrap"> |
| 529 |
- <ul class="slide_cont1 table_cell1"> |
|
| 530 |
- <li class="cont1_title">080수신거부 무료 제공</li> |
|
| 531 |
- <li class="cont_ex"> |
|
| 532 |
- <p class="txt">광고, 선거 등 문자 전송 시 반드시 표기되어야 하는 080 수신거부 서비스 무료 제공</p> |
|
| 533 |
- <p class="bg_icon"> |
|
| 534 |
- <img src="/cmm/fms/getImage.do?atchFileId=FILE_000000000111598" alt=""> |
|
| 535 |
- </p> |
|
| 536 |
- </li> |
|
| 537 |
- </ul> |
|
| 331 |
+ |
|
| 332 |
+ <ul class="slide_cont1 table_cell1"> |
|
| 333 |
+ <li class="cont1_title">080수신거부 무료 제공</li> |
|
| 334 |
+ <li class="cont_ex"> |
|
| 335 |
+ <p class="txt">광고, 선거 등 문자 전송 시 반드시 표기되어야 하는 080 수신거부 서비스 무료 제공</p> |
|
| 336 |
+ <p class="bg_icon"> |
|
| 337 |
+ <img src="/cmm/fms/getImage.do?atchFileId=FILE_000000000111598" alt=""> |
|
| 338 |
+ </p> |
|
| 339 |
+ </li> |
|
| 340 |
+ |
|
| 341 |
+ </ul> |
|
| 342 |
+ |
|
| 538 | 343 |
</div> |
| 539 | 344 |
</div> |
| 540 |
- <div class="swiper-slide swiper-slide-prev" data-swiper-slide-index="5" style="width: 339.5px;"> |
|
| 345 |
+ |
|
| 346 |
+ <div class="swiper-slide" data-swiper-slide-index="5" style="width: 339.5px;"> |
|
| 541 | 347 |
<div class="contWrap"> |
| 542 |
- <a href="/web/mjon/msgdata/selectMsgDataView.do" title="페이지 이동"> |
|
| 348 |
+ |
|
| 349 |
+ <a href="/web/mjon/msgdata/selectMsgDataView.do" title="페이지 이동"> |
|
| 350 |
+ |
|
| 543 | 351 |
<ul class="slide_cont1 table_cell1"> |
| 544 | 352 |
<li class="cont1_title">특정문구 일괄변환 기능</li> |
| 545 | 353 |
<li class="cont_ex"> |
| 546 |
- <p class="txt">문자내용의 특정문구(성명, 단어, 문구 등) 수신자마다 다르게 일괄 변환</p> |
|
| 547 |
- <p class="bg_icon"> |
|
| 548 |
- <img src="/cmm/fms/getImage.do?atchFileId=FILE_000000000111599" alt=""> |
|
| 549 |
- </p> |
|
| 354 |
+ <p class="txt">문자내용의 특정문구(성명, 단어, 문구 등) 수신자마다 다르게 일괄 변환</p> |
|
| 355 |
+ <p class="bg_icon"> |
|
| 356 |
+ <img src="/cmm/fms/getImage.do?atchFileId=FILE_000000000111599" alt=""> |
|
| 357 |
+ </p> |
|
| 550 | 358 |
</li> |
| 359 |
+ |
|
| 551 | 360 |
<li class="more">자세히보기</li> |
| 361 |
+ |
|
| 552 | 362 |
</ul> |
| 553 |
- </a> |
|
| 363 |
+ |
|
| 364 |
+ </a> |
|
| 365 |
+ |
|
| 554 | 366 |
</div> |
| 555 | 367 |
</div> |
| 556 |
- <div class="swiper-slide swiper-slide-active" data-swiper-slide-index="6" style="width: 339.5px;"> |
|
| 368 |
+ |
|
| 369 |
+ <div class="swiper-slide swiper-slide-prev" data-swiper-slide-index="6" style="width: 339.5px;"> |
|
| 557 | 370 |
<div class="contWrap"> |
| 558 |
- <a href="/web/mjon/msgdata/selectMsgDataView.do" title="페이지 이동"> |
|
| 371 |
+ |
|
| 372 |
+ <a href="/web/mjon/msgdata/selectMsgDataView.do" title="페이지 이동"> |
|
| 373 |
+ |
|
| 559 | 374 |
<ul class="slide_cont1 table_cell1"> |
| 560 | 375 |
<li class="cont1_title">문자 포토에디터 무료 제공</li> |
| 561 | 376 |
<li class="cont_ex"> |
| 562 |
- <p class="txt">국내 최초 자사 기술로 개발한 문자 포토에디터 무료 제공</p> |
|
| 563 |
- <p class="bg_icon"> |
|
| 564 |
- <img src="/cmm/fms/getImage.do?atchFileId=FILE_000000000111600" alt=""> |
|
| 565 |
- </p> |
|
| 377 |
+ <p class="txt">국내 최초 자사 기술로 개발한 문자 포토에디터 무료 제공</p> |
|
| 378 |
+ <p class="bg_icon"> |
|
| 379 |
+ <img src="/cmm/fms/getImage.do?atchFileId=FILE_000000000111600" alt=""> |
|
| 380 |
+ </p> |
|
| 566 | 381 |
</li> |
| 382 |
+ |
|
| 567 | 383 |
<li class="more">자세히보기</li> |
| 384 |
+ |
|
| 568 | 385 |
</ul> |
| 569 |
- </a> |
|
| 386 |
+ |
|
| 387 |
+ </a> |
|
| 388 |
+ |
|
| 570 | 389 |
</div> |
| 571 | 390 |
</div> |
| 572 |
- <div class="swiper-slide swiper-slide-next on" data-swiper-slide-index="7" style="width: 339.5px;"> |
|
| 573 |
- <div class="contWrap on"> |
|
| 574 |
- <a href="/web/mjon/msgdata/selectMsgDataView.do" title="페이지 이동"> |
|
| 391 |
+ |
|
| 392 |
+ <div class="swiper-slide swiper-slide-active" data-swiper-slide-index="7" style="width: 339.5px;"> |
|
| 393 |
+ <div class="contWrap"> |
|
| 394 |
+ |
|
| 395 |
+ <a href="/web/mjon/msgdata/selectMsgDataView.do" title="페이지 이동"> |
|
| 396 |
+ |
|
| 575 | 397 |
<ul class="slide_cont1 table_cell1"> |
| 576 | 398 |
<li class="cont1_title">문자 제목 및 약도 추가</li> |
| 577 | 399 |
<li class="cont_ex"> |
| 578 |
- <p class="txt">문자메시지 내 제목 및 약도 추가 기능</p> |
|
| 579 |
- <p class="bg_icon"> |
|
| 580 |
- <img src="/cmm/fms/getImage.do?atchFileId=FILE_000000000111601" alt=""> |
|
| 581 |
- </p> |
|
| 400 |
+ <p class="txt">문자메시지 내 제목 및 약도 추가 기능</p> |
|
| 401 |
+ <p class="bg_icon"> |
|
| 402 |
+ <img src="/cmm/fms/getImage.do?atchFileId=FILE_000000000111601" alt=""> |
|
| 403 |
+ </p> |
|
| 582 | 404 |
</li> |
| 405 |
+ |
|
| 583 | 406 |
<li class="more">자세히보기</li> |
| 407 |
+ |
|
| 584 | 408 |
</ul> |
| 585 |
- </a> |
|
| 409 |
+ |
|
| 410 |
+ </a> |
|
| 411 |
+ |
|
| 586 | 412 |
</div> |
| 587 | 413 |
</div> |
| 588 |
- <div class="swiper-slide" data-swiper-slide-index="8" style="width: 339.5px;"> |
|
| 589 |
- <div class="contWrap"> |
|
| 590 |
- <a href="/web/member/pay/BillPub.do" title="페이지 이동"> |
|
| 414 |
+ |
|
| 415 |
+ <div class="swiper-slide swiper-slide-next on" data-swiper-slide-index="8" style="width: 339.5px;"> |
|
| 416 |
+ <div class="contWrap on"> |
|
| 417 |
+ |
|
| 418 |
+ <a href="/web/member/pay/BillPub.do" title="페이지 이동"> |
|
| 419 |
+ |
|
| 591 | 420 |
<ul class="slide_cont1 table_cell1"> |
| 592 | 421 |
<li class="cont1_title">자동화 기반 비용처리</li> |
| 593 | 422 |
<li class="cont_ex"> |
| 594 |
- <p class="txt">세금계산서, 현금영수증 등 (충전금 전액 계산서 발행 가능)</p> |
|
| 595 |
- <p class="bg_icon"> |
|
| 596 |
- <img src="/cmm/fms/getImage.do?atchFileId=FILE_000000000111602" alt=""> |
|
| 597 |
- </p> |
|
| 423 |
+ <p class="txt">세금계산서, 현금영수증 등 (충전금 전액 계산서 발행 가능)</p> |
|
| 424 |
+ <p class="bg_icon"> |
|
| 425 |
+ <img src="/cmm/fms/getImage.do?atchFileId=FILE_000000000111602" alt=""> |
|
| 426 |
+ </p> |
|
| 598 | 427 |
</li> |
| 428 |
+ |
|
| 599 | 429 |
<li class="more">자세히보기</li> |
| 430 |
+ |
|
| 600 | 431 |
</ul> |
| 601 |
- </a> |
|
| 432 |
+ |
|
| 433 |
+ </a> |
|
| 434 |
+ |
|
| 602 | 435 |
</div> |
| 603 | 436 |
</div> |
| 604 |
- |
|
| 605 |
- <!--// 배너수정 250224 --> |
|
| 606 |
- <div class="swiper-slide swiper-slide-duplicate" data-swiper-slide-index="0" style="width: 339.5px;"> |
|
| 437 |
+ |
|
| 438 |
+ |
|
| 439 |
+ |
|
| 440 |
+ |
|
| 441 |
+ <!--// 배너수정 250224 --> |
|
| 442 |
+ <div class="swiper-slide swiper-slide-duplicate" data-swiper-slide-index="0" style="width: 339.5px;"> |
|
| 607 | 443 |
<div class="contWrap"> |
| 608 |
- <a href="/web/mjon/msgdata/excel/selectMsgExcelDataView.do" title="페이지 이동"> |
|
| 444 |
+ |
|
| 445 |
+ <a href="/web/mjon/msgdata/excel/selectMsgExcelDataView.do" title="페이지 이동"> |
|
| 446 |
+ |
|
| 609 | 447 |
<ul class="slide_cont1 table_cell1"> |
| 610 | 448 |
<li class="cont1_title">대량문자·단체문자 전송</li> |
| 611 | 449 |
<li class="cont_ex"> |
| 612 |
- <p class="txt">별도의 설치 과정 없이 클릭 한번으로 최대 30만 건까지 한번에 전송 가능</p> |
|
| 613 |
- <p class="bg_icon"> |
|
| 614 |
- <img src="/cmm/fms/getImage.do?atchFileId=FILE_000000000111594" alt=""> |
|
| 615 |
- </p> |
|
| 450 |
+ <p class="txt">별도의 설치 과정 없이 클릭 한번으로 최대 30만 건까지 한번에 전송 가능</p> |
|
| 451 |
+ <p class="bg_icon"> |
|
| 452 |
+ <img src="/cmm/fms/getImage.do?atchFileId=FILE_000000000111594" alt=""> |
|
| 453 |
+ </p> |
|
| 616 | 454 |
</li> |
| 455 |
+ |
|
| 617 | 456 |
<li class="more">자세히보기</li> |
| 457 |
+ |
|
| 618 | 458 |
</ul> |
| 619 |
- </a> |
|
| 459 |
+ |
|
| 460 |
+ </a> |
|
| 461 |
+ |
|
| 620 | 462 |
</div> |
| 621 |
- </div> |
|
| 622 |
- <div class="swiper-slide swiper-slide-duplicate" data-swiper-slide-index="1" style="width: 339.5px;"> |
|
| 463 |
+ </div><div class="swiper-slide swiper-slide-duplicate" data-swiper-slide-index="1" style="width: 339.5px;"> |
|
| 623 | 464 |
<div class="contWrap"> |
| 624 |
- <a href="/web/api/intrdView.do" title="페이지 이동"> |
|
| 465 |
+ |
|
| 466 |
+ <a href="/web/api/intrdView.do" title="페이지 이동"> |
|
| 467 |
+ |
|
| 625 | 468 |
<ul class="slide_cont1 table_cell1"> |
| 626 | 469 |
<li class="cont1_title">문자연동(API) 서비스 제공</li> |
| 627 | 470 |
<li class="cont_ex"> |
| 628 |
- <p class="txt">맞춤형 웹 API 연동 서비스 제공 별도 모듈 설치 없이 소스를 추가하여 간단하게 문자 발송</p> |
|
| 629 |
- <p class="bg_icon"> |
|
| 630 |
- <img src="/cmm/fms/getImage.do?atchFileId=FILE_000000000111595" alt=""> |
|
| 631 |
- </p> |
|
| 471 |
+ <p class="txt">맞춤형 웹 API 연동 서비스 제공 별도 모듈 설치 없이 소스를 추가하여 간단하게 문자 발송</p> |
|
| 472 |
+ <p class="bg_icon"> |
|
| 473 |
+ <img src="/cmm/fms/getImage.do?atchFileId=FILE_000000000111595" alt=""> |
|
| 474 |
+ </p> |
|
| 632 | 475 |
</li> |
| 476 |
+ |
|
| 633 | 477 |
<li class="more">자세히보기</li> |
| 478 |
+ |
|
| 634 | 479 |
</ul> |
| 635 |
- </a> |
|
| 480 |
+ |
|
| 481 |
+ </a> |
|
| 482 |
+ |
|
| 636 | 483 |
</div> |
| 637 |
- </div> |
|
| 638 |
- <div class="swiper-slide swiper-slide-duplicate" data-swiper-slide-index="2" style="width: 339.5px;"> |
|
| 484 |
+ </div><div class="swiper-slide swiper-slide-duplicate" data-swiper-slide-index="2" style="width: 339.5px;"> |
|
| 639 | 485 |
<div class="contWrap"> |
| 640 |
- <a href="/web/mjon/custom/selectMsgCustomView.do" title="페이지 이동"> |
|
| 486 |
+ |
|
| 487 |
+ <a href="/web/mjon/custom/selectMsgCustomView.do" title="페이지 이동"> |
|
| 488 |
+ |
|
| 641 | 489 |
<ul class="slide_cont1 table_cell1"> |
| 642 | 490 |
<li class="cont1_title">그림문자 맞춤제작</li> |
| 643 | 491 |
<li class="cont_ex"> |
| 644 |
- <p class="txt">나만의 그림문자 이미지 맞춤제작으로 홍보효과 극대화</p> |
|
| 645 |
- <p class="bg_icon"> |
|
| 646 |
- <img src="/cmm/fms/getImage.do?atchFileId=FILE_000000000111596" alt=""> |
|
| 647 |
- </p> |
|
| 492 |
+ <p class="txt">나만의 그림문자 이미지 맞춤제작으로 홍보효과 극대화</p> |
|
| 493 |
+ <p class="bg_icon"> |
|
| 494 |
+ <img src="/cmm/fms/getImage.do?atchFileId=FILE_000000000111596" alt=""> |
|
| 495 |
+ </p> |
|
| 648 | 496 |
</li> |
| 497 |
+ |
|
| 649 | 498 |
<li class="more">자세히보기</li> |
| 499 |
+ |
|
| 650 | 500 |
</ul> |
| 651 |
- </a> |
|
| 501 |
+ |
|
| 502 |
+ </a> |
|
| 503 |
+ |
|
| 652 | 504 |
</div> |
| 653 |
- </div> |
|
| 654 |
- <div class="swiper-slide swiper-slide-duplicate" data-swiper-slide-index="3" style="width: 339.5px;"> |
|
| 505 |
+ </div><div class="swiper-slide swiper-slide-duplicate" data-swiper-slide-index="3" style="width: 339.5px;"> |
|
| 655 | 506 |
<div class="contWrap"> |
| 656 |
- <a href="/web/mjon/addragency/selectAddrAgencyList.do" title="페이지 이동"> |
|
| 507 |
+ |
|
| 508 |
+ <a href="/web/mjon/addragency/selectAddrAgencyList.do" title="페이지 이동"> |
|
| 509 |
+ |
|
| 657 | 510 |
<ul class="slide_cont1 table_cell1"> |
| 658 | 511 |
<li class="cont1_title">주소록 등록 무료대행</li> |
| 659 | 512 |
<li class="cont_ex"> |
| 660 |
- <p class="txt">주소록 직접 등록이 어려운 고객을 위해 엑셀, TXT 파일 등 주소록 등록 무료대행</p> |
|
| 661 |
- <p class="bg_icon"> |
|
| 662 |
- <img src="/cmm/fms/getImage.do?atchFileId=FILE_000000000111597" alt=""> |
|
| 663 |
- </p> |
|
| 513 |
+ <p class="txt">주소록 직접 등록이 어려운 고객을 위해 엑셀, TXT 파일 등 주소록 등록 무료대행</p> |
|
| 514 |
+ <p class="bg_icon"> |
|
| 515 |
+ <img src="/cmm/fms/getImage.do?atchFileId=FILE_000000000111597" alt=""> |
|
| 516 |
+ </p> |
|
| 664 | 517 |
</li> |
| 518 |
+ |
|
| 665 | 519 |
<li class="more">자세히보기</li> |
| 520 |
+ |
|
| 666 | 521 |
</ul> |
| 667 |
- </a> |
|
| 522 |
+ |
|
| 523 |
+ </a> |
|
| 524 |
+ |
|
| 668 | 525 |
</div> |
| 669 |
- </div> |
|
| 670 |
- </div> |
|
| 671 |
- <!-- 버튼 --> |
|
| 672 |
- <div class="swiper-button-next" tabindex="0" role="button" aria-label="Next slide"> |
|
| 673 |
- <img src="/publish/images/main/cont1_next.png" alt="다음"> |
|
| 674 |
- </div> |
|
| 675 |
- <div class="swiper-button-prev" tabindex="0" role="button" aria-label="Previous slide"> |
|
| 676 |
- <img src="/publish/images/main/cont1_prev.png" alt="이전"> |
|
| 677 |
- </div> |
|
| 678 |
- <!-- 페이징 --> |
|
| 679 |
- <div class="swiper-pagination swiper-pagination-clickable swiper-pagination-bullets"><span class="swiper-pagination-bullet" tabindex="0" role="button" aria-label="Go to slide 1"></span><span class="swiper-pagination-bullet swiper-pagination-bullet-active" tabindex="0" role="button" aria-label="Go to slide 2"></span><span class="swiper-pagination-bullet" tabindex="0" role="button" aria-label="Go to slide 3"></span><span class="swiper-pagination-bullet" tabindex="0" role="button" aria-label="Go to slide 4"></span><span class="swiper-pagination-bullet" tabindex="0" role="button" aria-label="Go to slide 5"></span><span class="swiper-pagination-bullet" tabindex="0" role="button" aria-label="Go to slide 6"></span><span class="swiper-pagination-bullet" tabindex="0" role="button" aria-label="Go to slide 7"></span><span class="swiper-pagination-bullet" tabindex="0" role="button" aria-label="Go to slide 8"></span></div> |
|
| 680 |
- <span class="swiper-notification" aria-live="assertive" aria-atomic="true"></span> |
|
| 681 |
- </div> |
|
| 526 |
+ </div></div> |
|
| 527 |
+ <!-- 버튼 --> |
|
| 528 |
+ <div class="swiper-button-next" tabindex="0" role="button" aria-label="Next slide"> |
|
| 529 |
+ <img src="/publish/images/main/cont1_next.png" alt="다음"> |
|
| 682 | 530 |
</div> |
| 683 |
- </div> |
|
| 531 |
+ <div class="swiper-button-prev" tabindex="0" role="button" aria-label="Previous slide"> |
|
| 532 |
+ <img src="/publish/images/main/cont1_prev.png" alt="이전"> |
|
| 533 |
+ </div> |
|
| 534 |
+ <!-- 페이징 --> |
|
| 535 |
+ <div class="swiper-pagination swiper-pagination-clickable swiper-pagination-bullets"><span class="swiper-pagination-bullet" tabindex="0" role="button" aria-label="Go to slide 1"></span><span class="swiper-pagination-bullet" tabindex="0" role="button" aria-label="Go to slide 2"></span><span class="swiper-pagination-bullet" tabindex="0" role="button" aria-label="Go to slide 3"></span><span class="swiper-pagination-bullet" tabindex="0" role="button" aria-label="Go to slide 4"></span><span class="swiper-pagination-bullet" tabindex="0" role="button" aria-label="Go to slide 5"></span><span class="swiper-pagination-bullet" tabindex="0" role="button" aria-label="Go to slide 6"></span><span class="swiper-pagination-bullet" tabindex="0" role="button" aria-label="Go to slide 7"></span><span class="swiper-pagination-bullet swiper-pagination-bullet-active" tabindex="0" role="button" aria-label="Go to slide 8"></span><span class="swiper-pagination-bullet" tabindex="0" role="button" aria-label="Go to slide 9"></span></div> |
|
| 536 |
+ <span class="swiper-notification" aria-live="assertive" aria-atomic="true"></span></div> |
|
| 537 |
+ </div> |
|
| 538 |
+</div> |
|
| 684 | 539 |
<form id="mainImgSendForm" name="mainImgSendForm" method="post"> |
| 685 | 540 |
<input type="hidden" id="atchFileId1" name="atchFileId1" value=""> |
| 686 | 541 |
<input type="hidden" id="fileSn" name="fileSn" value=""> |
--- src/main/webapp/publish/info_popup.html
+++ src/main/webapp/publish/info_popup.html
... | ... | @@ -429,6 +429,25 @@ |
| 429 | 429 |
</div> |
| 430 | 430 |
<!-- // 결제관리 > 세금계산서 발행 등록 --> |
| 431 | 431 |
|
| 432 |
+ <!-- 카톡발송 > 친구톡 --> |
|
| 433 |
+ <div class="info_popup" id="friendTalkSend"> |
|
| 434 |
+ <div class="popup_heading"> |
|
| 435 |
+ <p>사용안내</p> |
|
| 436 |
+ </div> |
|
| 437 |
+ <div class="layer_in layer_info_wrap"> |
|
| 438 |
+ <ul class="info_list"> |
|
| 439 |
+ <li>친구톡 텍스트형은 최대 1,000자까지 작성 가능 (이미지형 400자, 와이드 이미지형 76자)</li> |
|
| 440 |
+ <li>변수는 [*이름*], [*1*]~[*4*]까지 입력하실 수 있습니다.</li> |
|
| 441 |
+ <li>광고성 정보 포함 시, 자동으로 (광고) 표시와 080무료수신거부번호가 메시지 내용에 표시됩니다.</li> |
|
| 442 |
+ <li>(광고) 표기 사용 여부는 선택 가능하나, (광고) 표기 해제에 따른 법규 의무사항 미준수 시, 메시지 발송이 중단될 수 있습니다.</li> |
|
| 443 |
+ <li>예약 메시지는 수정 가능하며, 예약 발송시간 5분전까지만 취소·삭제 가능합니다.</li> |
|
| 444 |
+ <!-- <li>세금계산서 자동발행 등록 시 현금영수증 발행화면은 비활성화 됩니다.</li> --> |
|
| 445 |
+ <li style="font-weight:bold;color:#222;">안심번호는 임시번호로 전송이 불가합니다.</li> |
|
| 446 |
+ </ul> |
|
| 447 |
+ </div> |
|
| 448 |
+ </div> |
|
| 449 |
+ <!-- // 카톡발송 > 친구톡 --> |
|
| 450 |
+ |
|
| 432 | 451 |
</body> |
| 433 | 452 |
|
| 434 | 453 |
</html>(No newline at end of file) |
--- src/main/webapp/publish/js/content.js
+++ src/main/webapp/publish/js/content.js
... | ... | @@ -1,7 +1,7 @@ |
| 1 | 1 |
$(document).ready(function () {
|
| 2 |
- |
|
| 2 |
+ |
|
| 3 | 3 |
// 문자작성 영역 클릭시 textarea 활성화 |
| 4 |
- $('.put_left').on('click',function(e){
|
|
| 4 |
+ $('.put_left').on('click', function (e) {
|
|
| 5 | 5 |
$(this).find('textarea.put_text').focus();
|
| 6 | 6 |
}); |
| 7 | 7 |
|
... | ... | @@ -14,7 +14,7 @@ |
| 14 | 14 |
}); |
| 15 | 15 |
|
| 16 | 16 |
/* 문자샘플 , 회원가입 약관 동의, 전송내역, 팝업에 있는 table, 요금사용 내역 호버 컨텐츠, 예약관리 문자내용 상세보기 팝업, 메모 팝업, 주소록 불러오기 팝업, 주소록 관리 왼쪽, 견적서 스크롤바 꾸미기 */ |
| 17 |
- if($(".agree_text, .histroy_trans, .rev_popup, .history_hover, .rev_pop_txt .memo, .adr_pop_list, .estimate, .cashReceipt_popup02 .layer_in, .kakao_wrap .rev_pop_txt, .clause_version_popup .clause_wrap").length>0){
|
|
| 17 |
+ if ($(".agree_text, .histroy_trans, .rev_popup, .history_hover, .rev_pop_txt .memo, .adr_pop_list, .estimate, .cashReceipt_popup02 .layer_in, .kakao_wrap .rev_pop_txt, .clause_version_popup .clause_wrap").length > 0) {
|
|
| 18 | 18 |
$(".agree_text, .histroy_trans, .rev_popup, .history_hover, .rev_pop_txt .memo, .adr_pop_list, .estimate, .cashReceipt_popup02 .layer_in, .kakao_wrap .rev_pop_txt, .clause_version_popup .clause_wrap").mCustomScrollbar({
|
| 19 | 19 |
axis: 'y', |
| 20 | 20 |
scrollbarPosition: "outside", |
... | ... | @@ -23,7 +23,7 @@ |
| 23 | 23 |
scrollInertia: 600, |
| 24 | 24 |
mouseWheelPixels: 300 |
| 25 | 25 |
}); |
| 26 |
- }else if($(".kakao_template_wrap").length>0){
|
|
| 26 |
+ } else if ($(".kakao_template_wrap").length > 0) {
|
|
| 27 | 27 |
$(".kakao_template_wrap").mCustomScrollbar({
|
| 28 | 28 |
axis: 'y', |
| 29 | 29 |
scrollbarPosition: "inside", |
... | ... | @@ -33,11 +33,11 @@ |
| 33 | 33 |
mouseWheelPixels: 300 |
| 34 | 34 |
}); |
| 35 | 35 |
} |
| 36 |
- |
|
| 36 |
+ |
|
| 37 | 37 |
//결제관리 - 견적내기 tbody 10줄 이상부터 스크롤 생김 |
| 38 | 38 |
var tbHieght = $('.tType3.payDetail .tType3_bd_wrap').height();
|
| 39 |
- if(tbHieght > 399){
|
|
| 40 |
- $('.tType3.payDetail .tType3_bd_wrap').css("height","400px");
|
|
| 39 |
+ if (tbHieght > 399) {
|
|
| 40 |
+ $('.tType3.payDetail .tType3_bd_wrap').css("height", "400px");
|
|
| 41 | 41 |
$(".tType3.payDetail .tType3_bd_wrap").mCustomScrollbar({
|
| 42 | 42 |
axis: 'y', |
| 43 | 43 |
scrollbarPosition: "outside", |
... | ... | @@ -46,19 +46,19 @@ |
| 46 | 46 |
scrollInertia: 600, |
| 47 | 47 |
mouseWheelPixels: 300 |
| 48 | 48 |
}); |
| 49 |
- }else {}
|
|
| 49 |
+ } else {}
|
|
| 50 | 50 |
|
| 51 | 51 |
|
| 52 | 52 |
/* 실시간 글 적용 */ |
| 53 | 53 |
/*var jbTxt = $("#textarea").text();
|
| 54 | 54 |
$(".realtime").text(jbTxt);*/
|
| 55 |
-/* |
|
| 56 |
- $("#textarea, #smsTxtArea").on("change keyup paste", function () {
|
|
| 57 |
- var crtTxt = $(this).val(); |
|
| 58 |
- $(".realtime").text(crtTxt);
|
|
| 59 |
- $(".none_txt").empty();
|
|
| 60 |
- }); |
|
| 61 |
-*/ |
|
| 55 |
+ /* |
|
| 56 |
+ $("#textarea, #smsTxtArea").on("change keyup paste", function () {
|
|
| 57 |
+ var crtTxt = $(this).val(); |
|
| 58 |
+ $(".realtime").text(crtTxt);
|
|
| 59 |
+ $(".none_txt").empty();
|
|
| 60 |
+ }); |
|
| 61 |
+ */ |
|
| 62 | 62 |
$(".kakaotalksend_cont #textarea,.kakaotalkset_cont #textarea").on("change keyup paste", function () {
|
| 63 | 63 |
var crtTxt = $(this).val(); |
| 64 | 64 |
$(".template_text").text(crtTxt);
|
... | ... | @@ -135,10 +135,10 @@ |
| 135 | 135 |
}) |
| 136 | 136 |
|
| 137 | 137 |
|
| 138 |
- |
|
| 138 |
+ |
|
| 139 | 139 |
|
| 140 | 140 |
//요금 사용내역 table안에 있는 내용 hover 시 컨텐츠 보임 |
| 141 |
- $(".tb_tit").mouseover(function(){
|
|
| 141 |
+ $(".tb_tit").mouseover(function () {
|
|
| 142 | 142 |
$(this).find(".history_hover").css({
|
| 143 | 143 |
"top": "50%", |
| 144 | 144 |
"left": "90%", |
... | ... | @@ -146,7 +146,7 @@ |
| 146 | 146 |
}) |
| 147 | 147 |
}) |
| 148 | 148 |
//컨텐츠 사라짐 |
| 149 |
- $(".tb_tit").mouseleave(function(){
|
|
| 149 |
+ $(".tb_tit").mouseleave(function () {
|
|
| 150 | 150 |
$(this).find(".history_hover").css({
|
| 151 | 151 |
"top": 0, |
| 152 | 152 |
"left": 0, |
... | ... | @@ -155,169 +155,167 @@ |
| 155 | 155 |
}) |
| 156 | 156 |
|
| 157 | 157 |
/* 주소록 순서 변경 */ |
| 158 |
- $(".list_switch").each(function(index, item){
|
|
| 159 |
- index+=1; |
|
| 160 |
- $(item).addClass("adr_0"+index); // 순서대로 클래스 추가
|
|
| 158 |
+ $(".list_switch").each(function (index, item) {
|
|
| 159 |
+ index += 1; |
|
| 160 |
+ $(item).addClass("adr_0" + index); // 순서대로 클래스 추가
|
|
| 161 | 161 |
$(".adr_01").addClass("adr_first"); // 첫번째 그룹 클래스 추가
|
| 162 | 162 |
$(".list_switch").last().addClass("adr_last"); // 마지막 그룹 클래스 추가
|
| 163 |
- }); |
|
| 163 |
+ }); |
|
| 164 | 164 |
|
| 165 | 165 |
|
| 166 |
- /* 최상단으로 */ |
|
| 167 |
- $(".btn_top").click(function(){
|
|
| 166 |
+ /* 최상단으로 */ |
|
| 167 |
+ $(".btn_top").click(function () {
|
|
| 168 | 168 |
// 버튼 클릭 시 체크된 값 가져와야함. |
| 169 |
- var checkAdr = $(".list_switch").find("input[type='checkbox']:checked");
|
|
| 170 |
- var checkAdrWrap = checkAdr.parent().parent(); |
|
| 169 |
+ var checkAdr = $(".list_switch").find("input[type='checkbox']:checked");
|
|
| 170 |
+ var checkAdrWrap = checkAdr.parent().parent(); |
|
| 171 | 171 |
|
| 172 |
- if(checkAdrWrap.is(".adr_first") == true){
|
|
| 173 |
- // 첫번째가 선택됐을 때 첫번째는 고정이고 나머지만 움직이게 |
|
| 174 |
- $(".adr_first").after(checkAdrWrap);
|
|
| 172 |
+ if (checkAdrWrap.is(".adr_first") == true) {
|
|
| 173 |
+ // 첫번째가 선택됐을 때 첫번째는 고정이고 나머지만 움직이게 |
|
| 174 |
+ $(".adr_first").after(checkAdrWrap);
|
|
| 175 |
+ } else {
|
|
| 176 |
+ // 첫번째가 선택 안됐을 때 나머지들을 최상단으로 |
|
| 177 |
+ $(".adr_first").before(checkAdrWrap);
|
|
| 175 | 178 |
} |
| 176 |
- else{
|
|
| 177 |
- // 첫번째가 선택 안됐을 때 나머지들을 최상단으로 |
|
| 178 |
- $(".adr_first").before(checkAdrWrap);
|
|
| 179 |
- } |
|
| 180 |
- |
|
| 179 |
+ |
|
| 181 | 180 |
// 클래스 순서 다시 지정. 클래스 다 지우고 기본 클래스 추가 |
| 182 | 181 |
$(".list_switch").removeClass().addClass("list_switch adr_cb_wrap");
|
| 183 |
- |
|
| 184 |
- // 순서대로 다시 클래스 추가 |
|
| 185 |
- $(".list_switch").each(function(index, item){
|
|
| 186 |
- $(item).removeClass("adr_0"+index);
|
|
| 187 |
- index+=1; |
|
| 188 |
- if(index > 0){
|
|
| 189 |
- $(item).addClass("adr_0"+index);
|
|
| 190 |
- $(".adr_01").addClass("adr_first");
|
|
| 191 |
- $(".list_switch").last().addClass("adr_last");
|
|
| 192 |
- } |
|
| 193 |
- }); |
|
| 194 |
- }) |
|
| 195 | 182 |
|
| 196 |
- |
|
| 183 |
+ // 순서대로 다시 클래스 추가 |
|
| 184 |
+ $(".list_switch").each(function (index, item) {
|
|
| 185 |
+ $(item).removeClass("adr_0" + index);
|
|
| 186 |
+ index += 1; |
|
| 187 |
+ if (index > 0) {
|
|
| 188 |
+ $(item).addClass("adr_0" + index);
|
|
| 189 |
+ $(".adr_01").addClass("adr_first");
|
|
| 190 |
+ $(".list_switch").last().addClass("adr_last");
|
|
| 191 |
+ } |
|
| 192 |
+ }); |
|
| 193 |
+ }) |
|
| 194 |
+ |
|
| 195 |
+ |
|
| 197 | 196 |
/* 상단으로 */ |
| 198 |
- $(".btn_up").click(function(){
|
|
| 197 |
+ $(".btn_up").click(function () {
|
|
| 199 | 198 |
// 버튼 클릭 시 체크된 값 가져와야함. |
| 200 |
- var checkAdr = $(".list_switch").find("input[type='checkbox']:checked");
|
|
| 201 |
- var checkAdrWrap = checkAdr.parent().parent(); |
|
| 199 |
+ var checkAdr = $(".list_switch").find("input[type='checkbox']:checked");
|
|
| 200 |
+ var checkAdrWrap = checkAdr.parent().parent(); |
|
| 202 | 201 |
//$(checkAdrWrap).prev().before(checkAdrWrap); |
| 203 | 202 |
|
| 204 |
- $(checkAdrWrap).each(function(index, item){
|
|
| 205 |
- if ($(item).index() == 2) {
|
|
| 206 |
- return false; //break |
|
| 207 |
- } |
|
| 208 |
- |
|
| 209 |
- // 한칸씩 위로 이동 |
|
| 210 |
- $(item).prev().before(item); |
|
| 203 |
+ $(checkAdrWrap).each(function (index, item) {
|
|
| 204 |
+ if ($(item).index() == 2) {
|
|
| 205 |
+ return false; //break |
|
| 206 |
+ } |
|
| 207 |
+ |
|
| 208 |
+ // 한칸씩 위로 이동 |
|
| 209 |
+ $(item).prev().before(item); |
|
| 211 | 210 |
|
| 212 | 211 |
// 클래스 순서 다시 지정. 클래스 다 지우고 기본 클래스 추가 |
| 213 | 212 |
$(".list_switch").removeClass().addClass("list_switch adr_cb_wrap");
|
| 214 |
- |
|
| 213 |
+ |
|
| 215 | 214 |
// 순서대로 다시 클래스 추가 |
| 216 |
- $(".list_switch").each(function(index, item){
|
|
| 217 |
- $(item).removeClass("adr_0"+index);
|
|
| 218 |
- index+=1; |
|
| 219 |
- if(index > 0){
|
|
| 220 |
- $(item).addClass("adr_0"+index);
|
|
| 221 |
- $(".adr_01").addClass("adr_first");
|
|
| 222 |
- $(".list_switch").last().addClass("adr_last");
|
|
| 223 |
- } |
|
| 224 |
- }); |
|
| 215 |
+ $(".list_switch").each(function (index, item) {
|
|
| 216 |
+ $(item).removeClass("adr_0" + index);
|
|
| 217 |
+ index += 1; |
|
| 218 |
+ if (index > 0) {
|
|
| 219 |
+ $(item).addClass("adr_0" + index);
|
|
| 220 |
+ $(".adr_01").addClass("adr_first");
|
|
| 221 |
+ $(".list_switch").last().addClass("adr_last");
|
|
| 222 |
+ } |
|
| 223 |
+ }); |
|
| 225 | 224 |
}); |
| 226 | 225 |
|
| 227 | 226 |
//var checkAdr = $(".list_switch").find("input[type='checkbox']:checked");
|
| 228 | 227 |
//var checkAdrWrap = checkAdr.parent().parent(); |
| 229 | 228 |
//var adrLength = $(checkAdr).parents(".adr1_list").find(".adr_cb_wrap").eq;
|
| 230 |
- |
|
| 229 |
+ |
|
| 231 | 230 |
//alert(adrLength); |
| 232 | 231 |
//if($(checkAdr).is(":checked")){
|
| 233 | 232 |
// $(checkAdrWrap).length(); |
| 234 | 233 |
//}else{}
|
| 235 |
- |
|
| 236 |
-// // 버튼 클릭 시 체크된 값 가져와야함. |
|
| 237 |
-// var checkAdr = $(".list_switch").find("input[type='checkbox']:checked");
|
|
| 238 |
-// var checkAdrWrap = checkAdr.parent().parent(); |
|
| 239 |
-// var checkAdrWrap2 = checkAdrWrap.first().prev(); |
|
| 240 |
-// |
|
| 241 |
-// if(checkAdrWrap2.is(".list_fixed") == false){
|
|
| 242 |
-// $(checkAdrWrap2).before(checkAdrWrap); |
|
| 243 |
-// }else{}
|
|
| 244 |
-// |
|
| 245 |
-// // 클래스 순서 다시 지정. 클래스 다 지우고 기본 클래스 추가 |
|
| 246 |
-// $(".list_switch").removeClass().addClass("list_switch adr_cb_wrap");
|
|
| 247 |
-// |
|
| 248 |
-// // 순서대로 다시 클래스 추가 |
|
| 249 |
-// $(".list_switch").each(function(index, item){
|
|
| 250 |
-// $(item).removeClass("adr_0"+index);
|
|
| 251 |
-// index+=1; |
|
| 252 |
-// if(index > 0){
|
|
| 253 |
-// $(item).addClass("adr_0"+index);
|
|
| 254 |
-// $(".adr_01").addClass("adr_first");
|
|
| 255 |
-// $(".list_switch").last().addClass("adr_last");
|
|
| 256 |
-// } |
|
| 257 |
-// }); |
|
| 258 |
- }) |
|
| 259 | 234 |
|
| 260 |
- /* 하단으로 */ |
|
| 261 |
- $(".btn_down").click(function(){
|
|
| 235 |
+ // // 버튼 클릭 시 체크된 값 가져와야함. |
|
| 236 |
+ // var checkAdr = $(".list_switch").find("input[type='checkbox']:checked");
|
|
| 237 |
+ // var checkAdrWrap = checkAdr.parent().parent(); |
|
| 238 |
+ // var checkAdrWrap2 = checkAdrWrap.first().prev(); |
|
| 239 |
+ // |
|
| 240 |
+ // if(checkAdrWrap2.is(".list_fixed") == false){
|
|
| 241 |
+ // $(checkAdrWrap2).before(checkAdrWrap); |
|
| 242 |
+ // }else{}
|
|
| 243 |
+ // |
|
| 244 |
+ // // 클래스 순서 다시 지정. 클래스 다 지우고 기본 클래스 추가 |
|
| 245 |
+ // $(".list_switch").removeClass().addClass("list_switch adr_cb_wrap");
|
|
| 246 |
+ // |
|
| 247 |
+ // // 순서대로 다시 클래스 추가 |
|
| 248 |
+ // $(".list_switch").each(function(index, item){
|
|
| 249 |
+ // $(item).removeClass("adr_0"+index);
|
|
| 250 |
+ // index+=1; |
|
| 251 |
+ // if(index > 0){
|
|
| 252 |
+ // $(item).addClass("adr_0"+index);
|
|
| 253 |
+ // $(".adr_01").addClass("adr_first");
|
|
| 254 |
+ // $(".list_switch").last().addClass("adr_last");
|
|
| 255 |
+ // } |
|
| 256 |
+ // }); |
|
| 257 |
+ }) |
|
| 258 |
+ |
|
| 259 |
+ /* 하단으로 */ |
|
| 260 |
+ $(".btn_down").click(function () {
|
|
| 262 | 261 |
// 버튼 클릭 시 체크된 값 가져와야함. |
| 263 |
- var checkAdr = $(".list_switch").find("input[type='checkbox']:checked");
|
|
| 264 |
- var checkAdrWrap = checkAdr.parent().parent(); |
|
| 262 |
+ var checkAdr = $(".list_switch").find("input[type='checkbox']:checked");
|
|
| 263 |
+ var checkAdrWrap = checkAdr.parent().parent(); |
|
| 265 | 264 |
//$(checkAdrWrap).next().after(checkAdrWrap); |
| 266 | 265 |
|
| 267 |
- $(checkAdrWrap.get().reverse()).each(function(index, item){
|
|
| 268 |
- if ($(item).index() == $(".list_switch").last().index()) {
|
|
| 269 |
- return false; //break |
|
| 270 |
- } |
|
| 271 |
- |
|
| 272 |
- // 한칸씩 아래로 이동 |
|
| 266 |
+ $(checkAdrWrap.get().reverse()).each(function (index, item) {
|
|
| 267 |
+ if ($(item).index() == $(".list_switch").last().index()) {
|
|
| 268 |
+ return false; //break |
|
| 269 |
+ } |
|
| 270 |
+ |
|
| 271 |
+ // 한칸씩 아래로 이동 |
|
| 273 | 272 |
$(item).next().after(item); |
| 274 | 273 |
|
| 275 | 274 |
// 클래스 순서 다시 지정. 클래스 다 지우고 기본 클래스 추가 |
| 276 | 275 |
$(".list_switch").removeClass().addClass("list_switch adr_cb_wrap");
|
| 277 |
- |
|
| 276 |
+ |
|
| 278 | 277 |
// 순서대로 다시 클래스 추가 |
| 279 |
- $(".list_switch").each(function(index, item){
|
|
| 280 |
- $(item).removeClass("adr_0"+index);
|
|
| 281 |
- index+=1; |
|
| 282 |
- if(index > 0){
|
|
| 283 |
- $(item).addClass("adr_0"+index);
|
|
| 284 |
- $(".adr_01").addClass("adr_first");
|
|
| 285 |
- $(".list_switch").last().addClass("adr_last");
|
|
| 286 |
- } |
|
| 278 |
+ $(".list_switch").each(function (index, item) {
|
|
| 279 |
+ $(item).removeClass("adr_0" + index);
|
|
| 280 |
+ index += 1; |
|
| 281 |
+ if (index > 0) {
|
|
| 282 |
+ $(item).addClass("adr_0" + index);
|
|
| 283 |
+ $(".adr_01").addClass("adr_first");
|
|
| 284 |
+ $(".list_switch").last().addClass("adr_last");
|
|
| 285 |
+ } |
|
| 287 | 286 |
}); |
| 288 | 287 |
}); |
| 289 |
- }) |
|
| 288 |
+ }) |
|
| 290 | 289 |
|
| 291 |
- /* 최하단으로 */ |
|
| 292 |
- $(".btn_botom").click(function(){
|
|
| 290 |
+ /* 최하단으로 */ |
|
| 291 |
+ $(".btn_botom").click(function () {
|
|
| 293 | 292 |
// 버튼 클릭 시 체크된 값 가져와야함. |
| 294 |
- var checkAdr = $(".list_switch").find("input[type='checkbox']:checked");
|
|
| 295 |
- var checkAdrWrap = checkAdr.parent().parent(); |
|
| 293 |
+ var checkAdr = $(".list_switch").find("input[type='checkbox']:checked");
|
|
| 294 |
+ var checkAdrWrap = checkAdr.parent().parent(); |
|
| 296 | 295 |
|
| 297 |
- if(checkAdrWrap.is(".adr_last") == true){
|
|
| 298 |
- // 첫번째가 선택됐을 때 첫번째는 고정이고 나머지만 움직이게 |
|
| 299 |
- $(".adr_last").before(checkAdrWrap);
|
|
| 296 |
+ if (checkAdrWrap.is(".adr_last") == true) {
|
|
| 297 |
+ // 첫번째가 선택됐을 때 첫번째는 고정이고 나머지만 움직이게 |
|
| 298 |
+ $(".adr_last").before(checkAdrWrap);
|
|
| 299 |
+ } else {
|
|
| 300 |
+ // 첫번째가 선택 안됐을 때 나머지들을 최하단으로 |
|
| 301 |
+ $(".adr_last").after(checkAdrWrap);
|
|
| 300 | 302 |
} |
| 301 |
- else{
|
|
| 302 |
- // 첫번째가 선택 안됐을 때 나머지들을 최하단으로 |
|
| 303 |
- $(".adr_last").after(checkAdrWrap);
|
|
| 304 |
- } |
|
| 305 |
- |
|
| 303 |
+ |
|
| 306 | 304 |
// 클래스 순서 다시 지정. 클래스 다 지우고 기본 클래스 추가 |
| 307 | 305 |
$(".list_switch").removeClass().addClass("list_switch adr_cb_wrap");
|
| 308 |
- |
|
| 306 |
+ |
|
| 309 | 307 |
// 순서대로 다시 클래스 추가 |
| 310 |
- $(".list_switch").each(function(index, item){
|
|
| 311 |
- $(item).removeClass("adr_0"+index);
|
|
| 312 |
- index+=1; |
|
| 313 |
- if(index > 0){
|
|
| 314 |
- $(item).addClass("adr_0"+index);
|
|
| 315 |
- $(".adr_01").addClass("adr_first");
|
|
| 316 |
- $(".list_switch").last().addClass("adr_last");
|
|
| 317 |
- } |
|
| 308 |
+ $(".list_switch").each(function (index, item) {
|
|
| 309 |
+ $(item).removeClass("adr_0" + index);
|
|
| 310 |
+ index += 1; |
|
| 311 |
+ if (index > 0) {
|
|
| 312 |
+ $(item).addClass("adr_0" + index);
|
|
| 313 |
+ $(".adr_01").addClass("adr_first");
|
|
| 314 |
+ $(".list_switch").last().addClass("adr_last");
|
|
| 315 |
+ } |
|
| 318 | 316 |
}); |
| 319 |
- }) |
|
| 320 |
- /* //주소록 순서 변경 */ |
|
| 317 |
+ }) |
|
| 318 |
+ /* //주소록 순서 변경 */ |
|
| 321 | 319 |
|
| 322 | 320 |
|
| 323 | 321 |
|
... | ... | @@ -328,18 +326,18 @@ |
| 328 | 326 |
|
| 329 | 327 |
|
| 330 | 328 |
// 퀵메뉴 버튼 클릭 시 컨텐츠와 푸터 열고 닫히고 버튼 이미지 변경됨 |
| 331 |
- $(".adr_cb_wrap>p").off("click").on('click',function () {
|
|
| 329 |
+ $(".adr_cb_wrap>p").off("click").on('click', function () {
|
|
| 332 | 330 |
|
| 333 | 331 |
// 전체 |
| 334 | 332 |
$(".check_group_all>p").find("img").attr("src", "/publish/images/content/close_folder.png");
|
| 335 | 333 |
$(".check_group_all>p").find("img").attr("alt", "폴더 닫힘");
|
| 336 |
- |
|
| 334 |
+ |
|
| 337 | 335 |
// 주소록 그룹 열림, 닫힘 폴더이미지 초기화 |
| 338 | 336 |
$(".adr1_list div p").each(function (index, item) {
|
| 339 | 337 |
$(item).find("img").attr("src", "/publish/images/content/close_folder2.png");
|
| 340 | 338 |
$(item).find("img").attr("alt", "폴더 닫힘");
|
| 341 | 339 |
}); |
| 342 |
- |
|
| 340 |
+ |
|
| 343 | 341 |
var foloerImg = $(this); |
| 344 | 342 |
|
| 345 | 343 |
/* |
... | ... | @@ -354,91 +352,90 @@ |
| 354 | 352 |
$(this).find("img").attr("alt", "폴더 닫힘");
|
| 355 | 353 |
} |
| 356 | 354 |
*/ |
| 357 |
- |
|
| 355 |
+ |
|
| 358 | 356 |
if ($(this).parent().hasClass("check_group_all") === true) {
|
| 359 | 357 |
$(this).find("img").attr("src", "/publish/images/content/open_folder.png");
|
| 360 |
- $(this).find("img").attr("alt", "폴더 열림");
|
|
| 361 |
- } |
|
| 362 |
- else {
|
|
| 358 |
+ $(this).find("img").attr("alt", "폴더 열림");
|
|
| 359 |
+ } else {
|
|
| 363 | 360 |
$(this).find("img").attr("src", "/publish/images/content/open_folder2.png");
|
| 364 |
- $(this).find("img").attr("alt", "폴더 열림");
|
|
| 361 |
+ $(this).find("img").attr("alt", "폴더 열림");
|
|
| 365 | 362 |
} |
| 366 |
- |
|
| 363 |
+ |
|
| 367 | 364 |
}); |
| 368 | 365 |
|
| 369 | 366 |
|
| 370 |
-// //주소록 불러오기 팝업 textarea 대신 p태그로 글씨 먹인 영역 active 시 사라지게 |
|
| 371 |
-// $(".req_area").click(function(){
|
|
| 372 |
-// $(".req_area").addClass("active");
|
|
| 373 |
-// }); |
|
| 367 |
+ // //주소록 불러오기 팝업 textarea 대신 p태그로 글씨 먹인 영역 active 시 사라지게 |
|
| 368 |
+ // $(".req_area").click(function(){
|
|
| 369 |
+ // $(".req_area").addClass("active");
|
|
| 370 |
+ // }); |
|
| 374 | 371 |
|
| 375 |
-// // 외부영역 클릭 시 textarea 사라짐 |
|
| 376 |
-// $(document).mouseup(function (e){
|
|
| 377 |
-// var LayerPopup = $(".req_area");
|
|
| 378 |
-// if(LayerPopup.has(e.target).length === 0){
|
|
| 379 |
-// LayerPopup.removeClass("active");
|
|
| 380 |
-// } |
|
| 381 |
-// }); |
|
| 382 |
- |
|
| 383 |
- //선거문자 1명씩 선택 ? 호버 시 팝업 |
|
| 384 |
- $(".btn_check_one .qmMark").mouseover(function(){
|
|
| 372 |
+ // // 외부영역 클릭 시 textarea 사라짐 |
|
| 373 |
+ // $(document).mouseup(function (e){
|
|
| 374 |
+ // var LayerPopup = $(".req_area");
|
|
| 375 |
+ // if(LayerPopup.has(e.target).length === 0){
|
|
| 376 |
+ // LayerPopup.removeClass("active");
|
|
| 377 |
+ // } |
|
| 378 |
+ // }); |
|
| 379 |
+ |
|
| 380 |
+ //선거문자 1명씩 선택 ? 호버 시 팝업 |
|
| 381 |
+ $(".btn_check_one .qmMark").mouseover(function () {
|
|
| 385 | 382 |
$(this).parents(".btnType").next(".send_hover_cont").addClass("on");
|
| 386 | 383 |
}) |
| 387 |
- $(".btn_check_one .qmMark").mouseleave(function(){
|
|
| 384 |
+ $(".btn_check_one .qmMark").mouseleave(function () {
|
|
| 388 | 385 |
$(this).parents(".btnType").next(".send_hover_cont").removeClass("on");
|
| 389 |
- }) |
|
| 390 |
- |
|
| 391 |
- // 번호추가 ? 호버 시 팝업 |
|
| 392 |
- $(".btn_add_number .qmMark").mouseover(function(){
|
|
| 386 |
+ }) |
|
| 387 |
+ |
|
| 388 |
+ // 번호추가 ? 호버 시 팝업 |
|
| 389 |
+ $(".btn_add_number .qmMark").mouseover(function () {
|
|
| 393 | 390 |
$(this).parents(".btnType").siblings(".send_hover_cont").addClass("on");
|
| 394 | 391 |
}) |
| 395 |
- $(".btn_add_number .qmMark").mouseleave(function(){
|
|
| 392 |
+ $(".btn_add_number .qmMark").mouseleave(function () {
|
|
| 396 | 393 |
$(this).parents(".btnType").siblings(".send_hover_cont").removeClass("on");
|
| 397 |
- }) |
|
| 398 |
- |
|
| 399 |
- |
|
| 394 |
+ }) |
|
| 395 |
+ |
|
| 396 |
+ |
|
| 400 | 397 |
//문자발송 오류검사 ? 호버 시 팝업 |
| 401 |
- $(".test_qm").mouseover(function(){
|
|
| 398 |
+ $(".test_qm").mouseover(function () {
|
|
| 402 | 399 |
$(this).parents(".btnType").find(".test_hover_cont").addClass("on");
|
| 403 | 400 |
}) |
| 404 |
- $(".test_qm").mouseleave(function(){
|
|
| 405 |
- $(this).parents(".btnType").find(".test_hover_cont").removeClass("on");
|
|
| 406 |
- }) |
|
| 407 |
- |
|
| 408 |
- //문자발송 오류검사 ? 호버 시 팝업 |
|
| 409 |
- $(".check_validity").mouseover(function(){
|
|
| 410 |
- $(this).next(".error_hover_cont").addClass("on");
|
|
| 411 |
- }); |
|
| 412 |
- $(".check_validity").mouseleave(function(){
|
|
| 413 |
- $(this).next(".error_hover_cont").removeClass("on");
|
|
| 414 |
- }); |
|
| 415 |
- |
|
| 416 |
- //주소록 관리 - 수신거부 관리 결과전송 ?호버 시 팝업 |
|
| 417 |
- $(".adr2_hover").mouseover(function(){
|
|
| 418 |
- $(this).parents(".btnType").next(".adr2_hover_cont").addClass("on");
|
|
| 419 |
- }) |
|
| 420 |
- $(".adr2_hover").mouseleave(function(){
|
|
| 421 |
- $(this).parents(".btnType").next(".adr2_hover_cont").removeClass("on");
|
|
| 422 |
- }) |
|
| 401 |
+ $(".test_qm").mouseleave(function () {
|
|
| 402 |
+ $(this).parents(".btnType").find(".test_hover_cont").removeClass("on");
|
|
| 403 |
+ }) |
|
| 423 | 404 |
|
| 424 | 405 |
//문자발송 오류검사 ? 호버 시 팝업 |
| 425 |
- $(".adr_qm").mouseover(function(){
|
|
| 406 |
+ $(".check_validity").mouseover(function () {
|
|
| 407 |
+ $(this).next(".error_hover_cont").addClass("on");
|
|
| 408 |
+ }); |
|
| 409 |
+ $(".check_validity").mouseleave(function () {
|
|
| 410 |
+ $(this).next(".error_hover_cont").removeClass("on");
|
|
| 411 |
+ }); |
|
| 412 |
+ |
|
| 413 |
+ //주소록 관리 - 수신거부 관리 결과전송 ?호버 시 팝업 |
|
| 414 |
+ $(".adr2_hover").mouseover(function () {
|
|
| 415 |
+ $(this).parents(".btnType").next(".adr2_hover_cont").addClass("on");
|
|
| 416 |
+ }) |
|
| 417 |
+ $(".adr2_hover").mouseleave(function () {
|
|
| 418 |
+ $(this).parents(".btnType").next(".adr2_hover_cont").removeClass("on");
|
|
| 419 |
+ }) |
|
| 420 |
+ |
|
| 421 |
+ //문자발송 오류검사 ? 호버 시 팝업 |
|
| 422 |
+ $(".adr_qm").mouseover(function () {
|
|
| 426 | 423 |
$(this).parents(".btnType").find(".adr_hover_cont").addClass("on");
|
| 427 | 424 |
}) |
| 428 |
- $(".adr_qm").mouseleave(function(){
|
|
| 429 |
- $(this).parents(".btnType").find(".adr_hover_cont").removeClass("on");
|
|
| 430 |
- }) |
|
| 425 |
+ $(".adr_qm").mouseleave(function () {
|
|
| 426 |
+ $(this).parents(".btnType").find(".adr_hover_cont").removeClass("on");
|
|
| 427 |
+ }) |
|
| 431 | 428 |
|
| 432 |
- //발송결과 진행상황 호버 시 팝업 |
|
| 433 |
- $(".check_validity").mouseover(function(){
|
|
| 429 |
+ //발송결과 진행상황 호버 시 팝업 |
|
| 430 |
+ $(".check_validity").mouseover(function () {
|
|
| 434 | 431 |
$(this).next(".info_hover_cont").addClass("on");
|
| 435 | 432 |
}); |
| 436 |
- $(".check_validity").mouseleave(function(){
|
|
| 437 |
- $(this).next(".info_hover_cont").removeClass("on");
|
|
| 438 |
- }); |
|
| 439 |
- |
|
| 433 |
+ $(".check_validity").mouseleave(function () {
|
|
| 434 |
+ $(this).next(".info_hover_cont").removeClass("on");
|
|
| 435 |
+ }); |
|
| 436 |
+ |
|
| 440 | 437 |
// 알림톡 템플릿 등록/관리 버튼 클릭 시 콘텐츠 바뀜 |
| 441 |
- $(".btn_list").click(function(){
|
|
| 438 |
+ $(".btn_list").click(function () {
|
|
| 442 | 439 |
$(this).closest(".tab_content").find(".thumbnail_content").fadeOut(0);
|
| 443 | 440 |
$(this).closest(".tab_content").find(".list_content,.btn_thumbnail").show();
|
| 444 | 441 |
$(this).hide(); |
... | ... | @@ -446,7 +443,7 @@ |
| 446 | 443 |
$('#btnAllChk').hide();
|
| 447 | 444 |
$('#formListType').val("list");
|
| 448 | 445 |
}); |
| 449 |
- $(".btn_thumbnail").click(function(){
|
|
| 446 |
+ $(".btn_thumbnail").click(function () {
|
|
| 450 | 447 |
$(this).closest(".tab_content").find(".list_content").fadeOut(0);
|
| 451 | 448 |
$(this).closest(".tab_content").find(".thumbnail_content,.btn_list").show();
|
| 452 | 449 |
$(this).hide(); |
... | ... | @@ -455,10 +452,10 @@ |
| 455 | 452 |
$('#formListType').val("thumbnail");
|
| 456 | 453 |
}); |
| 457 | 454 |
|
| 458 |
- $(".send_fail_check").change(function(){
|
|
| 455 |
+ $(".send_fail_check").change(function () {
|
|
| 459 | 456 |
/*var ofsT=Math.round($(".send_top").find('.send_right').offset().top);
|
| 460 | 457 |
var pH=Math.round($(".send_top").find('.send_right .phone').outerHeight());*/
|
| 461 |
- if($(".send_fail_check").is(":checked")){
|
|
| 458 |
+ if ($(".send_fail_check").is(":checked")) {
|
|
| 462 | 459 |
$(".replace_send_wrap").slideDown(400);
|
| 463 | 460 |
/*var scrT=$(window).scrollTop(); |
| 464 | 461 |
var t=scrT+213; |
... | ... | @@ -470,86 +467,106 @@ |
| 470 | 467 |
}else if(t<=ofsT){
|
| 471 | 468 |
$('.send_top .send_right .phone').attr('style','');
|
| 472 | 469 |
}*/ |
| 473 |
- }else{
|
|
| 470 |
+ } else {
|
|
| 474 | 471 |
$(".replace_send_wrap").slideUp(400);
|
| 475 |
- $('.send_top .send_right .phone').css({'top': '0','transition': 'top .4s linear'});
|
|
| 472 |
+ $('.send_top .send_right .phone').css({
|
|
| 473 |
+ 'top': '0', |
|
| 474 |
+ 'transition': 'top .4s linear' |
|
| 475 |
+ }); |
|
| 476 | 476 |
} |
| 477 |
- |
|
| 477 |
+ |
|
| 478 | 478 |
}); |
| 479 | 479 |
|
| 480 | 480 |
//강조유형 선택시 처리 |
| 481 |
- $(".emphasis_select").change(function(){
|
|
| 482 |
- if($(this).val() == "NONE"){
|
|
| 483 |
- |
|
| 481 |
+ $(".emphasis_select").change(function () {
|
|
| 482 |
+ if ($(this).val() == "NONE") {
|
|
| 483 |
+ |
|
| 484 | 484 |
//강조표기형 숨김처리 및 내용 초기화 |
| 485 | 485 |
$('.emphasis_title_text').hide();
|
| 486 | 486 |
$('.emphasis_side_text').hide();
|
| 487 | 487 |
$("#inputTemplateTitle").val("");
|
| 488 | 488 |
$("#inputTemplateSubTitle").val("");
|
| 489 | 489 |
$("#imgFile").val("");
|
| 490 |
- $("#imgNm").val("");
|
|
| 491 |
- |
|
| 490 |
+ $("#imgNm").val("");
|
|
| 491 |
+ |
|
| 492 | 492 |
//영역 제거하기 |
| 493 | 493 |
$(".emphasis_cont").removeClass("active");
|
| 494 |
- |
|
| 495 |
- }else if($(this).val() == "IMAGE"){
|
|
| 494 |
+ |
|
| 495 |
+ } else if ($(this).val() == "IMAGE") {
|
|
| 496 | 496 |
$(".emphasis_image").addClass("active");
|
| 497 | 497 |
$(".emphasis_image").siblings(".emphasis_cont").removeClass("active");
|
| 498 |
- } |
|
| 499 |
- else if($(this).val() == "TEXT"){
|
|
| 498 |
+ } else if ($(this).val() == "TEXT") {
|
|
| 500 | 499 |
$(".emphasis_mark").addClass("active");
|
| 501 | 500 |
$(".emphasis_mark").siblings(".emphasis_cont").removeClass("active");
|
| 502 |
- |
|
| 501 |
+ |
|
| 503 | 502 |
//첨부 이미지 정보가 있으면 지워준다. |
| 504 | 503 |
$("#imgFile").val("");
|
| 505 |
- $("#imgNm").val("");
|
|
| 506 |
- }else{$(".emphasis_cont").removeClass("active");}
|
|
| 504 |
+ $("#imgNm").val("");
|
|
| 505 |
+ } else {
|
|
| 506 |
+ $(".emphasis_cont").removeClass("active");
|
|
| 507 |
+ } |
|
| 507 | 508 |
}); |
| 508 | 509 |
|
| 509 |
- $(".kakaotalksend_cont .template_type_select").change(function(){
|
|
| 510 |
- if($(this).val() == "template_01"){
|
|
| 511 |
- $(".receiver_wrap01").attr("style","display: block !important;");
|
|
| 512 |
- $(".receiver_wrap02").attr("style","display: none !important;");
|
|
| 510 |
+ $(".kakaotalksend_cont .template_type_select").change(function () {
|
|
| 511 |
+ if ($(this).val() == "template_01") {
|
|
| 512 |
+ $(".receiver_wrap01").attr("style", "display: block !important;");
|
|
| 513 |
+ $(".receiver_wrap02").attr("style", "display: none !important;");
|
|
| 513 | 514 |
$(".variable_wrap").hide();
|
| 514 |
- }else{
|
|
| 515 |
- $(".receiver_wrap02").attr("style","display: block !important;");
|
|
| 516 |
- $(".receiver_wrap01").attr("style","display: none !important;");
|
|
| 515 |
+ } else {
|
|
| 516 |
+ $(".receiver_wrap02").attr("style", "display: block !important;");
|
|
| 517 |
+ $(".receiver_wrap01").attr("style", "display: none !important;");
|
|
| 517 | 518 |
$(".variable_wrap").show();
|
| 518 | 519 |
} |
| 519 | 520 |
}); |
| 520 |
- |
|
| 521 |
- $("input[name='img_file_add']").change(function(){
|
|
| 522 |
- if($("input[name='img_file_add']:checked").attr("id")=="img_file_1"){
|
|
| 523 |
- $(".basic_img_add_wrap").show().siblings(".img_add_info_wrap").hide();
|
|
| 524 |
- $(".img_file_add_wrap").show();
|
|
| 525 |
- }else if($("input[name='img_file_add']:checked").attr("id")=="img_file_2"){
|
|
| 526 |
- $(".wide_img_add_wrap").show().siblings(".img_add_info_wrap").hide();
|
|
| 527 |
- $(".img_file_add_wrap").show();
|
|
| 528 |
- } else{
|
|
| 521 |
+ |
|
| 522 |
+ $("input[name='img_file_add']").change(function () {
|
|
| 523 |
+ if ($("input[name='img_file_add']:checked").attr("id") == "img_file_1") {
|
|
| 524 |
+ $(".basic_img_add_wrap").show().siblings(".wide_img_add_wrap").hide();
|
|
| 525 |
+ //$(".img_file_add_wrap").show();
|
|
| 526 |
+ $(".kakao_image img").show().attr("src", "/publish/images/content/kakao_img_basic.jpg");
|
|
| 527 |
+ } else if ($("input[name='img_file_add']:checked").attr("id") == "img_file_2") {
|
|
| 528 |
+ $(".wide_img_add_wrap").show().siblings(".basic_img_add_wrap").hide();
|
|
| 529 |
+ $(".kakao_image img").show().attr("src", "/publish/images/content/kakao_img_wide.jpg");
|
|
| 530 |
+ //$(".img_file_add_wrap").show();
|
|
| 531 |
+ } else {
|
|
| 529 | 532 |
$(".img_add_info_wrap, .img_file_add_wrap").hide();
|
| 533 |
+ $(".kakao_image img").hide();
|
|
| 530 | 534 |
} |
| 531 | 535 |
}); |
| 532 | 536 |
|
| 537 |
+ $(".friend_talk_wrap #ad_Y").click(function () {
|
|
| 538 |
+ if ($(this).is(":checked") == false) {
|
|
| 539 |
+ $(".ad_txt, .sub_ad_text p,.friend_talk_title,.kakao_block_text").hide();
|
|
| 540 |
+ $(".friend_talk_wrap .put_text_wrap .put_text").css({
|
|
| 541 |
+ "padding": "0", |
|
| 542 |
+ "height": "calc(100% - 18px)" |
|
| 543 |
+ }); |
|
| 544 |
+ } else {
|
|
| 545 |
+ $(".ad_txt, .sub_ad_text p,.friend_talk_title,.kakao_block_text").show();
|
|
| 546 |
+ $(".friend_talk_wrap .put_text_wrap .put_text").removeAttr("style")
|
|
| 547 |
+ } |
|
| 548 |
+ }) |
|
| 549 |
+ |
|
| 533 | 550 |
/* 포토이미지 드래그 */ |
| 534 |
- if($('.thumb_wrap').length>0){
|
|
| 535 |
- $('.thumb_wrap').sortable();
|
|
| 536 |
- } |
|
| 551 |
+ if ($('.thumb_wrap').length > 0) {
|
|
| 552 |
+ $('.thumb_wrap').sortable();
|
|
| 553 |
+ } |
|
| 537 | 554 |
|
| 538 | 555 |
photoLayerView(); |
| 539 |
- |
|
| 556 |
+ |
|
| 540 | 557 |
/* 카카오톡 소개 페이지 탭 */ |
| 541 |
- $('.kakao_intro_cont .use ul.tabs li').click(function(){
|
|
| 542 |
- var tab_id = $(this).attr('data-tab');
|
|
| 558 |
+ $('.kakao_intro_cont .use ul.tabs li').click(function () {
|
|
| 559 |
+ var tab_id = $(this).attr('data-tab');
|
|
| 543 | 560 |
|
| 544 |
- $('ul.tabs li').removeClass('current');
|
|
| 545 |
- $('.tab-content').removeClass('current');
|
|
| 561 |
+ $('ul.tabs li').removeClass('current');
|
|
| 562 |
+ $('.tab-content').removeClass('current');
|
|
| 546 | 563 |
|
| 547 |
- $(this).addClass('current');
|
|
| 548 |
- $("#"+tab_id).addClass('current');
|
|
| 549 |
- }); |
|
| 564 |
+ $(this).addClass('current');
|
|
| 565 |
+ $("#" + tab_id).addClass('current');
|
|
| 566 |
+ }); |
|
| 550 | 567 |
}); |
| 551 | 568 |
|
| 552 |
-function photoLayerView(){
|
|
| 569 |
+function photoLayerView() {
|
|
| 553 | 570 |
/* 그림문자 마우스 오버 시 이미지 확대 띄움 */ |
| 554 | 571 |
$(".photo_cont").mouseover(function () {
|
| 555 | 572 |
$(this).mousemove(function (e) {
|
... | ... | @@ -579,12 +596,12 @@ |
| 579 | 596 |
var currTabId = ""; |
| 580 | 597 |
|
| 581 | 598 |
/* tab 버튼 공통 - 단순 구조 일 때만 사용 */ |
| 582 |
-function TabType(obj,tabId) {
|
|
| 599 |
+function TabType(obj, tabId) {
|
|
| 583 | 600 |
var $tab = $(obj).closest("li");
|
| 584 | 601 |
console.log('$tab : ', $tab);
|
| 585 | 602 |
var popItem = $(obj).closest(".popup-com");
|
| 586 | 603 |
var popClass = popItem.attr("data-tooltip-con");
|
| 587 |
- |
|
| 604 |
+ |
|
| 588 | 605 |
$tab.addClass("active");
|
| 589 | 606 |
$tab.find("button").attr("title", "선택됨");
|
| 590 | 607 |
$tab.siblings("li.tab").removeClass("active");
|
... | ... | @@ -595,19 +612,23 @@ |
| 595 | 612 |
tabId = tabId - 1; |
| 596 | 613 |
tabCont.eq(tabId).addClass("current");
|
| 597 | 614 |
tabCont.eq(tabId).siblings("div").removeClass("current");
|
| 598 |
- |
|
| 615 |
+ |
|
| 599 | 616 |
|
| 600 | 617 |
wrapWindowByMask(popClass); |
| 601 | 618 |
} |
| 602 | 619 |
|
| 603 | 620 |
/* 팝업 중앙정렬 */ |
| 604 |
-function wrapWindowByMask(item){
|
|
| 605 |
- setTimeout(function(){
|
|
| 606 |
- var width = $("."+item).width();
|
|
| 607 |
- var height = $("."+item).height();
|
|
| 621 |
+function wrapWindowByMask(item) {
|
|
| 622 |
+ setTimeout(function () {
|
|
| 623 |
+ var width = $("." + item).width();
|
|
| 624 |
+ var height = $("." + item).height();
|
|
| 608 | 625 |
/*$("."+item).css({'left' : ($(window).width() - width) / 2, 'top' : ($(window).height() - height) / 2,'opacity':'1'});*/
|
| 609 |
- $("."+item).css({'left' : ($(document).width()-width)/2, 'top' : ($(window).height() - height) / 2,'opacity':'1'});
|
|
| 610 |
- },250); |
|
| 626 |
+ $("." + item).css({
|
|
| 627 |
+ 'left': ($(document).width() - width) / 2, |
|
| 628 |
+ 'top': ($(window).height() - height) / 2, |
|
| 629 |
+ 'opacity': '1' |
|
| 630 |
+ }); |
|
| 631 |
+ }, 250); |
|
| 611 | 632 |
} |
| 612 | 633 |
|
| 613 | 634 |
// 문자보내기 tab 버튼 - send_top |
... | ... | @@ -663,8 +684,8 @@ |
| 663 | 684 |
$tab.siblings("li.btn_tab").removeClass("active");
|
| 664 | 685 |
$tab.siblings("li.tab").find("button").removeAttr("title");
|
| 665 | 686 |
|
| 666 |
- $tab.siblings("li:not(li:first-child)").find("button").css("border-left","1px solid #e5e5e5");
|
|
| 667 |
- $tabPrev.find("button").css("border-left","0");
|
|
| 687 |
+ $tab.siblings("li:not(li:first-child)").find("button").css("border-left", "1px solid #e5e5e5");
|
|
| 688 |
+ $tabPrev.find("button").css("border-left", "0");
|
|
| 668 | 689 |
|
| 669 | 690 |
var $tabCn = $("#tab2_" + tabId);
|
| 670 | 691 |
$tabCn.fadeIn(0); |
... | ... | @@ -675,7 +696,7 @@ |
| 675 | 696 |
|
| 676 | 697 |
$(".area_tabcont").not($tabCn).removeClass("on");
|
| 677 | 698 |
$(".area_tabcont").not($tabCn).fadeOut(0);
|
| 678 |
- |
|
| 699 |
+ |
|
| 679 | 700 |
/*탭 이동 시 탭활성 초기화*/ |
| 680 | 701 |
/*단문, 장문문자*/ |
| 681 | 702 |
//상단 단문/장문 선택 |
... | ... | @@ -695,23 +716,29 @@ |
| 695 | 716 |
$('.tab_depth4 .tDep2_hashTag a').removeClass('on');
|
| 696 | 717 |
$('.tab_depth4 .tDep2_hashTag a').eq(0).addClass('on');
|
| 697 | 718 |
|
| 719 |
+ $(".api_guide_con").not($tabCn).removeClass("current");
|
|
| 720 |
+ $(".api_guide_con").not($tabCn).fadeOut(0);
|
|
| 721 |
+ |
|
| 722 |
+ $(".api_guide_con").not($tabCn).removeClass("current");
|
|
| 723 |
+ $(".api_guide_con").not($tabCn).fadeOut(0);
|
|
| 724 |
+ |
|
| 698 | 725 |
currTabId = tabId; |
| 699 | 726 |
|
| 700 | 727 |
} |
| 701 | 728 |
|
| 702 | 729 |
// 맞춤제작 tab 버튼 |
| 703 | 730 |
function TabType4(obj, tabId) {
|
| 704 |
- |
|
| 705 |
- if(tabId == '3'){
|
|
| 731 |
+ |
|
| 732 |
+ if (tabId == '3') {
|
|
| 706 | 733 |
// 비로그인인 경우 로그인하도록 |
| 707 |
- if($("#loginId").val() == null){
|
|
| 734 |
+ if ($("#loginId").val() == null) {
|
|
| 708 | 735 |
//alert("로그인 후 사용이 가능합니다.");
|
| 709 |
- location.href="/web/user/login/login.do"; |
|
| 736 |
+ location.href = "/web/user/login/login.do"; |
|
| 710 | 737 |
return false; |
| 711 | 738 |
} |
| 712 | 739 |
} |
| 713 |
- |
|
| 714 |
- |
|
| 740 |
+ |
|
| 741 |
+ |
|
| 715 | 742 |
var $tab = $(obj).closest("li");
|
| 716 | 743 |
$tab.addClass("active");
|
| 717 | 744 |
$tab.find("button").attr("title", "선택됨");
|
... | ... | @@ -754,10 +781,10 @@ |
| 754 | 781 |
|
| 755 | 782 |
$(".adr_cont").not($tabCn).removeClass("current");
|
| 756 | 783 |
$(".adr_cont").not($tabCn).fadeOut(0);
|
| 757 |
- |
|
| 784 |
+ |
|
| 758 | 785 |
$(".rev_content").not($tabCn).removeClass("current");
|
| 759 | 786 |
$(".rev_content").not($tabCn).fadeOut(0);
|
| 760 |
- |
|
| 787 |
+ |
|
| 761 | 788 |
$(".api_guide").not($tabCn).removeClass("current");
|
| 762 | 789 |
$(".api_guide").not($tabCn).fadeOut(0);
|
| 763 | 790 |
|
... | ... | @@ -778,12 +805,12 @@ |
| 778 | 805 |
$tabCn.fadeIn(0); |
| 779 | 806 |
$tabCn.addClass("current");
|
| 780 | 807 |
|
| 781 |
- $tab.siblings("li:not(li:last-child)").find("button").css("border-right","1px solid #e5e5e5");
|
|
| 782 |
- $tabPrev.find("button").css("border-right","0");
|
|
| 808 |
+ $tab.siblings("li:not(li:last-child)").find("button").css("border-right", "1px solid #e5e5e5");
|
|
| 809 |
+ $tabPrev.find("button").css("border-right", "0");
|
|
| 783 | 810 |
|
| 784 | 811 |
$(".enroll_cont").not($tabCn).removeClass("current");
|
| 785 | 812 |
$(".enroll_cont").not($tabCn).fadeOut(0);
|
| 786 |
- |
|
| 813 |
+ |
|
| 787 | 814 |
$(".pay_refund_cont").not($tabCn).removeClass("current");
|
| 788 | 815 |
$(".pay_refund_cont").not($tabCn).fadeOut(0);
|
| 789 | 816 |
|
... | ... | @@ -828,13 +855,13 @@ |
| 828 | 855 |
$tab.siblings("li.tab").removeClass("active");
|
| 829 | 856 |
$tab.siblings("li.tab").find("button").removeAttr("title");
|
| 830 | 857 |
|
| 831 |
- $tab.siblings("li:not(li:last-child)").find("button").css("border-right","1px solid #e5e5e5");
|
|
| 832 |
- $tabPrev.find("button").css("border-right","0");
|
|
| 858 |
+ $tab.siblings("li:not(li:last-child)").find("button").css("border-right", "1px solid #e5e5e5");
|
|
| 859 |
+ $tabPrev.find("button").css("border-right", "0");
|
|
| 833 | 860 |
|
| 834 | 861 |
var $tabCn = $("#listTab2_" + tabId);
|
| 835 | 862 |
$tabCn.fadeIn(0); |
| 836 | 863 |
$tabCn.addClass("current");
|
| 837 |
- |
|
| 864 |
+ |
|
| 838 | 865 |
$(".price_history_cont").not($tabCn).not('.price_history_cont').removeClass("current");
|
| 839 | 866 |
$(".price_history_cont").not($tabCn).not('.price_history_cont').fadeOut(0);
|
| 840 | 867 |
|
... | ... | @@ -883,15 +910,15 @@ |
| 883 | 910 |
$tabCn.fadeIn(0); |
| 884 | 911 |
$tabCn.addClass("current");
|
| 885 | 912 |
|
| 886 |
- $tab.siblings("li:not(li:last-child)").find("button").css("border-right","1px solid #e5e5e5");
|
|
| 887 |
- $tabPrev.find("button").css("border-right","0");
|
|
| 913 |
+ $tab.siblings("li:not(li:last-child)").find("button").css("border-right", "1px solid #e5e5e5");
|
|
| 914 |
+ $tabPrev.find("button").css("border-right", "0");
|
|
| 888 | 915 |
|
| 889 | 916 |
$(".popCont").not($tabCn).removeClass("current");
|
| 890 | 917 |
$(".popCont").not($tabCn).fadeOut(0);
|
| 891 | 918 |
|
| 892 | 919 |
currTabId = tabId; |
| 893 | 920 |
|
| 894 |
- |
|
| 921 |
+ |
|
| 895 | 922 |
} |
| 896 | 923 |
|
| 897 | 924 |
// 테이블에 분류하는 tab |
... | ... | @@ -915,7 +942,7 @@ |
| 915 | 942 |
} |
| 916 | 943 |
|
| 917 | 944 |
//콘텐츠 tab |
| 918 |
-function contentTab(obj, tabId){
|
|
| 945 |
+function contentTab(obj, tabId) {
|
|
| 919 | 946 |
var $tab = $(obj).closest("li");
|
| 920 | 947 |
$tab.addClass("active");
|
| 921 | 948 |
$tab.find("button").attr("title", "선택됨");
|
... | ... | @@ -934,7 +961,7 @@ |
| 934 | 961 |
} |
| 935 | 962 |
|
| 936 | 963 |
//콘텐츠 - 발송결과 미리보기 tab |
| 937 |
-function phoneTab(obj, tabId){
|
|
| 964 |
+function phoneTab(obj, tabId) {
|
|
| 938 | 965 |
var $tab = $(obj).closest("li");
|
| 939 | 966 |
$tab.addClass("active");
|
| 940 | 967 |
$tab.find("button").attr("title", "선택됨");
|
... | ... | @@ -953,13 +980,13 @@ |
| 953 | 980 |
} |
| 954 | 981 |
|
| 955 | 982 |
/* 회원가입 약관동의 list */ |
| 956 |
-function clause_list(obj){
|
|
| 983 |
+function clause_list(obj) {
|
|
| 957 | 984 |
var listBody = $(obj).parents(".clause_list_head").siblings(".clause_list_body");
|
| 958 | 985 |
|
| 959 |
- if(listBody.is(":visible")){
|
|
| 986 |
+ if (listBody.is(":visible")) {
|
|
| 960 | 987 |
listBody.slideUp(250); |
| 961 | 988 |
listBody.parents(".list_open").removeClass("on");
|
| 962 |
- }else{
|
|
| 989 |
+ } else {
|
|
| 963 | 990 |
listBody.slideDown(250); |
| 964 | 991 |
listBody.parents(".list_open").addClass("on");
|
| 965 | 992 |
//listBody.parents(".list_open").siblings(".list_open").find(".clause_list_body").slideUp(250);
|
... | ... | @@ -969,40 +996,40 @@ |
| 969 | 996 |
|
| 970 | 997 |
|
| 971 | 998 |
/* 자주하는 질문 list */ |
| 972 |
-function qnaList(item){
|
|
| 999 |
+function qnaList(item) {
|
|
| 973 | 1000 |
var qnaAnswer = $(item).parent("li").find(".qna_answer");
|
| 974 | 1001 |
|
| 975 |
- if(qnaAnswer.is(":visible")){
|
|
| 1002 |
+ if (qnaAnswer.is(":visible")) {
|
|
| 976 | 1003 |
qnaAnswer.slideUp(450); |
| 977 | 1004 |
qnaAnswer.parent("li").removeClass("open")
|
| 978 |
- qnaAnswer.prev("button").attr("title","닫힘");
|
|
| 979 |
- |
|
| 980 |
- }else{
|
|
| 1005 |
+ qnaAnswer.prev("button").attr("title", "닫힘");
|
|
| 1006 |
+ |
|
| 1007 |
+ } else {
|
|
| 981 | 1008 |
qnaAnswer.slideDown(450); |
| 982 | 1009 |
qnaAnswer.parent("li").addClass("open");
|
| 983 |
- qnaAnswer.prev("button").attr("title","열림");
|
|
| 984 |
- qnaAnswer.parent("li.open").siblings("li").find("button").attr("title","닫힘");
|
|
| 1010 |
+ qnaAnswer.prev("button").attr("title", "열림");
|
|
| 1011 |
+ qnaAnswer.parent("li.open").siblings("li").find("button").attr("title", "닫힘");
|
|
| 985 | 1012 |
qnaAnswer.parent("li.open").siblings("li").removeClass("open")
|
| 986 | 1013 |
qnaAnswer.parent("li.open").siblings("li").find(".qna_answer").slideUp(450);
|
| 987 |
- |
|
| 1014 |
+ |
|
| 988 | 1015 |
} |
| 989 | 1016 |
} |
| 990 | 1017 |
|
| 991 | 1018 |
/* 포토 preview 버튼 누르면 클릭한 번호로 위치 이동 */ |
| 992 | 1019 |
function imgClick(num) {
|
| 993 |
- |
|
| 1020 |
+ |
|
| 994 | 1021 |
//20220628추가 |
| 995 |
- for (var i=0; i<=num; i++){
|
|
| 996 |
- var h=$(".preiew_img .img_box").outerHeight()+10;
|
|
| 997 |
- h=h*num; |
|
| 998 |
- |
|
| 999 |
- $(".text_preview").animate({
|
|
| 1000 |
- scrollTop : h |
|
| 1022 |
+ for (var i = 0; i <= num; i++) {
|
|
| 1023 |
+ var h = $(".preiew_img .img_box").outerHeight() + 10;
|
|
| 1024 |
+ h = h * num; |
|
| 1025 |
+ |
|
| 1026 |
+ $(".text_preview").animate({
|
|
| 1027 |
+ scrollTop: h |
|
| 1001 | 1028 |
}, 300); |
| 1002 |
- } |
|
| 1003 |
- |
|
| 1004 |
- |
|
| 1005 |
- /*var posiTop = $(".preiew_img .img_box").eq(num).position().top;
|
|
| 1029 |
+ } |
|
| 1030 |
+ |
|
| 1031 |
+ |
|
| 1032 |
+ /*var posiTop = $(".preiew_img .img_box").eq(num).position().top;
|
|
| 1006 | 1033 |
$(".text_preview").mCustomScrollbar("scrollTo",posiTop,{
|
| 1007 | 1034 |
scrollInertia:300 |
| 1008 | 1035 |
});*/ |
... | ... | @@ -1010,440 +1037,526 @@ |
| 1010 | 1037 |
|
| 1011 | 1038 |
|
| 1012 | 1039 |
/* 인쇄미리보기 클릭 시 견적서 새창 팝업 오픈 */ |
| 1013 |
-function showEstimate() {
|
|
| 1014 |
- //만들려는 팝업의 크기 |
|
| 1015 |
- var popup_wid = '820'; |
|
| 1016 |
- var popup_ht = '900'; |
|
| 1040 |
+function showEstimate() {
|
|
| 1041 |
+ //만들려는 팝업의 크기 |
|
| 1042 |
+ var popup_wid = '820'; |
|
| 1043 |
+ var popup_ht = '900'; |
|
| 1017 | 1044 |
|
| 1018 |
- //중앙 정렬을 위해 윈도우 스크린의 width,height 구하는 변수 만듦 |
|
| 1019 |
- var popup_left = (window.screen.width / 2) - (popup_wid / 2); |
|
| 1020 |
- var popup_top =(window.screen.height / 2) - (popup_ht / 2); |
|
| 1045 |
+ //중앙 정렬을 위해 윈도우 스크린의 width,height 구하는 변수 만듦 |
|
| 1046 |
+ var popup_left = (window.screen.width / 2) - (popup_wid / 2); |
|
| 1047 |
+ var popup_top = (window.screen.height / 2) - (popup_ht / 2); |
|
| 1021 | 1048 |
|
| 1022 |
- window.open('estimate.html', 'a', 'width='+ popup_wid +', height='+ popup_ht +', left=' + popup_left + ', top='+ popup_top );
|
|
| 1049 |
+ window.open('estimate.html', 'a', 'width=' + popup_wid + ', height=' + popup_ht + ', left=' + popup_left + ', top=' + popup_top);
|
|
| 1023 | 1050 |
} |
| 1024 | 1051 |
|
| 1025 | 1052 |
/* 사용내역서 클릭 시 내역서 새창 팝업 오픈 */ |
| 1026 |
-function showEstimate2() {
|
|
| 1027 |
- //만들려는 팝업의 크기 |
|
| 1028 |
- var popup_wid = '840'; |
|
| 1029 |
- var popup_ht = '900'; |
|
| 1053 |
+function showEstimate2() {
|
|
| 1054 |
+ //만들려는 팝업의 크기 |
|
| 1055 |
+ var popup_wid = '840'; |
|
| 1056 |
+ var popup_ht = '900'; |
|
| 1030 | 1057 |
|
| 1031 |
- var popup_left = (window.screen.width / 2) - (popup_wid / 2); |
|
| 1032 |
- var popup_top =(window.screen.height / 2) - (popup_ht / 2); |
|
| 1058 |
+ var popup_left = (window.screen.width / 2) - (popup_wid / 2); |
|
| 1059 |
+ var popup_top = (window.screen.height / 2) - (popup_ht / 2); |
|
| 1033 | 1060 |
|
| 1034 |
- window.open('estimate2.html', 'a', 'width='+ popup_wid +', height='+ popup_ht +', left=' + popup_left + ', top='+ popup_top );
|
|
| 1061 |
+ window.open('estimate2.html', 'a', 'width=' + popup_wid + ', height=' + popup_ht + ', left=' + popup_left + ', top=' + popup_top);
|
|
| 1035 | 1062 |
} |
| 1036 | 1063 |
|
| 1037 | 1064 |
/* 간이영수증 클릭 시 내역서 새창 팝업 오픈 */ |
| 1038 |
-function showEstimate3() {
|
|
| 1039 |
- //만들려는 팝업의 크기 |
|
| 1040 |
- var popup_wid = '400'; |
|
| 1041 |
- var popup_ht = '800'; |
|
| 1065 |
+function showEstimate3() {
|
|
| 1066 |
+ //만들려는 팝업의 크기 |
|
| 1067 |
+ var popup_wid = '400'; |
|
| 1068 |
+ var popup_ht = '800'; |
|
| 1042 | 1069 |
|
| 1043 |
- var popup_left = (window.screen.width / 2) - (popup_wid / 2); |
|
| 1044 |
- var popup_top =(window.screen.height / 2) - (popup_ht / 2); |
|
| 1070 |
+ var popup_left = (window.screen.width / 2) - (popup_wid / 2); |
|
| 1071 |
+ var popup_top = (window.screen.height / 2) - (popup_ht / 2); |
|
| 1045 | 1072 |
|
| 1046 |
- window.open('estimate3.html', 'a', 'width='+ popup_wid +', height='+ popup_ht +', left=' + popup_left + ', top='+ popup_top );
|
|
| 1073 |
+ window.open('estimate3.html', 'a', 'width=' + popup_wid + ', height=' + popup_ht + ', left=' + popup_left + ', top=' + popup_top);
|
|
| 1047 | 1074 |
} |
| 1048 | 1075 |
|
| 1049 | 1076 |
/* 주소록 인쇄 미리보기 팝업 */ |
| 1050 |
-function previewList1() {
|
|
| 1051 |
- //만들려는 팝업의 크기 |
|
| 1052 |
- var popup_wid = '870'; |
|
| 1053 |
- var popup_ht = '680'; |
|
| 1077 |
+function previewList1() {
|
|
| 1078 |
+ //만들려는 팝업의 크기 |
|
| 1079 |
+ var popup_wid = '870'; |
|
| 1080 |
+ var popup_ht = '680'; |
|
| 1054 | 1081 |
|
| 1055 |
- var popup_left = (window.screen.width / 2) - (popup_wid / 2); |
|
| 1056 |
- var popup_top =(window.screen.height / 2) - (popup_ht / 2); |
|
| 1082 |
+ var popup_left = (window.screen.width / 2) - (popup_wid / 2); |
|
| 1083 |
+ var popup_top = (window.screen.height / 2) - (popup_ht / 2); |
|
| 1057 | 1084 |
|
| 1058 |
- window.open('previewList1.html', 'a', 'width='+ popup_wid +', height='+ popup_ht +', left=' + popup_left + ', top='+ popup_top );
|
|
| 1085 |
+ window.open('previewList1.html', 'a', 'width=' + popup_wid + ', height=' + popup_ht + ', left=' + popup_left + ', top=' + popup_top);
|
|
| 1059 | 1086 |
} |
| 1060 | 1087 |
|
| 1061 | 1088 |
/* 주소록 내보내기 인쇄 미리보기 팝업 */ |
| 1062 |
-function previewList2() {
|
|
| 1063 |
- //만들려는 팝업의 크기 |
|
| 1064 |
- var popup_wid = '870'; |
|
| 1065 |
- var popup_ht = '700'; |
|
| 1089 |
+function previewList2() {
|
|
| 1090 |
+ //만들려는 팝업의 크기 |
|
| 1091 |
+ var popup_wid = '870'; |
|
| 1092 |
+ var popup_ht = '700'; |
|
| 1066 | 1093 |
|
| 1067 |
- var popup_left = (window.screen.width / 2) - (popup_wid / 2); |
|
| 1068 |
- var popup_top =(window.screen.height / 2) - (popup_ht / 2); |
|
| 1094 |
+ var popup_left = (window.screen.width / 2) - (popup_wid / 2); |
|
| 1095 |
+ var popup_top = (window.screen.height / 2) - (popup_ht / 2); |
|
| 1069 | 1096 |
|
| 1070 |
- window.open('previewList2.html', 'a', 'width='+ popup_wid +', height='+ popup_ht +', left=' + popup_left + ', top='+ popup_top );
|
|
| 1097 |
+ window.open('previewList2.html', 'a', 'width=' + popup_wid + ', height=' + popup_ht + ', left=' + popup_left + ', top=' + popup_top);
|
|
| 1071 | 1098 |
} |
| 1072 | 1099 |
|
| 1073 | 1100 |
|
| 1074 |
-$(function(){
|
|
| 1075 |
- if($('.calendar').length>0){
|
|
| 1101 |
+$(function () {
|
|
| 1102 |
+ if ($('.calendar').length > 0) {
|
|
| 1076 | 1103 |
calendarSetting(); |
| 1077 | 1104 |
} |
| 1078 | 1105 |
}); |
| 1079 | 1106 |
|
| 1080 |
-function calendarSetting(){
|
|
| 1107 |
+function calendarSetting() {
|
|
| 1081 | 1108 |
var $input = $('.calendar02').pickadate({
|
| 1082 |
- format : "yyyy/mm/dd", //인풋에 표기되는 값 |
|
| 1083 |
- formatSubmit : "yyyymmdd", //전송하는 값 |
|
| 1109 |
+ format: "yyyy/mm/dd", //인풋에 표기되는 값 |
|
| 1110 |
+ formatSubmit: "yyyymmdd", //전송하는 값 |
|
| 1084 | 1111 |
labelMonthNext: '다음 달 보기', |
| 1085 | 1112 |
labelMonthPrev: '이전 달 보기', |
| 1086 | 1113 |
min: true, |
| 1087 | 1114 |
max: 365, |
| 1088 |
- |
|
| 1089 |
- onOpen : function(){
|
|
| 1115 |
+ |
|
| 1116 |
+ onOpen: function () {
|
|
| 1090 | 1117 |
// 윈도우 height 값 기준으로 달력 height 보다 위에있을 경우 팝업이 아래로 아래 있을 경우 팝업이 위로 열림 |
| 1091 | 1118 |
var thisCal = $(this.$holder); |
| 1092 |
- |
|
| 1093 |
- if($(window).scrollTop()+($(window).outerHeight()/2)>thisCal.closest('.calendar_wrap').offset().top){
|
|
| 1094 |
- thisCal.attr('style','').css("top","5px");
|
|
| 1095 |
- }else{
|
|
| 1096 |
- thisCal.attr('style','').css("bottom","35px");
|
|
| 1119 |
+ |
|
| 1120 |
+ if ($(window).scrollTop() + ($(window).outerHeight() / 2) > thisCal.closest('.calendar_wrap').offset().top) {
|
|
| 1121 |
+ thisCal.attr('style', '').css("top", "5px");
|
|
| 1122 |
+ } else {
|
|
| 1123 |
+ thisCal.attr('style', '').css("bottom", "35px");
|
|
| 1097 | 1124 |
} |
| 1098 | 1125 |
|
| 1099 |
- if(thisCal.offset().left+thisCal.outerWidth()<$(window).outerWidth()){
|
|
| 1100 |
- var ll=thisCal.closest('.picker').prev().position().left;
|
|
| 1101 |
- thisCal.css({'left':ll,'right':'initial'});
|
|
| 1102 |
- }else{
|
|
| 1103 |
- thisCal.css({'left':'initial','right':0});
|
|
| 1126 |
+ if (thisCal.offset().left + thisCal.outerWidth() < $(window).outerWidth()) {
|
|
| 1127 |
+ var ll = thisCal.closest('.picker').prev().position().left;
|
|
| 1128 |
+ thisCal.css({
|
|
| 1129 |
+ 'left': ll, |
|
| 1130 |
+ 'right': 'initial' |
|
| 1131 |
+ }); |
|
| 1132 |
+ } else {
|
|
| 1133 |
+ thisCal.css({
|
|
| 1134 |
+ 'left': 'initial', |
|
| 1135 |
+ 'right': 0 |
|
| 1136 |
+ }); |
|
| 1104 | 1137 |
} |
| 1105 |
- thisCal.css("display","block");
|
|
| 1138 |
+ thisCal.css("display", "block");
|
|
| 1106 | 1139 |
} |
| 1107 | 1140 |
}); |
| 1108 |
- |
|
| 1141 |
+ |
|
| 1109 | 1142 |
var $input = $('.calendar').pickadate({
|
| 1110 |
- format : "yyyy/mm/dd", //인풋에 표기되는 값 |
|
| 1111 |
- formatSubmit : "yyyymmdd", //전송하는 값 |
|
| 1143 |
+ format: "yyyy/mm/dd", //인풋에 표기되는 값 |
|
| 1144 |
+ formatSubmit: "yyyymmdd", //전송하는 값 |
|
| 1112 | 1145 |
labelMonthNext: '다음 달 보기', |
| 1113 | 1146 |
labelMonthPrev: '이전 달 보기', |
| 1114 |
- |
|
| 1115 |
- onOpen : function(){
|
|
| 1147 |
+ |
|
| 1148 |
+ onOpen: function () {
|
|
| 1116 | 1149 |
// 윈도우 height 값 기준으로 달력 height 보다 위에있을 경우 팝업이 아래로 아래 있을 경우 팝업이 위로 열림 |
| 1117 | 1150 |
var thisCal = $(this.$holder); |
| 1118 |
- |
|
| 1119 |
- if($(window).scrollTop()+($(window).outerHeight()/2)>thisCal.closest('.calendar_wrap').offset().top){
|
|
| 1120 |
- thisCal.attr('style','').css("top","5px");
|
|
| 1121 |
- }else{
|
|
| 1122 |
- thisCal.attr('style','').css("bottom","35px");
|
|
| 1151 |
+ |
|
| 1152 |
+ if ($(window).scrollTop() + ($(window).outerHeight() / 2) > thisCal.closest('.calendar_wrap').offset().top) {
|
|
| 1153 |
+ thisCal.attr('style', '').css("top", "5px");
|
|
| 1154 |
+ } else {
|
|
| 1155 |
+ thisCal.attr('style', '').css("bottom", "35px");
|
|
| 1123 | 1156 |
} |
| 1124 | 1157 |
|
| 1125 |
- if(thisCal.offset().left+thisCal.outerWidth()<$(window).outerWidth()){
|
|
| 1126 |
- var ll=thisCal.closest('.picker').prev().position().left;
|
|
| 1127 |
- thisCal.css({'left':ll,'right':'initial'});
|
|
| 1128 |
- }else{
|
|
| 1129 |
- thisCal.css({'left':'initial','right':0});
|
|
| 1158 |
+ if (thisCal.offset().left + thisCal.outerWidth() < $(window).outerWidth()) {
|
|
| 1159 |
+ var ll = thisCal.closest('.picker').prev().position().left;
|
|
| 1160 |
+ thisCal.css({
|
|
| 1161 |
+ 'left': ll, |
|
| 1162 |
+ 'right': 'initial' |
|
| 1163 |
+ }); |
|
| 1164 |
+ } else {
|
|
| 1165 |
+ thisCal.css({
|
|
| 1166 |
+ 'left': 'initial', |
|
| 1167 |
+ 'right': 0 |
|
| 1168 |
+ }); |
|
| 1130 | 1169 |
} |
| 1131 |
- thisCal.css("display","block");
|
|
| 1170 |
+ thisCal.css("display", "block");
|
|
| 1132 | 1171 |
} |
| 1133 | 1172 |
}); |
| 1134 |
- |
|
| 1173 |
+ |
|
| 1135 | 1174 |
// 달력으로 기간 정해서 검색할 경우 |
| 1136 |
- if($(".startDate").length != 0){
|
|
| 1137 |
- |
|
| 1175 |
+ if ($(".startDate").length != 0) {
|
|
| 1176 |
+ |
|
| 1138 | 1177 |
var $startinput = $('.startDate').pickadate({
|
| 1139 |
- format : "yyyy/mm/dd", //인풋에 표기되는 값 |
|
| 1140 |
- formatSubmit : "yyyymmdd", //전송하는 값 |
|
| 1178 |
+ format: "yyyy/mm/dd", //인풋에 표기되는 값 |
|
| 1179 |
+ formatSubmit: "yyyymmdd", //전송하는 값 |
|
| 1141 | 1180 |
labelMonthNext: '다음 달 보기', |
| 1142 | 1181 |
labelMonthPrev: '이전 달 보기', |
| 1143 | 1182 |
min: false, |
| 1144 | 1183 |
max: false, |
| 1145 |
- |
|
| 1146 |
- onOpen : function(){
|
|
| 1184 |
+ |
|
| 1185 |
+ onOpen: function () {
|
|
| 1147 | 1186 |
// 윈도우 height 값 기준으로 달력 height 보다 위에있을 경우 팝업이 아래로 아래 있을 경우 팝업이 위로 열림 |
| 1148 | 1187 |
var thisCal = $(this.$holder); |
| 1149 |
- |
|
| 1150 |
- if($(window).scrollTop()+($(window).outerHeight()/2)>thisCal.closest('.calendar_wrap').offset().top){
|
|
| 1151 |
- thisCal.attr('style','').css("top","5px");
|
|
| 1152 |
- }else{
|
|
| 1153 |
- thisCal.attr('style','').css("bottom","35px");
|
|
| 1188 |
+ |
|
| 1189 |
+ if ($(window).scrollTop() + ($(window).outerHeight() / 2) > thisCal.closest('.calendar_wrap').offset().top) {
|
|
| 1190 |
+ thisCal.attr('style', '').css("top", "5px");
|
|
| 1191 |
+ } else {
|
|
| 1192 |
+ thisCal.attr('style', '').css("bottom", "35px");
|
|
| 1154 | 1193 |
} |
| 1155 | 1194 |
|
| 1156 |
- if(thisCal.offset().left+thisCal.outerWidth()<$(window).outerWidth()){
|
|
| 1157 |
- var ll=thisCal.closest('.picker').prev().position().left;
|
|
| 1158 |
- thisCal.css({'left':ll,'right':'initial'});
|
|
| 1159 |
- }else{
|
|
| 1160 |
- thisCal.css({'left':'initial','right':0});
|
|
| 1195 |
+ if (thisCal.offset().left + thisCal.outerWidth() < $(window).outerWidth()) {
|
|
| 1196 |
+ var ll = thisCal.closest('.picker').prev().position().left;
|
|
| 1197 |
+ thisCal.css({
|
|
| 1198 |
+ 'left': ll, |
|
| 1199 |
+ 'right': 'initial' |
|
| 1200 |
+ }); |
|
| 1201 |
+ } else {
|
|
| 1202 |
+ thisCal.css({
|
|
| 1203 |
+ 'left': 'initial', |
|
| 1204 |
+ 'right': 0 |
|
| 1205 |
+ }); |
|
| 1161 | 1206 |
} |
| 1162 |
- thisCal.css("display","block");
|
|
| 1207 |
+ thisCal.css("display", "block");
|
|
| 1163 | 1208 |
} |
| 1164 | 1209 |
}); |
| 1165 |
- |
|
| 1210 |
+ |
|
| 1166 | 1211 |
var startpicker = $startinput.pickadate('picker');
|
| 1167 |
- |
|
| 1212 |
+ |
|
| 1168 | 1213 |
startpicker.on({
|
| 1169 |
- open : function(){
|
|
| 1214 |
+ open: function () {
|
|
| 1170 | 1215 |
var calDate = $(this.$node).val(); |
| 1171 |
- var yearText = calDate.substr(0,4); |
|
| 1172 |
- var monthText = calDate.substr(5,2); |
|
| 1173 |
- var dayText = calDate.substr(8,2); |
|
| 1174 |
- if($(this.$node).val() != ''){
|
|
| 1216 |
+ var yearText = calDate.substr(0, 4); |
|
| 1217 |
+ var monthText = calDate.substr(5, 2); |
|
| 1218 |
+ var dayText = calDate.substr(8, 2); |
|
| 1219 |
+ if ($(this.$node).val() != '') {
|
|
| 1175 | 1220 |
monthText = monthText - 1; |
| 1176 |
- startpicker.set("view",new Date(yearText,monthText,dayText));
|
|
| 1177 |
- startpicker.set("highlight",new Date(yearText,monthText,dayText));
|
|
| 1178 |
- }else{}
|
|
| 1221 |
+ startpicker.set("view", new Date(yearText, monthText, dayText));
|
|
| 1222 |
+ startpicker.set("highlight", new Date(yearText, monthText, dayText));
|
|
| 1223 |
+ } else {}
|
|
| 1179 | 1224 |
}, |
| 1180 |
- close : function(){
|
|
| 1225 |
+ close: function () {
|
|
| 1181 | 1226 |
var startVal = $(".startDate").val();
|
| 1182 | 1227 |
var endVal = $(".endDate").val();
|
| 1183 |
- console.log(startVal,endVal); |
|
| 1228 |
+ console.log(startVal, endVal); |
|
| 1184 | 1229 |
endVal = endVal.replace(/[.]/gi, ''); |
| 1185 | 1230 |
startVal = startVal.replace(/[.]/gi, ''); |
| 1186 |
- if(startVal > endVal && endVal != ""){
|
|
| 1231 |
+ if (startVal > endVal && endVal != "") {
|
|
| 1187 | 1232 |
startpicker.clear(); |
| 1188 | 1233 |
alert("시작일이 종료일보다 클 수 없습니다.");
|
| 1189 |
- }else{}
|
|
| 1234 |
+ } else {}
|
|
| 1190 | 1235 |
} |
| 1191 | 1236 |
}); |
| 1192 |
- |
|
| 1237 |
+ |
|
| 1193 | 1238 |
var $endinput = $('.endDate').pickadate({
|
| 1194 |
- format : "yyyy/mm/dd", //인풋에 표기되는 값 |
|
| 1195 |
- formatSubmit : "yyyymmdd", //전송하는 값 |
|
| 1239 |
+ format: "yyyy/mm/dd", //인풋에 표기되는 값 |
|
| 1240 |
+ formatSubmit: "yyyymmdd", //전송하는 값 |
|
| 1196 | 1241 |
labelMonthNext: '다음 달 보기1111', |
| 1197 | 1242 |
labelMonthPrev: '이전 달 보기', |
| 1198 |
- |
|
| 1199 |
- onOpen : function(){
|
|
| 1243 |
+ |
|
| 1244 |
+ onOpen: function () {
|
|
| 1200 | 1245 |
// 윈도우 height 값 기준으로 달력 height 보다 위에있을 경우 팝업이 아래로 아래 있을 경우 팝업이 위로 열림 |
| 1201 | 1246 |
var thisCal = $(this.$holder); |
| 1202 |
- |
|
| 1203 |
- if($(window).scrollTop()+($(window).outerHeight()/2)>thisCal.closest('.calendar_wrap').offset().top){
|
|
| 1204 |
- thisCal.attr('style','').css("top","5px");
|
|
| 1205 |
- }else{
|
|
| 1206 |
- thisCal.attr('style','').css("bottom","35px");
|
|
| 1247 |
+ |
|
| 1248 |
+ if ($(window).scrollTop() + ($(window).outerHeight() / 2) > thisCal.closest('.calendar_wrap').offset().top) {
|
|
| 1249 |
+ thisCal.attr('style', '').css("top", "5px");
|
|
| 1250 |
+ } else {
|
|
| 1251 |
+ thisCal.attr('style', '').css("bottom", "35px");
|
|
| 1207 | 1252 |
} |
| 1208 | 1253 |
|
| 1209 |
- if(thisCal.offset().left+thisCal.outerWidth()<$(window).outerWidth()){
|
|
| 1210 |
- var ll=thisCal.closest('.picker').prev().position().left;
|
|
| 1211 |
- thisCal.css({'left':ll,'right':'initial'});
|
|
| 1212 |
- }else{
|
|
| 1213 |
- thisCal.css({'left':'initial','right':0});
|
|
| 1254 |
+ if (thisCal.offset().left + thisCal.outerWidth() < $(window).outerWidth()) {
|
|
| 1255 |
+ var ll = thisCal.closest('.picker').prev().position().left;
|
|
| 1256 |
+ thisCal.css({
|
|
| 1257 |
+ 'left': ll, |
|
| 1258 |
+ 'right': 'initial' |
|
| 1259 |
+ }); |
|
| 1260 |
+ } else {
|
|
| 1261 |
+ thisCal.css({
|
|
| 1262 |
+ 'left': 'initial', |
|
| 1263 |
+ 'right': 0 |
|
| 1264 |
+ }); |
|
| 1214 | 1265 |
} |
| 1215 |
- thisCal.css("display","block");
|
|
| 1266 |
+ thisCal.css("display", "block");
|
|
| 1216 | 1267 |
} |
| 1217 | 1268 |
}); |
| 1218 |
- |
|
| 1269 |
+ |
|
| 1219 | 1270 |
var endpicker = $endinput.pickadate('picker');
|
| 1220 |
- |
|
| 1271 |
+ |
|
| 1221 | 1272 |
endpicker.on({
|
| 1222 |
- open : function(){
|
|
| 1273 |
+ open: function () {
|
|
| 1223 | 1274 |
var calDate = $(this.$node).val(); |
| 1224 |
- var yearText = calDate.substr(0,4); |
|
| 1225 |
- var monthText = calDate.substr(5,2); |
|
| 1226 |
- var dayText = calDate.substr(8,2); |
|
| 1227 |
- if($(this.$node).val() != ''){
|
|
| 1275 |
+ var yearText = calDate.substr(0, 4); |
|
| 1276 |
+ var monthText = calDate.substr(5, 2); |
|
| 1277 |
+ var dayText = calDate.substr(8, 2); |
|
| 1278 |
+ if ($(this.$node).val() != '') {
|
|
| 1228 | 1279 |
monthText = monthText - 1; |
| 1229 |
- endpicker.set("view",new Date(yearText,monthText,dayText));
|
|
| 1230 |
- endpicker.set("highlight",new Date(yearText,monthText,dayText));
|
|
| 1231 |
- }else{}
|
|
| 1280 |
+ endpicker.set("view", new Date(yearText, monthText, dayText));
|
|
| 1281 |
+ endpicker.set("highlight", new Date(yearText, monthText, dayText));
|
|
| 1282 |
+ } else {}
|
|
| 1232 | 1283 |
}, |
| 1233 |
- close : function(){
|
|
| 1284 |
+ close: function () {
|
|
| 1234 | 1285 |
var startVal = $(".startDate").val();
|
| 1235 | 1286 |
var endVal = $(".endDate").val();
|
| 1236 |
- console.log(startVal,endVal); |
|
| 1287 |
+ console.log(startVal, endVal); |
|
| 1237 | 1288 |
endVal = endVal.replace(/[.]/gi, ''); |
| 1238 | 1289 |
startVal = startVal.replace(/[.]/gi, ''); |
| 1239 |
- if(endVal < startVal && startVal != "" && endVal != ""){
|
|
| 1290 |
+ if (endVal < startVal && startVal != "" && endVal != "") {
|
|
| 1240 | 1291 |
endpicker.clear(); |
| 1241 | 1292 |
alert("종료일이 시작일보다 작을 수 없습니다.");
|
| 1242 |
- }else{}
|
|
| 1293 |
+ } else {}
|
|
| 1243 | 1294 |
} |
| 1244 | 1295 |
}); |
| 1245 | 1296 |
} |
| 1246 |
- |
|
| 1297 |
+ |
|
| 1247 | 1298 |
} |
| 1248 | 1299 |
|
| 1249 | 1300 |
function fnSetDynamicCalendar() {
|
| 1250 |
- $(':text.startDate,:text.endDate,:text.date').each(function(i) {
|
|
| 1301 |
+ $(':text.startDate,:text.endDate,:text.date').each(function (i) {
|
|
| 1251 | 1302 |
$this = $(this); |
| 1252 |
- if ($this.attr("data-dateControl")==undefined) {
|
|
| 1253 |
- $this.attr("data-dateControl",true);
|
|
| 1254 |
- switch ($this[0].className){
|
|
| 1303 |
+ if ($this.attr("data-dateControl") == undefined) {
|
|
| 1304 |
+ $this.attr("data-dateControl", true);
|
|
| 1305 |
+ switch ($this[0].className) {
|
|
| 1255 | 1306 |
case "startDate": |
| 1256 |
- sText = "시작";break; |
|
| 1307 |
+ sText = "시작"; |
|
| 1308 |
+ break; |
|
| 1257 | 1309 |
case "endDate": |
| 1258 |
- sText = "종료";break; |
|
| 1310 |
+ sText = "종료"; |
|
| 1311 |
+ break; |
|
| 1259 | 1312 |
case "date": |
| 1260 |
- sText = "";break; |
|
| 1313 |
+ sText = ""; |
|
| 1314 |
+ break; |
|
| 1261 | 1315 |
default: |
| 1262 |
- sText = ""; |
|
| 1316 |
+ sText = ""; |
|
| 1263 | 1317 |
} |
| 1264 | 1318 |
var sobjId = $this.attr("id");
|
| 1265 | 1319 |
if (!sobjId) {
|
| 1266 |
- $this.attr("id",$this.attr("name"));
|
|
| 1320 |
+ $this.attr("id", $this.attr("name"));
|
|
| 1267 | 1321 |
sobjId = $this.attr("name");
|
| 1268 | 1322 |
} |
| 1269 |
- var innerhtml ="<div class='calendarPop' id='calendarName_"+sobjId+"'>" |
|
| 1270 |
- +"<input type='button' value='"+sText+"날짜 달력에서 선택'" |
|
| 1271 |
- +"onclick=\"return calendarOpen('" + sobjId + "-lry','" + sText + "',this)\"/>"
|
|
| 1272 |
- +"</div>"; |
|
| 1273 |
- $this.after( innerhtml ); |
|
| 1323 |
+ var innerhtml = "<div class='calendarPop' id='calendarName_" + sobjId + "'>" + |
|
| 1324 |
+ "<input type='button' value='" + sText + "날짜 달력에서 선택'" + |
|
| 1325 |
+ "onclick=\"return calendarOpen('" + sobjId + "-lry','" + sText + "',this)\"/>" +
|
|
| 1326 |
+ "</div>"; |
|
| 1327 |
+ $this.after(innerhtml); |
|
| 1274 | 1328 |
} |
| 1275 | 1329 |
}); |
| 1276 | 1330 |
} |
| 1277 | 1331 |
|
| 1278 |
-$(function() {
|
|
| 1332 |
+$(function () {
|
|
| 1279 | 1333 |
fnSetDynamicCalendar(); |
| 1280 | 1334 |
|
| 1281 |
- jQuery(".rv a").bind('mouseover keyup' , function() { imgOn(jQuery(this))})
|
|
| 1282 |
- jQuery(".rv a").bind('mouseout blur' , function() { imgOff(jQuery(this))})
|
|
| 1335 |
+ jQuery(".rv a").bind('mouseover keyup', function () {
|
|
| 1336 |
+ imgOn(jQuery(this)) |
|
| 1337 |
+ }) |
|
| 1338 |
+ jQuery(".rv a").bind('mouseout blur', function () {
|
|
| 1339 |
+ imgOff(jQuery(this)) |
|
| 1340 |
+ }) |
|
| 1283 | 1341 |
}) |
| 1284 | 1342 |
|
| 1285 | 1343 |
/* //calendar */ |
| 1286 | 1344 |
|
| 1287 | 1345 |
/* 신규 script 작성 */ |
| 1288 |
-$(function(){
|
|
| 1346 |
+$(function () {
|
|
| 1289 | 1347 |
recomChecked(); |
| 1290 | 1348 |
tableAllChk(); |
| 1291 | 1349 |
}); |
| 1292 | 1350 |
|
| 1293 | 1351 |
/* 추천인 ID */ |
| 1294 |
-function recomChecked(){
|
|
| 1295 |
- $('td.check_num input[type=radio]').each(function(){
|
|
| 1296 |
- if($(this).is(':checked') && $(this).next('label').text() == '없음'){
|
|
| 1297 |
- $(this).closest('td.check_num').find('>div input[type=text]').prop('disabled',true);
|
|
| 1352 |
+function recomChecked() {
|
|
| 1353 |
+ $('td.check_num input[type=radio]').each(function () {
|
|
| 1354 |
+ if ($(this).is(':checked') && $(this).next('label').text() == '없음') {
|
|
| 1355 |
+ $(this).closest('td.check_num').find('>div input[type=text]').prop('disabled', true);
|
|
| 1298 | 1356 |
} |
| 1299 |
- $(this).on('change',function(){
|
|
| 1300 |
- var t=$(this).next('label').text();
|
|
| 1301 |
- if(t=='없음'){
|
|
| 1302 |
- $(this).closest('td.check_num').find('>div input[type=text]').prop('disabled',true);
|
|
| 1303 |
- }else{
|
|
| 1304 |
- $(this).closest('td.check_num').find('>div input[type=text]').prop('disabled',false);
|
|
| 1357 |
+ $(this).on('change', function () {
|
|
| 1358 |
+ var t = $(this).next('label').text();
|
|
| 1359 |
+ if (t == '없음') {
|
|
| 1360 |
+ $(this).closest('td.check_num').find('>div input[type=text]').prop('disabled', true);
|
|
| 1361 |
+ } else {
|
|
| 1362 |
+ $(this).closest('td.check_num').find('>div input[type=text]').prop('disabled', false);
|
|
| 1305 | 1363 |
} |
| 1306 | 1364 |
}); |
| 1307 | 1365 |
}); |
| 1308 | 1366 |
} |
| 1309 | 1367 |
|
| 1310 | 1368 |
/* 테이블 전체 체크 */ |
| 1311 |
-function tableAllChk(){
|
|
| 1312 |
- $('.tType4').each(function(){
|
|
| 1313 |
- var target=$(this); |
|
| 1314 |
- var thChk=target.find('thead tr th:first-child input[type=checkbox]');
|
|
| 1315 |
- var tbChk=target.find('tbody tr td:first-child input[type=checkbox]');
|
|
| 1316 |
- var len=tbChk.length; |
|
| 1317 |
- thChk.on('change',function(){
|
|
| 1318 |
- if($(this).is(':checked')){
|
|
| 1319 |
- if(tbChk.attr('disabled')==false){
|
|
| 1320 |
- tbChk.prop('checked',true);
|
|
| 1369 |
+function tableAllChk() {
|
|
| 1370 |
+ $('.tType4').each(function () {
|
|
| 1371 |
+ var target = $(this); |
|
| 1372 |
+ var thChk = target.find('thead tr th:first-child input[type=checkbox]');
|
|
| 1373 |
+ var tbChk = target.find('tbody tr td:first-child input[type=checkbox]');
|
|
| 1374 |
+ var len = tbChk.length; |
|
| 1375 |
+ thChk.on('change', function () {
|
|
| 1376 |
+ if ($(this).is(':checked')) {
|
|
| 1377 |
+ if (tbChk.attr('disabled') == false) {
|
|
| 1378 |
+ tbChk.prop('checked', true);
|
|
| 1321 | 1379 |
} |
| 1322 |
- }else{
|
|
| 1323 |
- tbChk.prop('checked',false);
|
|
| 1380 |
+ } else {
|
|
| 1381 |
+ tbChk.prop('checked', false);
|
|
| 1324 | 1382 |
} |
| 1325 | 1383 |
}); |
| 1326 |
- tbChk.on('change',function(){
|
|
| 1327 |
- var chkLen=target.find('tbody tr td:first-child input[type=checkbox]:checked').length;
|
|
| 1328 |
- var chkDisLen=target.find('tbody tr td:first-child input[type=checkbox]:disabled').length;
|
|
| 1329 |
- if((len-chkDisLen)==chkLen){
|
|
| 1330 |
- thChk.prop('checked',true);
|
|
| 1331 |
- }else{
|
|
| 1332 |
- thChk.prop('checked',false);
|
|
| 1384 |
+ tbChk.on('change', function () {
|
|
| 1385 |
+ var chkLen = target.find('tbody tr td:first-child input[type=checkbox]:checked').length;
|
|
| 1386 |
+ var chkDisLen = target.find('tbody tr td:first-child input[type=checkbox]:disabled').length;
|
|
| 1387 |
+ if ((len - chkDisLen) == chkLen) {
|
|
| 1388 |
+ thChk.prop('checked', true);
|
|
| 1389 |
+ } else {
|
|
| 1390 |
+ thChk.prop('checked', false);
|
|
| 1333 | 1391 |
} |
| 1334 | 1392 |
}); |
| 1335 | 1393 |
}); |
| 1336 | 1394 |
} |
| 1337 | 1395 |
|
| 1338 | 1396 |
/* 문자전송 핸드폰 상단 고정 */ |
| 1339 |
-$(window).on('load',function(){
|
|
| 1340 |
- setTimeout(function(){
|
|
| 1341 |
- if($('.send_top .send_right .phone').length>0){
|
|
| 1342 |
- if(!$('.top_content').hasClass('contentExcelArea')){
|
|
| 1397 |
+$(window).on('load', function () {
|
|
| 1398 |
+ setTimeout(function () {
|
|
| 1399 |
+ if ($('.send_top .send_right .phone').length > 0) {
|
|
| 1400 |
+ if (!$('.top_content').hasClass('contentExcelArea')) {
|
|
| 1343 | 1401 |
sendPhoneFixed(); |
| 1344 | 1402 |
} |
| 1345 | 1403 |
} |
| 1346 |
- },800); |
|
| 1404 |
+ }, 800); |
|
| 1347 | 1405 |
}); |
| 1348 | 1406 |
|
| 1349 |
-function sendPhoneFixed(){
|
|
| 1350 |
- $('.send_top').each(function(){
|
|
| 1351 |
- var ofsT=Math.round($(this).find('.send_right').offset().top);
|
|
| 1352 |
- if($(".kakaotalkset_cont .kakao_wrap").length == 1){
|
|
| 1353 |
- var pH=Math.round($(this).find('.send_right .phone').outerHeight());
|
|
| 1354 |
- }else{
|
|
| 1355 |
- var pH=Math.round($(this).find('.send_right .phone').outerHeight()+240);
|
|
| 1407 |
+function sendPhoneFixed() {
|
|
| 1408 |
+ $('.send_top').each(function () {
|
|
| 1409 |
+ var ofsT = Math.round($(this).find('.send_right').offset().top);
|
|
| 1410 |
+ if ($(".kakaotalkset_cont .kakao_wrap").length == 1) {
|
|
| 1411 |
+ var pH = Math.round($(this).find('.send_right .phone').outerHeight());
|
|
| 1412 |
+ } else {
|
|
| 1413 |
+ var pH = Math.round($(this).find('.send_right .phone').outerHeight() + 240);
|
|
| 1356 | 1414 |
} |
| 1415 |
+ var sendRightOft = Math.round($(this).find('.send_right:visible').offset().top);
|
|
| 1357 | 1416 |
|
| 1358 |
- $(window).on('scroll',function(){
|
|
| 1359 |
- var scrT=$(this).scrollTop(); |
|
| 1360 |
- var t=scrT+213; |
|
| 1361 |
- var h=Math.round($('.send_top').find('.send_right').outerHeight());
|
|
| 1417 |
+ $(window).on('scroll', function () {
|
|
| 1418 |
+ var scrT = $(this).scrollTop(); |
|
| 1419 |
+ var t = scrT + 213; |
|
| 1420 |
+ var h = Math.round($('.send_top').find('.send_right').outerHeight());
|
|
| 1421 |
+ var revT = $('.send_rev').length ? Math.round($('.send_rev:visible').offset().top) : null;
|
|
| 1362 | 1422 |
|
| 1363 |
- if(t>ofsT && t-ofsT<h-pH){
|
|
| 1364 |
- $('.send_top .send_right .phone').css('top',t-ofsT);
|
|
| 1365 |
- }else if(t>ofsT){
|
|
| 1366 |
- $('.send_top .send_right .phone').css('top',h-pH);
|
|
| 1367 |
- }else if(t<=ofsT){
|
|
| 1368 |
- $('.send_top .send_right .phone').attr('style','');
|
|
| 1423 |
+ if ($(".cont").find(".tabType1 .tab.active").text().trim() == "대량문자(광고문자)") {
|
|
| 1424 |
+ if (t > ofsT && scrT !== 0) {
|
|
| 1425 |
+ // send_rev 영역에 도달한 경우 멈춤 |
|
| 1426 |
+ if (scrT + pH > revT) {
|
|
| 1427 |
+ $('.send_top .send_right .phone:visible').css({
|
|
| 1428 |
+ 'top': revT - pH - sendRightOft + 470, |
|
| 1429 |
+ 'transition': 'all 0.2s' |
|
| 1430 |
+ }); |
|
| 1431 |
+ } |
|
| 1432 |
+ // 스크롤 위치에 맞춰 부드럽게 이동 |
|
| 1433 |
+ else {
|
|
| 1434 |
+ $('.send_top .send_right .phone:visible').css({
|
|
| 1435 |
+ 'top': t - sendRightOft, |
|
| 1436 |
+ 'transition': 'all 0.2s' |
|
| 1437 |
+ }); |
|
| 1438 |
+ } |
|
| 1439 |
+ } |
|
| 1440 |
+ // send_right 상단에 도달하면 스타일 제거 |
|
| 1441 |
+ else {
|
|
| 1442 |
+ $('.send_top .send_right .phone:visible').css({
|
|
| 1443 |
+ 'top': '0', |
|
| 1444 |
+ 'transition': 'all 0.2s' |
|
| 1445 |
+ }); |
|
| 1446 |
+ } |
|
| 1447 |
+ } else if ($(".cont").find(".tabType4 .tab.active").text().trim() == "알림톡") {
|
|
| 1448 |
+ if (t > ofsT && t - ofsT < h - pH) {
|
|
| 1449 |
+ $('.send_top .send_right .phone').css({
|
|
| 1450 |
+ 'top': t - ofsT, |
|
| 1451 |
+ 'transition': 'all 0.2s' |
|
| 1452 |
+ }); |
|
| 1453 |
+ } else if (t > ofsT) {
|
|
| 1454 |
+ $('.send_top .send_right .phone').css({
|
|
| 1455 |
+ 'top': h - pH + 100, |
|
| 1456 |
+ 'transition': 'all 0.2s' |
|
| 1457 |
+ }); |
|
| 1458 |
+ } else if (t <= ofsT) {
|
|
| 1459 |
+ $('.send_top .send_right .phone').css({
|
|
| 1460 |
+ 'top': '0', |
|
| 1461 |
+ 'transition': 'all 0.2s' |
|
| 1462 |
+ }); |
|
| 1463 |
+ } |
|
| 1464 |
+ } else {
|
|
| 1465 |
+ if (t > ofsT && t - ofsT < h - pH) {
|
|
| 1466 |
+ $('.send_top .send_right .phone').css({
|
|
| 1467 |
+ 'top': t - ofsT, |
|
| 1468 |
+ 'transition': 'all 0.2s' |
|
| 1469 |
+ }); |
|
| 1470 |
+ } else if (t > ofsT) {
|
|
| 1471 |
+ $('.send_top .send_right .phone').css({
|
|
| 1472 |
+ 'top': h - pH, |
|
| 1473 |
+ 'transition': 'all 0.2s' |
|
| 1474 |
+ }); |
|
| 1475 |
+ } else if (t <= ofsT) {
|
|
| 1476 |
+ $('.send_top .send_right .phone').css({
|
|
| 1477 |
+ 'top': '0', |
|
| 1478 |
+ 'transition': 'all 0.2s' |
|
| 1479 |
+ }); |
|
| 1480 |
+ } |
|
| 1369 | 1481 |
} |
| 1482 |
+ |
|
| 1370 | 1483 |
}); |
| 1371 | 1484 |
}); |
| 1372 | 1485 |
} |
| 1373 | 1486 |
|
| 1374 | 1487 |
/* 스팸팝업 내용 보기 버튼 */ |
| 1375 |
-function popContentBoxView(obj){
|
|
| 1376 |
- var target=$(obj); |
|
| 1377 |
- if(target.hasClass('active')){
|
|
| 1488 |
+function popContentBoxView(obj) {
|
|
| 1489 |
+ var target = $(obj); |
|
| 1490 |
+ if (target.hasClass('active')) {
|
|
| 1378 | 1491 |
target.removeClass('active');
|
| 1379 | 1492 |
target.closest('.title_box').next('.content_box').stop().slideDown('200');
|
| 1380 |
- }else{
|
|
| 1493 |
+ } else {
|
|
| 1381 | 1494 |
target.addClass('active');
|
| 1382 | 1495 |
target.closest('.title_box').next('.content_box').stop().slideUp('200');
|
| 1383 | 1496 |
} |
| 1384 | 1497 |
} |
| 1385 | 1498 |
|
| 1386 | 1499 |
/* 문자전송, 선거문자 제목 사용여부 체크 */ |
| 1387 |
-function titleStatus(obj){
|
|
| 1388 |
- var v=$(obj).val(); |
|
| 1389 |
- if(v == 'Y'){
|
|
| 1500 |
+function titleStatus(obj) {
|
|
| 1501 |
+ var v = $(obj).val(); |
|
| 1502 |
+ if (v == 'Y') {
|
|
| 1390 | 1503 |
$(obj).closest('.title_wrap').find('.textbox').addClass('active');
|
| 1391 |
- }else{
|
|
| 1504 |
+ } else {
|
|
| 1392 | 1505 |
$(obj).closest('.title_wrap').find('.textbox input:text').val('');
|
| 1393 | 1506 |
$(obj).closest('.title_wrap').find('.textbox').removeClass('active');
|
| 1394 | 1507 |
} |
| 1395 | 1508 |
} |
| 1396 | 1509 |
|
| 1397 | 1510 |
//카카오톡 알림톡 템플릿 등록 - 템플릿 유형 선택 |
| 1398 |
-function templateTypeSelect(type){
|
|
| 1399 |
- |
|
| 1511 |
+function templateTypeSelect(type) {
|
|
| 1512 |
+ |
|
| 1400 | 1513 |
var templateType = $(type).val(); |
| 1401 | 1514 |
var channelwrap = '<dl class="button_type_wrap template_channel_add"><dt>채널추가</dt><dd class="button_type_input"><input type="hidden" id="channelLikeType" name="channelLikeType" value="AC" readonly/><input type="text" id="btnChannelNm" name="btnChannelNm" value="채널 추가" readonly></dd></dl>'; |
| 1402 | 1515 |
var channelButton = '<p class="channel_info_text">채널 추가하고 이 채널의 광고와 마케팅 메시지 받기</p><button type="button" class="btn_kakao_channel"><img src="/publish/images/content/icon_kakao_channel_plus.png" alt=""> 채널추가</button>' |
| 1403 | 1516 |
var sideText = '<p class="side_info_text">부가정보내용</p>'; |
| 1404 |
- if(templateType == "EX"){
|
|
| 1517 |
+ if (templateType == "EX") {
|
|
| 1405 | 1518 |
//부가정보형 |
| 1406 | 1519 |
$(".template_type_cont.type1").show();
|
| 1407 | 1520 |
$(".template_type_cont.type1").siblings(".template_type_cont").hide();
|
| 1408 | 1521 |
$(".channel_info_text,.btn_kakao_channel").hide();
|
| 1409 | 1522 |
$(".template_channel_add").remove();
|
| 1410 |
- |
|
| 1411 |
- if($(".side_info_text").length == 0){
|
|
| 1523 |
+ |
|
| 1524 |
+ if ($(".side_info_text").length == 0) {
|
|
| 1412 | 1525 |
$(".template_text").after(sideText);
|
| 1413 | 1526 |
$(".template_side_text").val("");
|
| 1414 |
- }else{}
|
|
| 1415 |
- }else if(templateType == "AD"){
|
|
| 1527 |
+ } else {}
|
|
| 1528 |
+ } else if (templateType == "AD") {
|
|
| 1416 | 1529 |
//채널추가형 |
| 1417 | 1530 |
$(".template_type_cont.type2,.channel_info_text,.btn_kakao_channel").show();
|
| 1418 | 1531 |
$(".template_type_cont.type2").siblings(".template_type_cont").hide();
|
| 1419 | 1532 |
$(".side_info_text").remove();
|
| 1420 | 1533 |
|
| 1421 |
- if($(".button_add_wrap").find(".template_channel_add").length == 0){
|
|
| 1534 |
+ if ($(".button_add_wrap").find(".template_channel_add").length == 0) {
|
|
| 1422 | 1535 |
$(".button_add_wrap").prepend(channelwrap);
|
| 1423 |
- }else{}
|
|
| 1536 |
+ } else {}
|
|
| 1424 | 1537 |
|
| 1425 |
- if($(".btn_kakao_channel").length == 0){
|
|
| 1538 |
+ if ($(".btn_kakao_channel").length == 0) {
|
|
| 1426 | 1539 |
$(".allimtalk_content").append(channelButton);
|
| 1427 |
- }else{}
|
|
| 1428 |
- }else if(templateType == "MI"){
|
|
| 1540 |
+ } else {}
|
|
| 1541 |
+ } else if (templateType == "MI") {
|
|
| 1429 | 1542 |
//복합형 |
| 1430 | 1543 |
$(".template_type_cont.type1,.template_type_cont.type2").show();
|
| 1431 | 1544 |
$(".btn_kakao_channel").css("display", "block");
|
| 1432 |
- |
|
| 1433 |
- if($(".side_info_text").length == 0){
|
|
| 1545 |
+ |
|
| 1546 |
+ if ($(".side_info_text").length == 0) {
|
|
| 1434 | 1547 |
$(".template_text").after(sideText);
|
| 1435 | 1548 |
$(".template_side_text").val("");
|
| 1436 |
- }else{}
|
|
| 1549 |
+ } else {}
|
|
| 1437 | 1550 |
|
| 1438 |
- if($(".button_add_wrap").find(".template_channel_add").length == 0){
|
|
| 1551 |
+ if ($(".button_add_wrap").find(".template_channel_add").length == 0) {
|
|
| 1439 | 1552 |
$(".button_add_wrap").prepend(channelwrap);
|
| 1440 |
- }else{}
|
|
| 1553 |
+ } else {}
|
|
| 1441 | 1554 |
|
| 1442 |
- if($(".btn_kakao_channel").length == 0){
|
|
| 1555 |
+ if ($(".btn_kakao_channel").length == 0) {
|
|
| 1443 | 1556 |
$(".allimtalk_content").append(channelButton);
|
| 1444 |
- }else{}
|
|
| 1445 |
- |
|
| 1446 |
- }else{
|
|
| 1557 |
+ } else {}
|
|
| 1558 |
+ |
|
| 1559 |
+ } else {
|
|
| 1447 | 1560 |
//기본 |
| 1448 | 1561 |
$(".template_type_cont.type1,.template_type_cont.type2").hide();
|
| 1449 | 1562 |
$(".template_channel_add,.side_info_text,.btn_kakao_channel,.channel_info_text").remove();
|
... | ... | @@ -1452,160 +1565,160 @@ |
| 1452 | 1565 |
} |
| 1453 | 1566 |
|
| 1454 | 1567 |
// 카카오톡 알림톡 템플릿 등록 - 버튼 추가 |
| 1455 |
-function templateButtonAdd(){
|
|
| 1568 |
+function templateButtonAdd() {
|
|
| 1456 | 1569 |
var buttonType = $(".template_button_select").val();
|
| 1457 | 1570 |
var buttonCnt = $(".button_type_wrap").length;
|
| 1458 | 1571 |
|
| 1459 | 1572 |
//버튼갯수 체크 |
| 1460 |
- if(buttonCnt >= 5){
|
|
| 1461 |
- |
|
| 1573 |
+ if (buttonCnt >= 5) {
|
|
| 1574 |
+ |
|
| 1462 | 1575 |
alert("버튼은 최대 5개까지만 등록가능합니다.");
|
| 1463 | 1576 |
return false; |
| 1464 |
- |
|
| 1577 |
+ |
|
| 1465 | 1578 |
} |
| 1466 | 1579 |
var buttonText; |
| 1467 | 1580 |
var buttonView; |
| 1468 | 1581 |
//템플릿 버튼은 buttonVO의 buttonVOList 변수에 셋팅해서 넘겨주게 만들었음 |
| 1469 |
- if(buttonType == "button_type_0"){
|
|
| 1582 |
+ if (buttonType == "button_type_0") {
|
|
| 1470 | 1583 |
alert("버튼 타입을 선택해 주세요");
|
| 1471 | 1584 |
return false; |
| 1472 | 1585 |
} |
| 1473 |
- |
|
| 1474 |
- if(buttonType == "button_type_1"){
|
|
| 1475 |
- buttonText = '<dl class="button_type_wrap type1"><dt>배송조회</dt><dd class="button_type_input"><input type="hidden" id="buttonLikeTypeDeliv" name="buttonVOList['+buttonCnt+'].linkType" value="DS"/><input type="text" id="btnNmDeliv" name="buttonVOList['+buttonCnt+'].name" value="배송조회" placeholder="버튼명 입력(최대 14자)" readonly><p class="cf_text">*이용가능 택배사 : KG로지스, 우체국택배,일양로지스, GTX로지스, FedEx, 경동택배, 합동택배, 롯데택배</p></dd><dd><button type="button" class="btn_del" onclick="buttonTypeDel(this);"><img src="/publish/images/btn_delete.png" alt=""></button></dd></dl>'; |
|
| 1586 |
+ |
|
| 1587 |
+ if (buttonType == "button_type_1") {
|
|
| 1588 |
+ buttonText = '<dl class="button_type_wrap type1"><dt>배송조회</dt><dd class="button_type_input"><input type="hidden" id="buttonLikeTypeDeliv" name="buttonVOList[' + buttonCnt + '].linkType" value="DS"/><input type="text" id="btnNmDeliv" name="buttonVOList[' + buttonCnt + '].name" value="배송조회" placeholder="버튼명 입력(최대 14자)" readonly><p class="cf_text">*이용가능 택배사 : KG로지스, 우체국택배,일양로지스, GTX로지스, FedEx, 경동택배, 합동택배, 롯데택배</p></dd><dd><button type="button" class="btn_del" onclick="buttonTypeDel(this);"><img src="/publish/images/btn_delete.png" alt=""></button></dd></dl>'; |
|
| 1476 | 1589 |
buttonView = '<button type="button" class="btn_kakao_type btnEmpty" id="btnViewDS">배송조회</button>'; |
| 1477 |
- }else if(buttonType == "button_type_2"){
|
|
| 1478 |
- buttonText = '<dl class="button_type_wrap type2"><dt>웹링크</dt><dd class="button_type_input"><ul><li><input type="hidden" id="buttonLikeTypeWeb" name="buttonVOList['+buttonCnt+'].linkType" value="WL"/><input type="text" id="btnNmWeb" name="buttonVOList['+buttonCnt+'].name" value="" placeholder="버튼명 입력(최대 14자)"></li><li><input type="text" id="buttonLinkMo" name="buttonVOList['+buttonCnt+'].linkMo" value="" placeholder="모바일 링크 입력"></li><li><input type="text" id="buttonLinkPc" name="buttonVOList['+buttonCnt+'].linkPc" value="" placeholder="PC 링크 입력"></li></ul></dd><dd><button type="button" class="btn_del" onclick="buttonTypeDel(this);"><img src="/publish/images/btn_delete.png" alt=""></button></dd></dl>'; |
|
| 1590 |
+ } else if (buttonType == "button_type_2") {
|
|
| 1591 |
+ buttonText = '<dl class="button_type_wrap type2"><dt>웹링크</dt><dd class="button_type_input"><ul><li><input type="hidden" id="buttonLikeTypeWeb" name="buttonVOList[' + buttonCnt + '].linkType" value="WL"/><input type="text" id="btnNmWeb" name="buttonVOList[' + buttonCnt + '].name" value="" placeholder="버튼명 입력(최대 14자)"></li><li><input type="text" id="buttonLinkMo" name="buttonVOList[' + buttonCnt + '].linkMo" value="" placeholder="모바일 링크 입력"></li><li><input type="text" id="buttonLinkPc" name="buttonVOList[' + buttonCnt + '].linkPc" value="" placeholder="PC 링크 입력"></li></ul></dd><dd><button type="button" class="btn_del" onclick="buttonTypeDel(this);"><img src="/publish/images/btn_delete.png" alt=""></button></dd></dl>'; |
|
| 1479 | 1592 |
buttonView = '<button type="button" class="btn_kakao_type btnEmpty" id="btnViewWL">웹링크</button>'; |
| 1480 |
- }else if(buttonType == "button_type_3"){
|
|
| 1481 |
- buttonText = '<dl class="button_type_wrap type3"><dt>앱링크</dt><dd class="button_type_input"><ul><li><input type="hidden" id="buttonLikeTypeApp" name="buttonVOList['+buttonCnt+'].linkType" value="AL"/><input type="text" id="btnNmApp" name="buttonVOList['+buttonCnt+'].name" value="" placeholder="버튼명 입력(최대 14자)"></li><li><input type="text" id="buttonLinkAnd" name="buttonVOList['+buttonCnt+'].linkAnd" value="" placeholder="Android 링크 입력"></li><li><input type="text" id="buttonLinkIos" name="buttonVOList['+buttonCnt+'].linkIos" value="" placeholder="IOS 링크 입력"></li></ul></dd><dd><button type="button" class="btn_del" onclick="buttonTypeDel(this);"><img src="/publish/images/btn_delete.png" alt=""></button></dd></dl>'; |
|
| 1593 |
+ } else if (buttonType == "button_type_3") {
|
|
| 1594 |
+ buttonText = '<dl class="button_type_wrap type3"><dt>앱링크</dt><dd class="button_type_input"><ul><li><input type="hidden" id="buttonLikeTypeApp" name="buttonVOList[' + buttonCnt + '].linkType" value="AL"/><input type="text" id="btnNmApp" name="buttonVOList[' + buttonCnt + '].name" value="" placeholder="버튼명 입력(최대 14자)"></li><li><input type="text" id="buttonLinkAnd" name="buttonVOList[' + buttonCnt + '].linkAnd" value="" placeholder="Android 링크 입력"></li><li><input type="text" id="buttonLinkIos" name="buttonVOList[' + buttonCnt + '].linkIos" value="" placeholder="IOS 링크 입력"></li></ul></dd><dd><button type="button" class="btn_del" onclick="buttonTypeDel(this);"><img src="/publish/images/btn_delete.png" alt=""></button></dd></dl>'; |
|
| 1482 | 1595 |
buttonView = '<button type="button" class="btn_kakao_type btnEmpty" id="btnViewAL">앱링크</button>'; |
| 1483 |
- }else if(buttonType == "button_type_4"){
|
|
| 1484 |
- buttonText = '<dl class="button_type_wrap type4"><dt>봇키워드</dt><dd class="button_type_input"><input type="hidden" id="buttonLikeTypeBot" name="buttonVOList['+buttonCnt+'].linkType" value="BK"/><input type="text" id="btnNmBot" name="buttonVOList['+buttonCnt+'].name" value="" placeholder="버튼명 입력(최대 14자)"></dd><dd><button type="button" class="btn_del" onclick="buttonTypeDel(this);"><img src="/publish/images/btn_delete.png" alt=""></button></dd></dl>'; |
|
| 1596 |
+ } else if (buttonType == "button_type_4") {
|
|
| 1597 |
+ buttonText = '<dl class="button_type_wrap type4"><dt>봇키워드</dt><dd class="button_type_input"><input type="hidden" id="buttonLikeTypeBot" name="buttonVOList[' + buttonCnt + '].linkType" value="BK"/><input type="text" id="btnNmBot" name="buttonVOList[' + buttonCnt + '].name" value="" placeholder="버튼명 입력(최대 14자)"></dd><dd><button type="button" class="btn_del" onclick="buttonTypeDel(this);"><img src="/publish/images/btn_delete.png" alt=""></button></dd></dl>'; |
|
| 1485 | 1598 |
buttonView = '<button type="button" class="btn_kakao_type btnEmpty" id="btnViewBK">봇키워드</button>'; |
| 1486 |
- }else if(buttonType == "button_type_5"){
|
|
| 1487 |
- buttonText = '<dl class="button_type_wrap type5"><dt>메시지전달</dt><dd class="button_type_input"><input type="hidden" id="buttonLikeTypeMsg" name="buttonVOList['+buttonCnt+'].linkType" value="MD"/><input type="text" id="btnNmMsg" name="buttonVOList['+buttonCnt+'].name" value="" placeholder="버튼명 입력(최대 14자)"></dd><dd><button type="button" class="btn_del" onclick="buttonTypeDel(this);"><img src="/publish/images/btn_delete.png" alt=""></button></dd></dl>'; |
|
| 1599 |
+ } else if (buttonType == "button_type_5") {
|
|
| 1600 |
+ buttonText = '<dl class="button_type_wrap type5"><dt>메시지전달</dt><dd class="button_type_input"><input type="hidden" id="buttonLikeTypeMsg" name="buttonVOList[' + buttonCnt + '].linkType" value="MD"/><input type="text" id="btnNmMsg" name="buttonVOList[' + buttonCnt + '].name" value="" placeholder="버튼명 입력(최대 14자)"></dd><dd><button type="button" class="btn_del" onclick="buttonTypeDel(this);"><img src="/publish/images/btn_delete.png" alt=""></button></dd></dl>'; |
|
| 1488 | 1601 |
buttonView = '<button type="button" class="btn_kakao_type btnEmpty" id="btnViewMD">메시지전달</button>'; |
| 1489 |
- }else if(buttonType == "button_type_6"){
|
|
| 1490 |
- buttonText = '<dl class="button_type_wrap type6"><dt>상담톡전환</dt><dd class="button_type_input"><input type="hidden" id="buttonLikeTypeCons" name="buttonVOList['+buttonCnt+'].linkType" value="BC"/><input type="text" id="btnNmCons" name="buttonVOList['+buttonCnt+'].name" value="" placeholder="버튼명 입력(최대 14자)"></dd><dd><button type="button" class="btn_del" onclick="buttonTypeDel(this);"><img src="/publish/images/btn_delete.png" alt=""></button></dd></dl>'; |
|
| 1602 |
+ } else if (buttonType == "button_type_6") {
|
|
| 1603 |
+ buttonText = '<dl class="button_type_wrap type6"><dt>상담톡전환</dt><dd class="button_type_input"><input type="hidden" id="buttonLikeTypeCons" name="buttonVOList[' + buttonCnt + '].linkType" value="BC"/><input type="text" id="btnNmCons" name="buttonVOList[' + buttonCnt + '].name" value="" placeholder="버튼명 입력(최대 14자)"></dd><dd><button type="button" class="btn_del" onclick="buttonTypeDel(this);"><img src="/publish/images/btn_delete.png" alt=""></button></dd></dl>'; |
|
| 1491 | 1604 |
buttonView = '<button type="button" class="btn_kakao_type btnEmpty" id="btnViewBC">상담톡전환</button>'; |
| 1492 |
- }else if(buttonType == "button_type_7"){
|
|
| 1493 |
- buttonText = '<dl class="button_type_wrap type7"><dt>챗봇전환</dt><dd class="button_type_input"><input type="hidden" id="buttonLikeTypeBotChg" name="buttonVOList['+buttonCnt+'].linkType" value="BT"/><input type="text" id="btnNmBotChg" name="buttonVOList['+buttonCnt+'].name" value="" placeholder="버튼명 입력(최대 14자)"></dd><dd><button type="button" class="btn_del" onclick="buttonTypeDel(this);"><img src="/publish/images/btn_delete.png" alt=""></button></dd></dl>'; |
|
| 1605 |
+ } else if (buttonType == "button_type_7") {
|
|
| 1606 |
+ buttonText = '<dl class="button_type_wrap type7"><dt>챗봇전환</dt><dd class="button_type_input"><input type="hidden" id="buttonLikeTypeBotChg" name="buttonVOList[' + buttonCnt + '].linkType" value="BT"/><input type="text" id="btnNmBotChg" name="buttonVOList[' + buttonCnt + '].name" value="" placeholder="버튼명 입력(최대 14자)"></dd><dd><button type="button" class="btn_del" onclick="buttonTypeDel(this);"><img src="/publish/images/btn_delete.png" alt=""></button></dd></dl>'; |
|
| 1494 | 1607 |
buttonView = '<button type="button" class="btn_kakao_type btnEmpty" id="btnViewBT">챗봇전환</button>'; |
| 1495 |
- }else{}
|
|
| 1608 |
+ } else {}
|
|
| 1496 | 1609 |
$(".button_add_wrap").prepend(buttonText);
|
| 1497 | 1610 |
$(".btnViewArea").prepend(buttonView);
|
| 1498 | 1611 |
} |
| 1499 | 1612 |
|
| 1500 | 1613 |
|
| 1501 | 1614 |
//카카오톡 친구톡 템플릿 등록 - 버튼 추가 |
| 1502 |
-function friendTemplateButtonAdd(){
|
|
| 1615 |
+function friendTemplateButtonAdd() {
|
|
| 1503 | 1616 |
var buttonType = $(".template_button_select").val();
|
| 1504 | 1617 |
var buttonCnt = $(".button_type_wrap").length;
|
| 1505 | 1618 |
var imageType = $("input[name=img_file_add]:checked").val();
|
| 1506 | 1619 |
|
| 1507 |
- if(imageType == 'W'){
|
|
| 1508 |
- |
|
| 1509 |
- if(buttonCnt > 0){//처음것 하나 추가할때는 갯수가 0으로 넘어옴.
|
|
| 1510 |
- |
|
| 1620 |
+ if (imageType == 'W') {
|
|
| 1621 |
+ |
|
| 1622 |
+ if (buttonCnt > 0) { //처음것 하나 추가할때는 갯수가 0으로 넘어옴.
|
|
| 1623 |
+ |
|
| 1511 | 1624 |
alert("와이드 이미지 첨부시 버튼은 1개만 등록 가능합니다.");
|
| 1512 | 1625 |
return false; |
| 1513 |
- |
|
| 1626 |
+ |
|
| 1514 | 1627 |
} |
| 1515 |
- |
|
| 1628 |
+ |
|
| 1516 | 1629 |
} |
| 1517 | 1630 |
//버튼갯수 체크 |
| 1518 |
- if(buttonCnt >= 5){
|
|
| 1519 |
- |
|
| 1631 |
+ if (buttonCnt >= 5) {
|
|
| 1632 |
+ |
|
| 1520 | 1633 |
alert("버튼은 최대 5개까지만 등록가능합니다.");
|
| 1521 | 1634 |
return false; |
| 1522 |
- |
|
| 1635 |
+ |
|
| 1523 | 1636 |
} |
| 1524 | 1637 |
var buttonText; |
| 1525 | 1638 |
var buttonView; |
| 1526 | 1639 |
//템플릿 버튼은 buttonVO의 buttonVOList 변수에 셋팅해서 넘겨주게 만들었음 |
| 1527 |
- if(buttonType == "button_type_1"){
|
|
| 1528 |
- buttonText = '<dl class="button_type_wrap type1"><dt>배송조회</dt><dd class="button_type_input"><input type="hidden" id="buttonLikeTypeDeliv" name="buttonVOList['+buttonCnt+'].linkType" value="DS"/><input type="text" id="btnNmDeliv" name="buttonVOList['+buttonCnt+'].name" value="배송조회" placeholder="버튼명 입력(최대 14자)" readonly><p class="cf_text">*이용가능 택배사 : KG로지스, 우체국택배,일양로지스, GTX로지스, FedEx, 경동택배, 합동택배, 롯데택배</p></dd><dd><button type="button" class="btn_del" onclick="buttonTypeDel(this);"><img src="/publish/images/btn_delete.png" alt=""></button></dd></dl>'; |
|
| 1640 |
+ if (buttonType == "button_type_1") {
|
|
| 1641 |
+ buttonText = '<dl class="button_type_wrap type1"><dt>배송조회</dt><dd class="button_type_input"><input type="hidden" id="buttonLikeTypeDeliv" name="buttonVOList[' + buttonCnt + '].linkType" value="DS"/><input type="text" id="btnNmDeliv" name="buttonVOList[' + buttonCnt + '].name" value="배송조회" placeholder="버튼명 입력(최대 14자)" readonly><p class="cf_text">*이용가능 택배사 : KG로지스, 우체국택배,일양로지스, GTX로지스, FedEx, 경동택배, 합동택배, 롯데택배</p></dd><dd><button type="button" class="btn_del" onclick="buttonTypeDel(this);"><img src="/publish/images/btn_delete.png" alt=""></button></dd></dl>'; |
|
| 1529 | 1642 |
buttonView = '<button type="button" class="btn_kakao_type btnEmpty" id="btnViewDS">배송조회</button>'; |
| 1530 |
- }else if(buttonType == "button_type_2"){
|
|
| 1531 |
- buttonText = '<dl class="button_type_wrap type2"><dt>웹링크</dt><dd class="button_type_input"><ul><li><input type="hidden" id="buttonLikeTypeWeb" name="buttonVOList['+buttonCnt+'].linkType" value="WL"/><input type="text" id="btnNmWeb" name="buttonVOList['+buttonCnt+'].name" value="" placeholder="버튼명 입력(최대 14자)"></li><li><input type="text" id="buttonLinkMo" name="buttonVOList['+buttonCnt+'].linkMo" value="" placeholder="모바일 링크 입력"></li><li><input type="text" id="buttonLinkPc" name="buttonVOList['+buttonCnt+'].linkPc" value="" placeholder="PC 링크 입력"></li></ul></dd><dd><button type="button" class="btn_del" onclick="buttonTypeDel(this);"><img src="/publish/images/btn_delete.png" alt=""></button></dd></dl>'; |
|
| 1643 |
+ } else if (buttonType == "button_type_2") {
|
|
| 1644 |
+ buttonText = '<dl class="button_type_wrap type2"><dt>웹링크</dt><dd class="button_type_input"><ul><li><input type="hidden" id="buttonLikeTypeWeb" name="buttonVOList[' + buttonCnt + '].linkType" value="WL"/><input type="text" id="btnNmWeb" name="buttonVOList[' + buttonCnt + '].name" value="" placeholder="버튼명 입력(최대 14자)"></li><li><input type="text" id="buttonLinkMo" name="buttonVOList[' + buttonCnt + '].linkMo" value="" placeholder="모바일 링크 입력"></li><li><input type="text" id="buttonLinkPc" name="buttonVOList[' + buttonCnt + '].linkPc" value="" placeholder="PC 링크 입력"></li></ul></dd><dd><button type="button" class="btn_del" onclick="buttonTypeDel(this);"><img src="/publish/images/btn_delete.png" alt=""></button></dd></dl>'; |
|
| 1532 | 1645 |
buttonView = '<button type="button" class="btn_kakao_type btnEmpty" id="btnViewWL">웹링크</button>'; |
| 1533 |
- }else if(buttonType == "button_type_3"){
|
|
| 1534 |
- buttonText = '<dl class="button_type_wrap type3"><dt>앱링크</dt><dd class="button_type_input"><ul><li><input type="hidden" id="buttonLikeTypeApp" name="buttonVOList['+buttonCnt+'].linkType" value="AL"/><input type="text" id="btnNmApp" name="buttonVOList['+buttonCnt+'].name" value="" placeholder="버튼명 입력(최대 14자)"></li><li><input type="text" id="buttonLinkAnd" name="buttonVOList['+buttonCnt+'].linkAnd" value="" placeholder="Android 링크 입력"></li><li><input type="text" id="buttonLinkIos" name="buttonVOList['+buttonCnt+'].linkIos" value="" placeholder="IOS 링크 입력"></li></ul></dd><dd><button type="button" class="btn_del" onclick="buttonTypeDel(this);"><img src="/publish/images/btn_delete.png" alt=""></button></dd></dl>'; |
|
| 1646 |
+ } else if (buttonType == "button_type_3") {
|
|
| 1647 |
+ buttonText = '<dl class="button_type_wrap type3"><dt>앱링크</dt><dd class="button_type_input"><ul><li><input type="hidden" id="buttonLikeTypeApp" name="buttonVOList[' + buttonCnt + '].linkType" value="AL"/><input type="text" id="btnNmApp" name="buttonVOList[' + buttonCnt + '].name" value="" placeholder="버튼명 입력(최대 14자)"></li><li><input type="text" id="buttonLinkAnd" name="buttonVOList[' + buttonCnt + '].linkAnd" value="" placeholder="Android 링크 입력"></li><li><input type="text" id="buttonLinkIos" name="buttonVOList[' + buttonCnt + '].linkIos" value="" placeholder="IOS 링크 입력"></li></ul></dd><dd><button type="button" class="btn_del" onclick="buttonTypeDel(this);"><img src="/publish/images/btn_delete.png" alt=""></button></dd></dl>'; |
|
| 1535 | 1648 |
buttonView = '<button type="button" class="btn_kakao_type btnEmpty" id="btnViewAL">앱링크</button>'; |
| 1536 |
- }else if(buttonType == "button_type_4"){
|
|
| 1537 |
- buttonText = '<dl class="button_type_wrap type4"><dt>봇키워드</dt><dd class="button_type_input"><input type="hidden" id="buttonLikeTypeBot" name="buttonVOList['+buttonCnt+'].linkType" value="BK"/><input type="text" id="btnNmBot" name="buttonVOList['+buttonCnt+'].name" value="" placeholder="버튼명 입력(최대 14자)"></dd><dd><button type="button" class="btn_del" onclick="buttonTypeDel(this);"><img src="/publish/images/btn_delete.png" alt=""></button></dd></dl>'; |
|
| 1649 |
+ } else if (buttonType == "button_type_4") {
|
|
| 1650 |
+ buttonText = '<dl class="button_type_wrap type4"><dt>봇키워드</dt><dd class="button_type_input"><input type="hidden" id="buttonLikeTypeBot" name="buttonVOList[' + buttonCnt + '].linkType" value="BK"/><input type="text" id="btnNmBot" name="buttonVOList[' + buttonCnt + '].name" value="" placeholder="버튼명 입력(최대 14자)"></dd><dd><button type="button" class="btn_del" onclick="buttonTypeDel(this);"><img src="/publish/images/btn_delete.png" alt=""></button></dd></dl>'; |
|
| 1538 | 1651 |
buttonView = '<button type="button" class="btn_kakao_type btnEmpty" id="btnViewBK">봇키워드</button>'; |
| 1539 |
- }else if(buttonType == "button_type_5"){
|
|
| 1540 |
- buttonText = '<dl class="button_type_wrap type5"><dt>메시지전달</dt><dd class="button_type_input"><input type="hidden" id="buttonLikeTypeMsg" name="buttonVOList['+buttonCnt+'].linkType" value="MD"/><input type="text" id="btnNmMsg" name="buttonVOList['+buttonCnt+'].name" value="" placeholder="버튼명 입력(최대 14자)"></dd><dd><button type="button" class="btn_del" onclick="buttonTypeDel(this);"><img src="/publish/images/btn_delete.png" alt=""></button></dd></dl>'; |
|
| 1652 |
+ } else if (buttonType == "button_type_5") {
|
|
| 1653 |
+ buttonText = '<dl class="button_type_wrap type5"><dt>메시지전달</dt><dd class="button_type_input"><input type="hidden" id="buttonLikeTypeMsg" name="buttonVOList[' + buttonCnt + '].linkType" value="MD"/><input type="text" id="btnNmMsg" name="buttonVOList[' + buttonCnt + '].name" value="" placeholder="버튼명 입력(최대 14자)"></dd><dd><button type="button" class="btn_del" onclick="buttonTypeDel(this);"><img src="/publish/images/btn_delete.png" alt=""></button></dd></dl>'; |
|
| 1541 | 1654 |
buttonView = '<button type="button" class="btn_kakao_type btnEmpty" id="btnViewMD">메시지전달</button>'; |
| 1542 |
- }else if(buttonType == "button_type_6"){
|
|
| 1543 |
- buttonText = '<dl class="button_type_wrap type6"><dt>상담톡전환</dt><dd class="button_type_input"><input type="hidden" id="buttonLikeTypeCons" name="buttonVOList['+buttonCnt+'].linkType" value="BC"/><input type="text" id="btnNmCons" name="buttonVOList['+buttonCnt+'].name" value="" placeholder="버튼명 입력(최대 14자)"></dd><dd><button type="button" class="btn_del" onclick="buttonTypeDel(this);"><img src="/publish/images/btn_delete.png" alt=""></button></dd></dl>'; |
|
| 1655 |
+ } else if (buttonType == "button_type_6") {
|
|
| 1656 |
+ buttonText = '<dl class="button_type_wrap type6"><dt>상담톡전환</dt><dd class="button_type_input"><input type="hidden" id="buttonLikeTypeCons" name="buttonVOList[' + buttonCnt + '].linkType" value="BC"/><input type="text" id="btnNmCons" name="buttonVOList[' + buttonCnt + '].name" value="" placeholder="버튼명 입력(최대 14자)"></dd><dd><button type="button" class="btn_del" onclick="buttonTypeDel(this);"><img src="/publish/images/btn_delete.png" alt=""></button></dd></dl>'; |
|
| 1544 | 1657 |
buttonView = '<button type="button" class="btn_kakao_type btnEmpty" id="btnViewBC">상담톡전환</button>'; |
| 1545 |
- }else if(buttonType == "button_type_7"){
|
|
| 1546 |
- buttonText = '<dl class="button_type_wrap type7"><dt>챗봇전환</dt><dd class="button_type_input"><input type="hidden" id="buttonLikeTypeBotChg" name="buttonVOList['+buttonCnt+'].linkType" value="BT"/><input type="text" id="btnNmBotChg" name="buttonVOList['+buttonCnt+'].name" value="" placeholder="버튼명 입력(최대 14자)"></dd><dd><button type="button" class="btn_del" onclick="buttonTypeDel(this);"><img src="/publish/images/btn_delete.png" alt=""></button></dd></dl>'; |
|
| 1658 |
+ } else if (buttonType == "button_type_7") {
|
|
| 1659 |
+ buttonText = '<dl class="button_type_wrap type7"><dt>챗봇전환</dt><dd class="button_type_input"><input type="hidden" id="buttonLikeTypeBotChg" name="buttonVOList[' + buttonCnt + '].linkType" value="BT"/><input type="text" id="btnNmBotChg" name="buttonVOList[' + buttonCnt + '].name" value="" placeholder="버튼명 입력(최대 14자)"></dd><dd><button type="button" class="btn_del" onclick="buttonTypeDel(this);"><img src="/publish/images/btn_delete.png" alt=""></button></dd></dl>'; |
|
| 1547 | 1660 |
buttonView = '<button type="button" class="btn_kakao_type btnEmpty" id="btnViewBT">챗봇전환</button>'; |
| 1548 |
- }else{}
|
|
| 1661 |
+ } else {}
|
|
| 1549 | 1662 |
$(".button_add_wrap").prepend(buttonText);
|
| 1550 | 1663 |
$(".btnViewArea").prepend(buttonView);
|
| 1551 | 1664 |
} |
| 1552 | 1665 |
|
| 1553 | 1666 |
//관리자 카카오톡 알림톡 샘플 템플릿 등록 - 버튼 추가 |
| 1554 |
-function SampleTemplateButtonAdd(){
|
|
| 1667 |
+function SampleTemplateButtonAdd() {
|
|
| 1555 | 1668 |
var buttonType = $(".template_button_select").val();
|
| 1556 | 1669 |
var buttonCnt = $(".button_type_wrap").length;
|
| 1557 | 1670 |
|
| 1558 | 1671 |
//버튼갯수 체크 |
| 1559 |
- if(buttonCnt >= 5){
|
|
| 1560 |
- |
|
| 1672 |
+ if (buttonCnt >= 5) {
|
|
| 1673 |
+ |
|
| 1561 | 1674 |
alert("버튼은 최대 5개까지만 등록가능합니다.");
|
| 1562 | 1675 |
return false; |
| 1563 |
- |
|
| 1676 |
+ |
|
| 1564 | 1677 |
} |
| 1565 | 1678 |
var buttonText; |
| 1566 | 1679 |
//템플릿 버튼은 buttonVO의 buttonVOList 변수에 셋팅해서 넘겨주게 만들었음 |
| 1567 |
- if(buttonType == "button_type_1"){
|
|
| 1568 |
- buttonText = '<dl class="button_type_wrap type1"><dt>배송조회</dt><dd class="button_type_input"><input type="hidden" id="buttonLikeTypeDeliv" name="buttonVOList['+buttonCnt+'].buttonLinktype" value="DS"/><input type="text" id="btnNmDeliv" name="buttonVOList['+buttonCnt+'].buttonName" value="" placeholder="버튼명 입력(최대 14자)"><p class="cf_text">*이용가능 택배사 : KG로지스, 우체국택배,일양로지스, GTX로지스, FedEx, 경동택배, 합동택배, 롯데택배</p></dd><dd><button type="button" class="btn_del" onclick="buttonTypeDel(this);"><img src="/publish/images/btn_delete.png" alt=""></button></dd></dl>'; |
|
| 1569 |
- }else if(buttonType == "button_type_2"){
|
|
| 1570 |
- buttonText = '<dl class="button_type_wrap type2"><dt>웹링크</dt><dd class="button_type_input"><ul><li><input type="hidden" id="buttonLikeTypeWeb" name="buttonVOList['+buttonCnt+'].buttonLinktype" value="WL"/><input type="text" id="btnNmWeb" name="buttonVOList['+buttonCnt+'].buttonName" value="" placeholder="버튼명 입력(최대 14자)"></li><li><input type="text" id="buttonLinkMo" name="buttonVOList['+buttonCnt+'].buttonLinkmo" value="" placeholder="모바일 링크 입력"></li><li><input type="text" id="buttonLinkPc" name="buttonVOList['+buttonCnt+'].buttonLinkpc" value="" placeholder="PC 링크 입력"></li></ul></dd><dd><button type="button" class="btn_del" onclick="buttonTypeDel(this);"><img src="/publish/images/btn_delete.png" alt=""></button></dd></dl>'; |
|
| 1571 |
- }else if(buttonType == "button_type_3"){
|
|
| 1572 |
- buttonText = '<dl class="button_type_wrap type3"><dt>앱링크</dt><dd class="button_type_input"><ul><li><input type="hidden" id="buttonLikeTypeApp" name="buttonVOList['+buttonCnt+'].buttonLinktype" value="AL"/><input type="text" id="btnNmApp" name="buttonVOList['+buttonCnt+'].buttonName" value="" placeholder="버튼명 입력(최대 14자)"></li><li><input type="text" id="buttonLinkAnd" name="buttonVOList['+buttonCnt+'].buttonLinkand" value="" placeholder="Android 링크 입력"></li><li><input type="text" id="buttonLinkIos" name="buttonVOList['+buttonCnt+'].buttonLinkios" value="" placeholder="IOS 링크 입력"></li></ul></dd><dd><button type="button" class="btn_del" onclick="buttonTypeDel(this);"><img src="/publish/images/btn_delete.png" alt=""></button></dd></dl>'; |
|
| 1573 |
- }else if(buttonType == "button_type_4"){
|
|
| 1574 |
- buttonText = '<dl class="button_type_wrap type4"><dt>봇키워드</dt><dd class="button_type_input"><input type="hidden" id="buttonLikeTypeBot" name="buttonVOList['+buttonCnt+'].buttonLinktype" value="BK"/><input type="text" id="btnNmBot" name="buttonVOList['+buttonCnt+'].buttonName" value="" placeholder="버튼명 입력(최대 14자)"></dd><dd><button type="button" class="btn_del" onclick="buttonTypeDel(this);"><img src="/publish/images/btn_delete.png" alt=""></button></dd></dl>'; |
|
| 1575 |
- }else if(buttonType == "button_type_5"){
|
|
| 1576 |
- buttonText = '<dl class="button_type_wrap type5"><dt>메시지전달</dt><dd class="button_type_input"><input type="hidden" id="buttonLikeTypeMsg" name="buttonVOList['+buttonCnt+'].buttonLinktype" value="MD"/><input type="text" id="btnNmMsg" name="buttonVOList['+buttonCnt+'].buttonName" value="" placeholder="버튼명 입력(최대 14자)"></dd><dd><button type="button" class="btn_del" onclick="buttonTypeDel(this);"><img src="/publish/images/btn_delete.png" alt=""></button></dd></dl>'; |
|
| 1577 |
- }else if(buttonType == "button_type_6"){
|
|
| 1578 |
- buttonText = '<dl class="button_type_wrap type6"><dt>상담톡전환</dt><dd class="button_type_input"><input type="hidden" id="buttonLikeTypeCons" name="buttonVOList['+buttonCnt+'].buttonLinktype" value="BC"/><input type="text" id="btnNmCons" name="buttonVOList['+buttonCnt+'].buttonName" value="" placeholder="버튼명 입력(최대 14자)"></dd><dd><button type="button" class="btn_del" onclick="buttonTypeDel(this);"><img src="/publish/images/btn_delete.png" alt=""></button></dd></dl>'; |
|
| 1579 |
- }else if(buttonType == "button_type_7"){
|
|
| 1580 |
- buttonText = '<dl class="button_type_wrap type7"><dt>챗봇전환</dt><dd class="button_type_input"><input type="hidden" id="buttonLikeTypeBotChg" name="buttonVOList['+buttonCnt+'].buttonLinktype" value="BT"/><input type="text" id="btnNmBotChg" name="buttonVOList['+buttonCnt+'].buttonName" value="" placeholder="버튼명 입력(최대 14자)"></dd><dd><button type="button" class="btn_del" onclick="buttonTypeDel(this);"><img src="/publish/images/btn_delete.png" alt=""></button></dd></dl>'; |
|
| 1581 |
- }else{}
|
|
| 1680 |
+ if (buttonType == "button_type_1") {
|
|
| 1681 |
+ buttonText = '<dl class="button_type_wrap type1"><dt>배송조회</dt><dd class="button_type_input"><input type="hidden" id="buttonLikeTypeDeliv" name="buttonVOList[' + buttonCnt + '].buttonLinktype" value="DS"/><input type="text" id="btnNmDeliv" name="buttonVOList[' + buttonCnt + '].buttonName" value="" placeholder="버튼명 입력(최대 14자)"><p class="cf_text">*이용가능 택배사 : KG로지스, 우체국택배,일양로지스, GTX로지스, FedEx, 경동택배, 합동택배, 롯데택배</p></dd><dd><button type="button" class="btn_del" onclick="buttonTypeDel(this);"><img src="/publish/images/btn_delete.png" alt=""></button></dd></dl>'; |
|
| 1682 |
+ } else if (buttonType == "button_type_2") {
|
|
| 1683 |
+ buttonText = '<dl class="button_type_wrap type2"><dt>웹링크</dt><dd class="button_type_input"><ul><li><input type="hidden" id="buttonLikeTypeWeb" name="buttonVOList[' + buttonCnt + '].buttonLinktype" value="WL"/><input type="text" id="btnNmWeb" name="buttonVOList[' + buttonCnt + '].buttonName" value="" placeholder="버튼명 입력(최대 14자)"></li><li><input type="text" id="buttonLinkMo" name="buttonVOList[' + buttonCnt + '].buttonLinkmo" value="" placeholder="모바일 링크 입력"></li><li><input type="text" id="buttonLinkPc" name="buttonVOList[' + buttonCnt + '].buttonLinkpc" value="" placeholder="PC 링크 입력"></li></ul></dd><dd><button type="button" class="btn_del" onclick="buttonTypeDel(this);"><img src="/publish/images/btn_delete.png" alt=""></button></dd></dl>'; |
|
| 1684 |
+ } else if (buttonType == "button_type_3") {
|
|
| 1685 |
+ buttonText = '<dl class="button_type_wrap type3"><dt>앱링크</dt><dd class="button_type_input"><ul><li><input type="hidden" id="buttonLikeTypeApp" name="buttonVOList[' + buttonCnt + '].buttonLinktype" value="AL"/><input type="text" id="btnNmApp" name="buttonVOList[' + buttonCnt + '].buttonName" value="" placeholder="버튼명 입력(최대 14자)"></li><li><input type="text" id="buttonLinkAnd" name="buttonVOList[' + buttonCnt + '].buttonLinkand" value="" placeholder="Android 링크 입력"></li><li><input type="text" id="buttonLinkIos" name="buttonVOList[' + buttonCnt + '].buttonLinkios" value="" placeholder="IOS 링크 입력"></li></ul></dd><dd><button type="button" class="btn_del" onclick="buttonTypeDel(this);"><img src="/publish/images/btn_delete.png" alt=""></button></dd></dl>'; |
|
| 1686 |
+ } else if (buttonType == "button_type_4") {
|
|
| 1687 |
+ buttonText = '<dl class="button_type_wrap type4"><dt>봇키워드</dt><dd class="button_type_input"><input type="hidden" id="buttonLikeTypeBot" name="buttonVOList[' + buttonCnt + '].buttonLinktype" value="BK"/><input type="text" id="btnNmBot" name="buttonVOList[' + buttonCnt + '].buttonName" value="" placeholder="버튼명 입력(최대 14자)"></dd><dd><button type="button" class="btn_del" onclick="buttonTypeDel(this);"><img src="/publish/images/btn_delete.png" alt=""></button></dd></dl>'; |
|
| 1688 |
+ } else if (buttonType == "button_type_5") {
|
|
| 1689 |
+ buttonText = '<dl class="button_type_wrap type5"><dt>메시지전달</dt><dd class="button_type_input"><input type="hidden" id="buttonLikeTypeMsg" name="buttonVOList[' + buttonCnt + '].buttonLinktype" value="MD"/><input type="text" id="btnNmMsg" name="buttonVOList[' + buttonCnt + '].buttonName" value="" placeholder="버튼명 입력(최대 14자)"></dd><dd><button type="button" class="btn_del" onclick="buttonTypeDel(this);"><img src="/publish/images/btn_delete.png" alt=""></button></dd></dl>'; |
|
| 1690 |
+ } else if (buttonType == "button_type_6") {
|
|
| 1691 |
+ buttonText = '<dl class="button_type_wrap type6"><dt>상담톡전환</dt><dd class="button_type_input"><input type="hidden" id="buttonLikeTypeCons" name="buttonVOList[' + buttonCnt + '].buttonLinktype" value="BC"/><input type="text" id="btnNmCons" name="buttonVOList[' + buttonCnt + '].buttonName" value="" placeholder="버튼명 입력(최대 14자)"></dd><dd><button type="button" class="btn_del" onclick="buttonTypeDel(this);"><img src="/publish/images/btn_delete.png" alt=""></button></dd></dl>'; |
|
| 1692 |
+ } else if (buttonType == "button_type_7") {
|
|
| 1693 |
+ buttonText = '<dl class="button_type_wrap type7"><dt>챗봇전환</dt><dd class="button_type_input"><input type="hidden" id="buttonLikeTypeBotChg" name="buttonVOList[' + buttonCnt + '].buttonLinktype" value="BT"/><input type="text" id="btnNmBotChg" name="buttonVOList[' + buttonCnt + '].buttonName" value="" placeholder="버튼명 입력(최대 14자)"></dd><dd><button type="button" class="btn_del" onclick="buttonTypeDel(this);"><img src="/publish/images/btn_delete.png" alt=""></button></dd></dl>'; |
|
| 1694 |
+ } else {}
|
|
| 1582 | 1695 |
$(".button_add_wrap").prepend(buttonText);
|
| 1583 | 1696 |
} |
| 1584 | 1697 |
|
| 1585 |
-function buttonTypeDel(btn){
|
|
| 1586 |
- |
|
| 1587 |
- var btnIndex = $(btn).closest(".button_type_wrap").index(); //선택한 삭제 버튼의 Index값 받아오기
|
|
| 1698 |
+function buttonTypeDel(btn) {
|
|
| 1699 |
+ |
|
| 1700 |
+ var btnIndex = $(btn).closest(".button_type_wrap").index(); //선택한 삭제 버튼의 Index값 받아오기
|
|
| 1588 | 1701 |
|
| 1589 | 1702 |
//추가된 버튼 영역 삭제해주기 |
| 1590 | 1703 |
$(btn).closest(".button_type_wrap").remove();
|
| 1591 |
- |
|
| 1704 |
+ |
|
| 1592 | 1705 |
//미리보기 추가된 버튼 정보 삭제처리하기 |
| 1593 | 1706 |
$('.btnEmpty').eq(btnIndex).remove();
|
| 1594 | 1707 |
} |
| 1595 | 1708 |
|
| 1596 |
-function fn_loadAddActive(){
|
|
| 1709 |
+function fn_loadAddActive() {
|
|
| 1597 | 1710 |
$('.loading_layer').addClass('active');
|
| 1598 | 1711 |
} |
| 1599 | 1712 |
|
| 1600 |
-function fn_loadRemoveActive(){
|
|
| 1713 |
+function fn_loadRemoveActive() {
|
|
| 1601 | 1714 |
$('.loading_layer').removeClass('active');
|
| 1602 | 1715 |
} |
| 1603 | 1716 |
|
| 1604 |
-function fn_excelLoadAddActive(){
|
|
| 1717 |
+function fn_excelLoadAddActive() {
|
|
| 1605 | 1718 |
$('.loading_execl_layer').addClass('active');
|
| 1606 | 1719 |
} |
| 1607 | 1720 |
|
| 1608 |
-function fn_excelLoadRemoveActive(){
|
|
| 1721 |
+function fn_excelLoadRemoveActive() {
|
|
| 1609 | 1722 |
$('.loading_execl_layer').removeClass('active');
|
| 1610 | 1723 |
} |
| 1611 | 1724 |
|
... | ... | @@ -1619,63 +1732,63 @@ |
| 1619 | 1732 |
var progressInterval = null; // 전역 변수로 타이머 ID 관리 |
| 1620 | 1733 |
|
| 1621 | 1734 |
function progressStart(time) {
|
| 1622 |
- // 기존 타이머 정지 및 초기화 |
|
| 1623 |
- if (progressInterval !== null) {
|
|
| 1624 |
- clearInterval(progressInterval); // 이전 타이머 정지 |
|
| 1625 |
- progressInterval = null; // 타이머 ID 초기화 |
|
| 1626 |
- } |
|
| 1627 |
- resetProgressBar(); // 프로그레스바 초기화 |
|
| 1735 |
+ // 기존 타이머 정지 및 초기화 |
|
| 1736 |
+ if (progressInterval !== null) {
|
|
| 1737 |
+ clearInterval(progressInterval); // 이전 타이머 정지 |
|
| 1738 |
+ progressInterval = null; // 타이머 ID 초기화 |
|
| 1739 |
+ } |
|
| 1740 |
+ resetProgressBar(); // 프로그레스바 초기화 |
|
| 1628 | 1741 |
|
| 1629 |
- // 프로그레스바 보이기 |
|
| 1630 |
- $(".progress_bar_wrap").css("display", "flex");
|
|
| 1742 |
+ // 프로그레스바 보이기 |
|
| 1743 |
+ $(".progress_bar_wrap").css("display", "flex");
|
|
| 1631 | 1744 |
|
| 1632 |
- // 프로그레스바 요소 가져오기 |
|
| 1633 |
- var timeText = document.querySelector(".time_text");
|
|
| 1634 |
- var bar = document.querySelector(".change_bar");
|
|
| 1745 |
+ // 프로그레스바 요소 가져오기 |
|
| 1746 |
+ var timeText = document.querySelector(".time_text");
|
|
| 1747 |
+ var bar = document.querySelector(".change_bar");
|
|
| 1635 | 1748 |
|
| 1636 |
- // 초기 상태 설정 |
|
| 1637 |
- var width = 1; |
|
| 1638 |
- var totalTime = time * 1000; // 총 실행 시간 (밀리초) |
|
| 1639 |
- var cmpWid = totalTime / 100; // width 증가 간격 (밀리초) |
|
| 1749 |
+ // 초기 상태 설정 |
|
| 1750 |
+ var width = 1; |
|
| 1751 |
+ var totalTime = time * 1000; // 총 실행 시간 (밀리초) |
|
| 1752 |
+ var cmpWid = totalTime / 100; // width 증가 간격 (밀리초) |
|
| 1640 | 1753 |
|
| 1641 |
- // 새 타이머 시작 |
|
| 1642 |
- progressInterval = setInterval(changeWidth, cmpWid); |
|
| 1754 |
+ // 새 타이머 시작 |
|
| 1755 |
+ progressInterval = setInterval(changeWidth, cmpWid); |
|
| 1643 | 1756 |
|
| 1644 |
- function changeWidth() {
|
|
| 1645 |
- if (width >= 100) {
|
|
| 1646 |
- // 프로그레스바 100% 도달 |
|
| 1647 |
- clearInterval(progressInterval); // 타이머 종료 |
|
| 1648 |
- progressInterval = null; // 타이머 ID 초기화 |
|
| 1757 |
+ function changeWidth() {
|
|
| 1758 |
+ if (width >= 100) {
|
|
| 1759 |
+ // 프로그레스바 100% 도달 |
|
| 1760 |
+ clearInterval(progressInterval); // 타이머 종료 |
|
| 1761 |
+ progressInterval = null; // 타이머 ID 초기화 |
|
| 1649 | 1762 |
|
| 1650 |
- timeText.innerHTML = "100%"; |
|
| 1763 |
+ timeText.innerHTML = "100%"; |
|
| 1651 | 1764 |
|
| 1652 |
- setTimeout(function () {
|
|
| 1653 |
- // 100% 표시 후 "잠시만 기다려주세요" 변경 |
|
| 1654 |
- timeText.innerHTML = "잠시만 기다려주세요..."; |
|
| 1655 |
- $(".time_text").addClass("animation");
|
|
| 1656 |
- }, 1000); |
|
| 1657 |
- } else {
|
|
| 1658 |
- // 프로그레스바 진행 |
|
| 1659 |
- width++; |
|
| 1660 |
- bar.style.width = width + "%"; |
|
| 1661 |
- timeText.innerHTML = width + "%"; |
|
| 1662 |
- } |
|
| 1663 |
- } |
|
| 1765 |
+ setTimeout(function () {
|
|
| 1766 |
+ // 100% 표시 후 "잠시만 기다려주세요" 변경 |
|
| 1767 |
+ timeText.innerHTML = "잠시만 기다려주세요..."; |
|
| 1768 |
+ $(".time_text").addClass("animation");
|
|
| 1769 |
+ }, 1000); |
|
| 1770 |
+ } else {
|
|
| 1771 |
+ // 프로그레스바 진행 |
|
| 1772 |
+ width++; |
|
| 1773 |
+ bar.style.width = width + "%"; |
|
| 1774 |
+ timeText.innerHTML = width + "%"; |
|
| 1775 |
+ } |
|
| 1776 |
+ } |
|
| 1664 | 1777 |
} |
| 1665 | 1778 |
|
| 1666 | 1779 |
// 프로그레스바 초기화 함수 |
| 1667 | 1780 |
function resetProgressBar() {
|
| 1668 |
- $(".time_text").text("0%");
|
|
| 1669 |
- $(".change_bar").css("width", "0%");
|
|
| 1670 |
- $(".time_text").removeClass("animation");
|
|
| 1671 |
- $(".progress_bar_wrap").hide();
|
|
| 1781 |
+ $(".time_text").text("0%");
|
|
| 1782 |
+ $(".change_bar").css("width", "0%");
|
|
| 1783 |
+ $(".time_text").removeClass("animation");
|
|
| 1784 |
+ $(".progress_bar_wrap").hide();
|
|
| 1672 | 1785 |
} |
| 1673 | 1786 |
|
| 1674 | 1787 |
|
| 1675 | 1788 |
|
| 1676 | 1789 |
// 프로그레스바 완료 |
| 1677 | 1790 |
function progressComplete() {
|
| 1678 |
- // var width = parseInt($(".time_text").text().replace('%', '')) || 0; // 현재 width 가져오기
|
|
| 1791 |
+ // var width = parseInt($(".time_text").text().replace('%', '')) || 0; // 현재 width 가져오기
|
|
| 1679 | 1792 |
|
| 1680 | 1793 |
$(".progress_bar_wrap").hide();
|
| 1681 | 1794 |
/* |
... | ... | @@ -1756,4 +1869,4 @@ |
| 1756 | 1869 |
clearInterval(start); // 프로그레스바 시작 멈추기 |
| 1757 | 1870 |
|
| 1758 | 1871 |
|
| 1759 |
-}*/ |
|
| 1872 |
+}*/(No newline at end of file) |
--- src/main/webapp/publish/js/popup.js
+++ src/main/webapp/publish/js/popup.js
... | ... | @@ -1,7 +1,7 @@ |
| 1 | 1 |
$(document).ready(function () {
|
| 2 |
- |
|
| 3 |
- /* 포토에디터 스크롤바 꾸미기 */ |
|
| 4 |
- if($(".contWrap_scroll").length>0){
|
|
| 2 |
+ |
|
| 3 |
+ /* 포토에디터 스크롤바 꾸미기 */ |
|
| 4 |
+ if ($(".contWrap_scroll").length > 0) {
|
|
| 5 | 5 |
$(".contWrap_scroll").mCustomScrollbar({
|
| 6 | 6 |
axis: 'y', |
| 7 | 7 |
scrollbarPosition: "outside", |
... | ... | @@ -17,35 +17,35 @@ |
| 17 | 17 |
onOverflowYNone: function () {
|
| 18 | 18 |
$(".contWrap").removeClass("on_scroll");
|
| 19 | 19 |
}, |
| 20 |
- onTotalScroll:function(){
|
|
| 20 |
+ onTotalScroll: function () {
|
|
| 21 | 21 |
console.log("Scrolled to end of content.");
|
| 22 | 22 |
var pageNo = $('#pageIndex').val();
|
| 23 |
- if(pageNo && !isNaN(pageNo)) { // TODO: 총페이지 체크
|
|
| 23 |
+ if (pageNo && !isNaN(pageNo)) { // TODO: 총페이지 체크
|
|
| 24 | 24 |
linkPhoPage(++pageNo); |
| 25 | 25 |
} |
| 26 | 26 |
} |
| 27 | 27 |
} |
| 28 | 28 |
}); |
| 29 | 29 |
} |
| 30 |
- |
|
| 31 |
- /* 포토에디터 이미지 미리보기 drag */ |
|
| 32 |
- //div 순서에 따라 숫자 지정 |
|
| 33 |
- $('.image_preview .drag_img').each(function (i) {
|
|
| 34 |
- var dragNum = i + 1; |
|
| 35 |
- $(this).find(".img_number span").text(dragNum);
|
|
| 36 |
- }); |
|
| 37 | 30 |
|
| 38 |
- //드래그 및 드래그 시 숫자 변경 |
|
| 39 |
- if($(".image_preview").length>0){
|
|
| 40 |
- $(".image_preview").sortable({
|
|
| 41 |
- update: function (event, ui) {
|
|
| 42 |
- $('.image_preview .drag_img').each(function (i) {
|
|
| 43 |
- var numbering = i + 1; |
|
| 44 |
- $(this).find(".img_number span").text(numbering);
|
|
| 45 |
- }); |
|
| 46 |
- } |
|
| 47 |
- }); |
|
| 48 |
- } |
|
| 31 |
+ /* 포토에디터 이미지 미리보기 drag */ |
|
| 32 |
+ //div 순서에 따라 숫자 지정 |
|
| 33 |
+ $('.image_preview .drag_img').each(function (i) {
|
|
| 34 |
+ var dragNum = i + 1; |
|
| 35 |
+ $(this).find(".img_number span").text(dragNum);
|
|
| 36 |
+ }); |
|
| 37 |
+ |
|
| 38 |
+ //드래그 및 드래그 시 숫자 변경 |
|
| 39 |
+ if ($(".image_preview").length > 0) {
|
|
| 40 |
+ $(".image_preview").sortable({
|
|
| 41 |
+ update: function (event, ui) {
|
|
| 42 |
+ $('.image_preview .drag_img').each(function (i) {
|
|
| 43 |
+ var numbering = i + 1; |
|
| 44 |
+ $(this).find(".img_number span").text(numbering);
|
|
| 45 |
+ }); |
|
| 46 |
+ } |
|
| 47 |
+ }); |
|
| 48 |
+ } |
|
| 49 | 49 |
}); |
| 50 | 50 |
|
| 51 | 51 |
// 포토에디터 헤더 tab |
... | ... | @@ -69,31 +69,31 @@ |
| 69 | 69 |
|
| 70 | 70 |
|
| 71 | 71 |
/* 이미지불러오기 클릭 시 photo editer 새창 팝업 오픈 */ |
| 72 |
-function showPotoediter() {
|
|
| 73 |
- //만들려는 팝업의 크기 |
|
| 74 |
- var popup_wid = '950'; |
|
| 75 |
- var popup_ht = '761'; |
|
| 72 |
+function showPotoediter() {
|
|
| 73 |
+ //만들려는 팝업의 크기 |
|
| 74 |
+ var popup_wid = '950'; |
|
| 75 |
+ var popup_ht = '761'; |
|
| 76 | 76 |
|
| 77 |
- //중앙 정렬을 위해 윈도우 스크린의 width,height 구하는 변수 만듦 |
|
| 78 |
- var popup_left = (window.screen.width / 2) - (popup_wid / 2); |
|
| 79 |
- var popup_top =(window.screen.height / 2) - (popup_ht / 2); |
|
| 77 |
+ //중앙 정렬을 위해 윈도우 스크린의 width,height 구하는 변수 만듦 |
|
| 78 |
+ var popup_left = (window.screen.width / 2) - (popup_wid / 2); |
|
| 79 |
+ var popup_top = (window.screen.height / 2) - (popup_ht / 2); |
|
| 80 | 80 |
|
| 81 |
- window.open('photo_editer.html', 'a', 'width='+ popup_wid +', height='+ popup_ht +', left=' + popup_left + ', top='+ popup_top );
|
|
| 81 |
+ window.open('photo_editer.html', 'a', 'width=' + popup_wid + ', height=' + popup_ht + ', left=' + popup_left + ', top=' + popup_top);
|
|
| 82 | 82 |
} |
| 83 | 83 |
|
| 84 | 84 |
|
| 85 | 85 |
/* 윈도우팝업 열기 */ |
| 86 |
-function infoListPop(contId, _width, _height){
|
|
| 86 |
+function infoListPop(contId, _width, _height) {
|
|
| 87 | 87 |
|
| 88 | 88 |
var popupUrl = "/publish/info_popup.html"; |
| 89 | 89 |
var popupName = "사용안내 팝업" |
| 90 |
- var popupOption = "width="+_width+", height="+_height+", top=100, left=100, fullscreen=no, menubar=no, status=no, toolbar=no, titlebar=yes, location=no, scrollbars=1" |
|
| 90 |
+ var popupOption = "width=" + _width + ", height=" + _height + ", top=100, left=100, fullscreen=no, menubar=no, status=no, toolbar=no, titlebar=yes, location=no, scrollbars=1" |
|
| 91 | 91 |
|
| 92 |
- var infoPopup = window.open(popupUrl,popupName,popupOption); |
|
| 92 |
+ var infoPopup = window.open(popupUrl, popupName, popupOption); |
|
| 93 | 93 |
|
| 94 |
- infoPopup.onload = function() {
|
|
| 94 |
+ infoPopup.onload = function () {
|
|
| 95 | 95 |
infoPopup.document.getElementById('contId').value = contId;
|
| 96 |
- infoPopup.document.getElementById(contId).style.display="block"; |
|
| 96 |
+ infoPopup.document.getElementById(contId).style.display = "block"; |
|
| 97 | 97 |
} |
| 98 | 98 |
|
| 99 | 99 |
|
--- src/main/webapp/publish/kakao_friendtalk_add.html
+++ src/main/webapp/publish/kakao_friendtalk_add.html
... | ... | @@ -24,6 +24,7 @@ |
| 24 | 24 |
<script src="/publish/js/jquery.mCustomScrollbar.concat.min.js"></script> |
| 25 | 25 |
<script src="/publish/js/common.js"></script> |
| 26 | 26 |
<script src="/publish/js/content.js"></script> |
| 27 |
+ <script src="/publish/js/popup.js"></script> |
|
| 27 | 28 |
<script src="/publish/js/popupLayer.js"></script> |
| 28 | 29 |
<script type="text/javascript" src="/publish/js/datepicker/picker.js"></script> |
| 29 | 30 |
<script type="text/javascript" src="/publish/js/datepicker/picker.date.js"></script> |
... | ... | @@ -37,112 +38,7 @@ |
| 37 | 38 |
<a href="#cont" title="본문 바로가기" class="contGo">본문 바로가기</a> |
| 38 | 39 |
</div> |
| 39 | 40 |
<!--// skip 메뉴 --> |
| 40 |
- |
|
| 41 |
- <!-- header 영역 --> |
|
| 42 |
- <header id="header" class="header sub "> |
|
| 43 |
- <!-- header top 영역 --> |
|
| 44 |
- <div class="header_top"> |
|
| 45 |
- <div class="inner"> |
|
| 46 |
- <ul class="menu_left"> |
|
| 47 |
- <li><a href="#"><i class="hdTop_fav"></i>즐겨찾기추가</a></li> |
|
| 48 |
- <li><a href="#"><i class="hdTop_mypage"></i>마이페이지</a></li> |
|
| 49 |
- <li><a href="#"><i class="hdTop_center"></i>고객센터</a></li> |
|
| 50 |
- </ul> |
|
| 51 |
- <ul class="menu_right"> |
|
| 52 |
- <li><a href="#">충전하기</a></li> |
|
| 53 |
- <li class="SortLine"><a href="#">요금안내</a></li> |
|
| 54 |
- <li class="SortLine"><a href="#">이용안내</a></li> |
|
| 55 |
- <li class="SortLine"><a href="#">1:1고객상담</a></li> |
|
| 56 |
- </ul> |
|
| 57 |
- </div> |
|
| 58 |
- </div><!-- header top 영역 --> |
|
| 59 |
- <!-- header body 영역 --> |
|
| 60 |
- <div class="header_body"> |
|
| 61 |
- <div class="inner table"> |
|
| 62 |
- <h1 class="logo"><a href="/publish/index.html" alt="문자온 메인 바로가기"><img src="/publish/images/CI.png" |
|
| 63 |
- alt="문자온 CI"></a></h1> |
|
| 64 |
- <ul class="gnbWrap table_cell"> |
|
| 65 |
- <li><a href="#">문자발송</a></li> |
|
| 66 |
- <li><a href="#">선거문자</a></li> |
|
| 67 |
- <li><a href="#">맞춤제작</a></li> |
|
| 68 |
- <li><a href="#">비즈톡</a></li> |
|
| 69 |
- <li><a href="#">주소록 관리</a></li> |
|
| 70 |
- <li><a href="#">발송결과</a></li> |
|
| 71 |
- <li><a href="#">예약관리</a></li> |
|
| 72 |
- <li><a href="#">결제내역</a></li> |
|
| 73 |
- </ul> |
|
| 74 |
- <div class="s_menu"> |
|
| 75 |
- <i class="allSearch_info"><span>문자검색</span></i> |
|
| 76 |
- <button type="button" title="전체검색" class="allSearch" onclick="searchToggle();"><img |
|
| 77 |
- src="/publish/images/search.png" alt="검색영역 열기" class="allMenu"></button> |
|
| 78 |
- <button type="button" title="전체메뉴"><img src="/publish/images/all_menu.png" alt="전체메뉴 열기"></button> |
|
| 79 |
- </div> |
|
| 80 |
- </div> |
|
| 81 |
- <!-- search popup 영역 --> |
|
| 82 |
- <div class="pop_search"> |
|
| 83 |
- <div class="inner"> |
|
| 84 |
- <div class="area_search"> |
|
| 85 |
- <select name="" id=""> |
|
| 86 |
- <option value="">그림문자</option> |
|
| 87 |
- <option value="">단문문자</option> |
|
| 88 |
- <option value="">장문문자</option> |
|
| 89 |
- <option value="">GIF</option> |
|
| 90 |
- </select> |
|
| 91 |
- <input type="text" placeholder="문자샘플 검색하기"> |
|
| 92 |
- <button><img src="/publish/images/search02.png" alt=""></button> |
|
| 93 |
- </div> |
|
| 94 |
- <div class="area_popular"> |
|
| 95 |
- <p><i></i>인기검색어</p> |
|
| 96 |
- <ul class="popular_tag"> |
|
| 97 |
- <li><a href="#">#정월대보름</a></li> |
|
| 98 |
- <li class="on"><a href="#">#추석</a></li> |
|
| 99 |
- <li><a href="#">#가을인사</a></li> |
|
| 100 |
- <li><a href="#">#좋은하루</a></li> |
|
| 101 |
- </ul> |
|
| 102 |
- </div> |
|
| 103 |
- <button class="btn_close" onclick="searchToggle();"><img src="/publish/images/btn_searchclose.png" |
|
| 104 |
- alt=""></button> |
|
| 105 |
- </div> |
|
| 106 |
- </div> |
|
| 107 |
- <!--// search popup 영역 --> |
|
| 108 |
- </div> |
|
| 109 |
- <!--// header body 영역 --> |
|
| 110 |
- <div id="login" class="login"> |
|
| 111 |
- <div class="inner table"> |
|
| 112 |
- <div class="login_left table_cell"> |
|
| 113 |
- <div class="login_put"> |
|
| 114 |
- <label for="id_text" class="label"></label> |
|
| 115 |
- <input type="text" placeholder="아이디를 입력해주세요" id="id_text" class="id_text" maxlength="30" |
|
| 116 |
- size="18"> |
|
| 117 |
- <label for="password_text" class="label"></label> |
|
| 118 |
- <input type="password" placeholder="비밀번호를 입력해주세요" id="password_text" class="password_text" |
|
| 119 |
- maxlength="30" size="18"> |
|
| 120 |
- <label for="login_button" class="label"></label> |
|
| 121 |
- <button type="submit" class="btnType btnType1" class="login_button">로그인</button> |
|
| 122 |
- </div> |
|
| 123 |
- <div class="login_save"> |
|
| 124 |
- <input type="checkbox" id="save_id"> |
|
| 125 |
- <label for="save_id">아이디 저장</label> |
|
| 126 |
- </div> |
|
| 127 |
- <div class="login_find"> |
|
| 128 |
- <a href="#">아이디찾기 /</a> |
|
| 129 |
- <a href="#">비밀번호 찾기</a> |
|
| 130 |
- </div> |
|
| 131 |
- <div> |
|
| 132 |
- <button type="button" class="btnType btnType2">회원가입</button> |
|
| 133 |
- <button type="button" class="btnType btnType3">둘러보기</button> |
|
| 134 |
- </div> |
|
| 135 |
- </div> |
|
| 136 |
- <div class="login_right"> |
|
| 137 |
- <span><i></i>이달의 이벤트</span> |
|
| 138 |
- <button type="button" class="btnType btnType4">바로가기</button> |
|
| 139 |
- </div> |
|
| 140 |
- </div> |
|
| 141 |
- </div> |
|
| 142 |
- <!--// login 영역 --> |
|
| 143 |
- </header> |
|
| 144 |
- <!--// header 영역 --> |
|
| 145 |
- <!-- login 영역 --> |
|
| 41 |
+ <div data-include-path="/publish/layout/_header.html"></div> |
|
| 146 | 42 |
<!-- content 영역 --> |
| 147 | 43 |
<div id="container" class="cont sub"> |
| 148 | 44 |
<div class="inner"> |
... | ... | @@ -153,15 +49,14 @@ |
| 153 | 49 |
<li class="tab"><button type="button" onclick="location.href='/publish/kakao_allimtalk_send.html'">알림톡</button></li> |
| 154 | 50 |
<li class="tab"><button type="button" onclick="location.href='/publish/kakao_friendtalk_send.html'">친구톡</button></li> |
| 155 | 51 |
<li class="tab active"><button type="button" onclick="location.href='/publish/kakao_use_guide.html'">카카오톡 설정</button></li> |
| 156 |
- <li class="tab"><button type="button" onclick="TabType5(this,'4');">알림톡·친구톡 소개</button></li> |
|
| 52 |
+ <li class="tab"><button type="button" onclick="location.href='/publish/kakao_allimtalk_intro.html'">알림톡 소개</button></li> |
|
| 157 | 53 |
</ul> |
| 158 | 54 |
<!--// tab button --> |
| 159 | 55 |
<!-- 카카오톡 설정 - 알림톡 템플릿 등록/관리 - 내템플릿 --> |
| 160 | 56 |
<div class="top_content kakaotalkset_cont current pay_tab_wrap"> |
| 161 | 57 |
<div class="heading"> |
| 162 | 58 |
<h2>카카오톡 설정</h2> |
| 163 |
- <button type="button" class="button info" |
|
| 164 |
- onclick="window.open('popup_kakaoset_template.html','_blank','width=790, height=300, top=100, left=100, fullscreen=no, menubar=no, status=no, toolbar=no, titlebar=yes, location=no, scrollbars=yes')">사용안내</button>
|
|
| 59 |
+ <button type="button" class="button info" onclick="infoListPop('friendTalkSend','792','340');">사용안내</button>
|
|
| 165 | 60 |
</div> |
| 166 | 61 |
<div class="list_tab_wrap2 type2"> |
| 167 | 62 |
<!-- tab button --> |
... | ... | @@ -178,7 +73,7 @@ |
| 178 | 73 |
<p class="tType1_title">친구톡 템플릿 등록</p> |
| 179 | 74 |
<table class="tType1"> |
| 180 | 75 |
<colgroup> |
| 181 |
- <col style="width: 190px;"> |
|
| 76 |
+ <col style="width: 130px;"> |
|
| 182 | 77 |
<col style="width: auto;"> |
| 183 | 78 |
</colgroup> |
| 184 | 79 |
<tbody> |
... | ... | @@ -186,6 +81,7 @@ |
| 186 | 81 |
<th>채널ID</th> |
| 187 | 82 |
<td> |
| 188 | 83 |
<select name="" id="" class="select_gray_type"> |
| 84 |
+ <option value="">채널 ID 선택</option> |
|
| 189 | 85 |
<option value="">@munjaon</option> |
| 190 | 86 |
</select> |
| 191 | 87 |
</td> |
... | ... | @@ -193,8 +89,10 @@ |
| 193 | 89 |
<tr> |
| 194 | 90 |
<th>템플릿명</th> |
| 195 | 91 |
<td> |
| 196 |
- <input type="text" class="template_name" placeholder="템플릿 명을 입력해주세요"> |
|
| 197 |
- <p class="template_name_cf">최대 100자, 중복불가</p> |
|
| 92 |
+ <div class="template_name_wrap"> |
|
| 93 |
+ <input type="text" placeholder="최대 50자, 템플릿 관리용"> |
|
| 94 |
+ <button type="button" class="btnType btnType8" onclick="window.open('/publish/popup_friendtalk_template_choice.html','_blank','width=930, height=780, top=100, left=100, fullscreen=no, menubar=no, status=no, toolbar=no, titlebar=yes, location=no, scrollbars=yes')">템플릿 불러오기</button>
|
|
| 95 |
+ </div> |
|
| 198 | 96 |
</td> |
| 199 | 97 |
</tr> |
| 200 | 98 |
<tr> |
... | ... | @@ -204,48 +102,57 @@ |
| 204 | 102 |
<input type="radio" name="img_file_add" id="img_file_0" checked><label for="img_file_0">첨부 안함</label> |
| 205 | 103 |
<input type="radio" name="img_file_add" id="img_file_1"><label for="img_file_1">이미지 첨부</label> |
| 206 | 104 |
<input type="radio" name="img_file_add" id="img_file_2"><label for="img_file_2">와이드 이미지 첨부</label> |
| 207 |
- <div class="img_add_info_wrap basic_img_add_wrap"> |
|
| 208 |
- <p class="info_title_text"><span class="c_e40000">*</span> 이미지 첨부 안내</p> |
|
| 209 |
- <ul class="info_text"> |
|
| 210 |
- <li>- 권장사이즈 : 720px * 720px</li> |
|
| 211 |
- <li>- 제한사이즈 : 가로 500px 미만, 가로:세로 비율이 2:1 미만 또는 3:4 초과시 업로드 불가</li> |
|
| 212 |
- <li>- 파일형식 : jpg, png (최대 500kb)</li> |
|
| 213 |
- <li>- 이미지 첨부시 메시지 내용은 최대 400자까지 입력할 수 있습니다.</li> |
|
| 214 |
- </ul> |
|
| 215 |
- </div> |
|
| 216 |
- <div class="img_add_info_wrap wide_img_add_wrap"> |
|
| 217 |
- <p class="info_title_text"><span class="c_e40000">*</span> 와이드 이미지 첨부 안내</p> |
|
| 218 |
- <ul class="info_text"> |
|
| 219 |
- <li>- 권장사이즈 : 800px * 600px</li> |
|
| 220 |
- <!-- <li>- 제한사이즈 : 가로 500px 미만, 가로:세로 비율이 2:1 미만 또는 3:4 초과시 업로드 불가</li> --> |
|
| 221 |
- <li>- 파일형식 : jpg, png (최대 2mb)</li> |
|
| 222 |
- <li>- 와이드 이미지 첨부시 메시지 내용은 최대 76자, 버튼 1개까지 입력할 수 있습니다.</li> |
|
| 223 |
- </ul> |
|
| 224 |
- </div> |
|
| 225 |
- </div> |
|
| 226 |
- <div class="img_file_add_wrap"> |
|
| 227 |
- <button type="button" class="btnType btnType8 btn_img_upload">이미지 불러오기</button> |
|
| 228 |
- <ul class="img_file_info_wrap"> |
|
| 229 |
- <li> |
|
| 230 |
- <p class="file_name">image_testtest.jpg</p> |
|
| 231 |
- <button type="button" class="btn_del" onclick="buttonTypeDel(this);"><img src="/publish/images/btn_delete.png" alt=""></button> |
|
| 232 |
- </li> |
|
| 233 |
- <li> |
|
| 234 |
- <p>이미지 클릭시 이동할 URL</p> |
|
| 235 |
- <input type="text" placeholder="http://" class="img_url"> |
|
| 236 |
- </li> |
|
| 237 |
- </ul> |
|
| 238 |
- </div> |
|
| 239 |
- |
|
| 240 |
- |
|
| 105 |
+ <div class="img_file_add_wrap basic_img_add_wrap"> |
|
| 106 |
+ <p class="info_title_text"><span class="c_e40000">*</span> 이미지 첨부 안내</p> |
|
| 107 |
+ <ul class="info_text"> |
|
| 108 |
+ <li>- 권장사이즈 : 800px * 400px</li> |
|
| 109 |
+ <li>- 제한사이즈 : 가로 500px 미만, 가로:세로 비율이 2:1 미만 또는 3:4 초과시 업로드 불가</li> |
|
| 110 |
+ <li>- 파일형식 : jpg, png (최대 5MB)</li> |
|
| 111 |
+ <li>- 이미지 첨부 시 메시지 내용은 최대 400자, 버튼 5개까지 입력할 수 있습니다.</li> |
|
| 112 |
+ </ul> |
|
| 113 |
+ |
|
| 114 |
+ <ul class="img_file_info_wrap"> |
|
| 115 |
+ <li> |
|
| 116 |
+ <button type="button" class="btnType btnType8 btn_img_upload">이미지 불러오기</button> |
|
| 117 |
+ <div class="img_file_wrap"> |
|
| 118 |
+ <p class="file_name">image_testtest.jpg</p> |
|
| 119 |
+ <button type="button" class="btn_del" onclick="buttonTypeDel(this);"><img src="/publish/images/btn_delete.png" alt=""></button> |
|
| 120 |
+ </div> |
|
| 121 |
+ </li> |
|
| 122 |
+ <li> |
|
| 123 |
+ <p>이미지 클릭시 이동할 URL</p> |
|
| 124 |
+ <input type="text" placeholder="(선택사항) https://" class="img_url"> |
|
| 125 |
+ </li> |
|
| 126 |
+ </ul> |
|
| 127 |
+ </div> |
|
| 128 |
+ <div class="img_file_add_wrap wide_img_add_wrap"> |
|
| 129 |
+ <p class="info_title_text"><span class="c_e40000">*</span> 와이드 이미지 첨부 안내</p> |
|
| 130 |
+ <ul class="info_text"> |
|
| 131 |
+ <li>- 권장사이즈 : 800px * 600px</li> |
|
| 132 |
+ <li>- 파일형식 : jpg, png (최대 5MB)</li> |
|
| 133 |
+ <li>- 와이드 이미지 첨부시 메시지 내용은 최대 76자, 버튼 1개까지 입력할 수 있습니다.</li> |
|
| 134 |
+ </ul> |
|
| 135 |
+ <ul class="img_file_info_wrap"> |
|
| 136 |
+ <li> |
|
| 137 |
+ <button type="button" class="btnType btnType8 btn_img_upload">이미지 불러오기</button> |
|
| 138 |
+ <div class="img_file_wrap"> |
|
| 139 |
+ <p class="file_name file_none">이미지 없음</p> |
|
| 140 |
+ <button type="button" class="btn_del" onclick="buttonTypeDel(this);"><img src="/publish/images/btn_delete.png" alt=""></button> |
|
| 141 |
+ </div> |
|
| 142 |
+ </li> |
|
| 143 |
+ <li> |
|
| 144 |
+ <p>이미지 클릭시 이동할 URL</p> |
|
| 145 |
+ <input type="text" placeholder="(선택사항) https://" class="img_url"> |
|
| 146 |
+ </li> |
|
| 147 |
+ </ul> |
|
| 148 |
+ </div> |
|
| 241 | 149 |
</td> |
| 242 | 150 |
</tr> |
| 243 | 151 |
<tr> |
| 244 | 152 |
<th>광고포함 여부</th> |
| 245 | 153 |
<td> |
| 246 |
- <input type="radio" name="ad_yn" id="ad_Y"><label for="ad_Y">광고성 정보 |
|
| 247 |
- 포함</label> |
|
| 248 |
- <input type="radio" name="ad_yn" id="ad_N"><label for="ad_N">포함 안함</label> |
|
| 154 |
+ <input type="checkbox" name="ad_yn" id="ad_Y" style="margin:-4px 5px 0 0;" checked> |
|
| 155 |
+ <label for="ad_Y">광고성 정보 포함</label> |
|
| 249 | 156 |
</td> |
| 250 | 157 |
</tr> |
| 251 | 158 |
<tr> |
... | ... | @@ -260,7 +167,7 @@ |
| 260 | 167 |
<label for="textarea" class="label"></label> |
| 261 | 168 |
<textarea id="textarea" class="put_text" placeholder="내용을 입력해주세요."></textarea> |
| 262 | 169 |
<div class="text_length"> |
| 263 |
- <div> |
|
| 170 |
+ <div class="sub_ad_text"> |
|
| 264 | 171 |
<p>수신거부 : 홈 > 채널차단</p> |
| 265 | 172 |
</div> |
| 266 | 173 |
<div> |
... | ... | @@ -271,8 +178,7 @@ |
| 271 | 178 |
</div> |
| 272 | 179 |
<div class="put_right"> |
| 273 | 180 |
<div class="btn_popup_wrap"> |
| 274 |
- <button type="button" class="btnType btnType7" |
|
| 275 |
- onclick="miniPopup(this)">특수문자</button> |
|
| 181 |
+ <button type="button" class="btnType btnType7" onclick="miniPopup(this)">특수문자</button> |
|
| 276 | 182 |
<div class="send_miniPop spc_character"> |
| 277 | 183 |
<div class="tab_character"> |
| 278 | 184 |
<a href="#none" class="on">특수문자</a> |
... | ... | @@ -499,14 +405,11 @@ |
| 499 | 405 |
</div> |
| 500 | 406 |
</div> |
| 501 | 407 |
<!-- //그외 --> |
| 502 |
- <button type="button" class="btn_close" |
|
| 503 |
- onclick="miniPopup(this)">닫기</button> |
|
| 408 |
+ <button type="button" class="btn_close" onclick="miniPopup(this)">닫기</button> |
|
| 504 | 409 |
</div> |
| 505 | 410 |
</div> |
| 506 | 411 |
<div class="btn_popup_wrap convers_wrap"> |
| 507 |
- <button type="button" class="btnType btnType7" |
|
| 508 |
- onclick="miniPopup(this)">특정문구 일괄변환<i |
|
| 509 |
- class="qmMark"></i></button> |
|
| 412 |
+ <button type="button" class="btnType btnType7" onclick="miniPopup(this)">특정문구 일괄변환<i class="qmMark"></i></button> |
|
| 510 | 413 |
<div class="send_miniPop convers"> |
| 511 | 414 |
<div> |
| 512 | 415 |
<div class="convers_top"> |
... | ... | @@ -521,31 +424,137 @@ |
| 521 | 424 |
<a href="#">#{4}</a>
|
| 522 | 425 |
</div> |
| 523 | 426 |
</div> |
| 524 |
- <button type="button" class="btn_close" |
|
| 525 |
- onclick="miniPopup(this)">닫기</button> |
|
| 427 |
+ <button type="button" class="btn_close" onclick="miniPopup(this)">닫기</button> |
|
| 526 | 428 |
</div> |
| 527 | 429 |
</div> |
| 528 | 430 |
<div class="btn_popup_wrap spc_wrap"> |
| 529 |
- <button type="button" class="btnType btnType7" |
|
| 530 |
- onclick="miniPopup(this)">이모티콘</button> |
|
| 431 |
+ <button type="button" class="btnType btnType7" onclick="miniPopup(this)">이모티콘</button> |
|
| 531 | 432 |
<div class="send_miniPop spc_character kakao_emoticon"> |
| 532 | 433 |
<div class="cnt_character"> |
| 533 | 434 |
<div class="box_character"> |
| 534 |
- <a href="#">※</a> |
|
| 535 |
- <a href="#">☆</a> |
|
| 536 |
- <a href="#">★</a> |
|
| 537 |
- <a href="#">○</a> |
|
| 435 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_001.png" alt="" /></a> |
|
| 436 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_002.png" alt="" /></a> |
|
| 437 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_003.png" alt="" /></a> |
|
| 438 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_004.png" alt="" /></a> |
|
| 439 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_005.png" alt="" /></a> |
|
| 440 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_006.png" alt="" /></a> |
|
| 441 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_007.png" alt="" /></a> |
|
| 442 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_008.png" alt="" /></a> |
|
| 443 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_009.png" alt="" /></a> |
|
| 444 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_010.png" alt="" /></a> |
|
| 445 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_011.png" alt="" /></a> |
|
| 446 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_012.png" alt="" /></a> |
|
| 447 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_013.png" alt="" /></a> |
|
| 448 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_014.png" alt="" /></a> |
|
| 449 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_015.png" alt="" /></a> |
|
| 450 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_016.png" alt="" /></a> |
|
| 451 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_017.png" alt="" /></a> |
|
| 452 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_018.png" alt="" /></a> |
|
| 453 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_019.png" alt="" /></a> |
|
| 454 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_020.png" alt="" /></a> |
|
| 455 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_021.png" alt="" /></a> |
|
| 456 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_022.png" alt="" /></a> |
|
| 457 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_023.png" alt="" /></a> |
|
| 458 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_024.png" alt="" /></a> |
|
| 459 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_025.png" alt="" /></a> |
|
| 460 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_026.png" alt="" /></a> |
|
| 461 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_027.png" alt="" /></a> |
|
| 462 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_028.png" alt="" /></a> |
|
| 463 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_029.png" alt="" /></a> |
|
| 464 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_030.png" alt="" /></a> |
|
| 465 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_031.png" alt="" /></a> |
|
| 466 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_032.png" alt="" /></a> |
|
| 467 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_033.png" alt="" /></a> |
|
| 468 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_034.png" alt="" /></a> |
|
| 469 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_035.png" alt="" /></a> |
|
| 470 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_036.png" alt="" /></a> |
|
| 471 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_037.png" alt="" /></a> |
|
| 472 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_038.png" alt="" /></a> |
|
| 473 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_039.png" alt="" /></a> |
|
| 474 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_040.png" alt="" /></a> |
|
| 475 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_041.png" alt="" /></a> |
|
| 476 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_042.png" alt="" /></a> |
|
| 477 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_043.png" alt="" /></a> |
|
| 478 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_044.png" alt="" /></a> |
|
| 479 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_045.png" alt="" /></a> |
|
| 480 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_046.png" alt="" /></a> |
|
| 481 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_047.png" alt="" /></a> |
|
| 482 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_048.png" alt="" /></a> |
|
| 483 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_049.png" alt="" /></a> |
|
| 484 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_050.png" alt="" /></a> |
|
| 485 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_051.png" alt="" /></a> |
|
| 486 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_052.png" alt="" /></a> |
|
| 487 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_053.png" alt="" /></a> |
|
| 488 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_054.png" alt="" /></a> |
|
| 489 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_055.png" alt="" /></a> |
|
| 490 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_056.png" alt="" /></a> |
|
| 491 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_057.png" alt="" /></a> |
|
| 492 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_058.png" alt="" /></a> |
|
| 493 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_059.png" alt="" /></a> |
|
| 494 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_060.png" alt="" /></a> |
|
| 495 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_061.png" alt="" /></a> |
|
| 496 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_062.png" alt="" /></a> |
|
| 497 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_063.png" alt="" /></a> |
|
| 498 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_064.png" alt="" /></a> |
|
| 499 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_065.png" alt="" /></a> |
|
| 500 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_066.png" alt="" /></a> |
|
| 501 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_067.png" alt="" /></a> |
|
| 502 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_068.png" alt="" /></a> |
|
| 503 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_069.png" alt="" /></a> |
|
| 504 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_070.png" alt="" /></a> |
|
| 505 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_071.png" alt="" /></a> |
|
| 506 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_072.png" alt="" /></a> |
|
| 507 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_073.png" alt="" /></a> |
|
| 508 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_074.png" alt="" /></a> |
|
| 509 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_075.png" alt="" /></a> |
|
| 510 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_076.png" alt="" /></a> |
|
| 511 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_077.png" alt="" /></a> |
|
| 512 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_078.png" alt="" /></a> |
|
| 513 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_079.png" alt="" /></a> |
|
| 514 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_080.png" alt="" /></a> |
|
| 515 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_081.png" alt="" /></a> |
|
| 516 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_082.png" alt="" /></a> |
|
| 517 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1001.png" alt="" /></a> |
|
| 518 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1002.png" alt="" /></a> |
|
| 519 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1003.png" alt="" /></a> |
|
| 520 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1004.png" alt="" /></a> |
|
| 521 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1005.png" alt="" /></a> |
|
| 522 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1006.png" alt="" /></a> |
|
| 523 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1007.png" alt="" /></a> |
|
| 524 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1008.png" alt="" /></a> |
|
| 525 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1009.png" alt="" /></a> |
|
| 526 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1010.png" alt="" /></a> |
|
| 527 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1011.png" alt="" /></a> |
|
| 528 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1012.png" alt="" /></a> |
|
| 529 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1013.png" alt="" /></a> |
|
| 530 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1014.png" alt="" /></a> |
|
| 531 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1015.png" alt="" /></a> |
|
| 532 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1016.png" alt="" /></a> |
|
| 533 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1017.png" alt="" /></a> |
|
| 534 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1018.png" alt="" /></a> |
|
| 535 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1019.png" alt="" /></a> |
|
| 536 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1020.png" alt="" /></a> |
|
| 537 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1021.png" alt="" /></a> |
|
| 538 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1022.png" alt="" /></a> |
|
| 539 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1023.png" alt="" /></a> |
|
| 540 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1024.png" alt="" /></a> |
|
| 541 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1025.png" alt="" /></a> |
|
| 542 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1026.png" alt="" /></a> |
|
| 543 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1027.png" alt="" /></a> |
|
| 544 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1028.png" alt="" /></a> |
|
| 545 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1029.png" alt="" /></a> |
|
| 546 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1030.png" alt="" /></a> |
|
| 547 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1031.png" alt="" /></a> |
|
| 548 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1032.png" alt="" /></a> |
|
| 549 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1033.png" alt="" /></a> |
|
| 550 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1034.png" alt="" /></a> |
|
| 538 | 551 |
</div> |
| 539 | 552 |
</div> |
| 540 |
- <button type="button" class="btn_close" |
|
| 541 |
- onclick="miniPopup(this)">닫기</button> |
|
| 553 |
+ <button type="button" class="btn_close" onclick="miniPopup(this)">닫기</button> |
|
| 542 | 554 |
</div> |
| 543 | 555 |
</div> |
| 544 |
- <div class="btn_popup_wrap template_call_wrap"> |
|
| 545 |
- <button type="button" class="btnType btnType8">템플릿 불러오기</button> |
|
| 546 |
- </div> |
|
| 556 |
+ |
|
| 547 | 557 |
<div class="send_btnWrap"> |
| 548 |
- <!-- <button type="button" class="btnType btn_text_save">내용 저장하기</button> --> |
|
| 549 | 558 |
<button type="button" class="btnType btnType9">초기화</button> |
| 550 | 559 |
</div> |
| 551 | 560 |
</div> |
... | ... | @@ -556,13 +565,8 @@ |
| 556 | 565 |
<td class="template_button"> |
| 557 | 566 |
<select name="" id="" class="select_gray_type template_button_select"> |
| 558 | 567 |
<option value="button_type_0">버튼타입 선택</option> |
| 559 |
- <option value="button_type_1">배송조회</option> |
|
| 560 | 568 |
<option value="button_type_2">웹링크</option> |
| 561 | 569 |
<option value="button_type_3">앱링크</option> |
| 562 |
- <option value="button_type_4">봇키워드</option> |
|
| 563 |
- <option value="button_type_5">메시지전달</option> |
|
| 564 |
- <option value="button_type_6">상담톡전환</option> |
|
| 565 |
- <option value="button_type_7">챗봇전환</option> |
|
| 566 | 570 |
</select> |
| 567 | 571 |
<button type="button" class="btnType btnType6" |
| 568 | 572 |
onclick="templateButtonAdd();">추가</button> |
... | ... | @@ -630,13 +634,12 @@ |
| 630 | 634 |
<div class="send_right"> |
| 631 | 635 |
<div class="phone"> |
| 632 | 636 |
<div class="phoneIn"> |
| 633 |
- <p class="prev_p"><img src="/publish/images/content/kakao_prev_icon.png" |
|
| 634 |
- alt="">@munjaon</p> |
|
| 637 |
+ <p class="prev_p"><img src="/publish/images/content/kakao_prev_icon.png" alt="">@munjaon</p> |
|
| 635 | 638 |
<!-- 텍스트 미리보기 --> |
| 636 | 639 |
<div class="text_preview"> |
| 637 | 640 |
<p class="friend_talk_title"><span>(광고)</span> munjaon</p> |
| 638 | 641 |
<div class="allimtalk_content"> |
| 639 |
- <div class="kakao_image"><img src="/publish/images/content/friend_talk_img.png" alt=""></div> |
|
| 642 |
+ <div class="kakao_image"><img src="/publish/images/content/friend_talk_img.png" alt="" style="display:none;"></div> |
|
| 640 | 643 |
<p class="template_text">홍길동 고객님 안녕하세요. |
| 641 | 644 |
문자온입니다. |
| 642 | 645 |
문자온에서는 재결제 고객님들께 다양한 이벤트를 준비하였으니, 방문하셔서 혜택 놓치지 마세요.</p> |
--- src/main/webapp/publish/kakao_friendtalk_send.html
+++ src/main/webapp/publish/kakao_friendtalk_send.html
... | ... | @@ -6,8 +6,7 @@ |
| 6 | 6 |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> |
| 7 | 7 |
<title>문자온_친구톡 전송</title> |
| 8 | 8 |
|
| 9 |
- <link href="https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap" |
|
| 10 |
- rel="stylesheet"> |
|
| 9 |
+ <link href="https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap" rel="stylesheet"> |
|
| 11 | 10 |
<link rel="stylesheet" href="/publish/css/reset.css"> |
| 12 | 11 |
<link rel="stylesheet" href="/publish/css/jquery.mCustomScrollbar.css"> |
| 13 | 12 |
<link rel="stylesheet" href="/publish/css/common.css"> |
... | ... | @@ -24,10 +23,16 @@ |
| 24 | 23 |
<script src="/publish/js/jquery.mCustomScrollbar.concat.min.js"></script> |
| 25 | 24 |
<script src="/publish/js/common.js"></script> |
| 26 | 25 |
<script src="/publish/js/content.js"></script> |
| 26 |
+ <script src="/publish/js/popup.js"></script> |
|
| 27 | 27 |
<script src="/publish/js/popupLayer.js"></script> |
| 28 | 28 |
<script type="text/javascript" src="/publish/js/datepicker/picker.js"></script> |
| 29 | 29 |
<script type="text/javascript" src="/publish/js/datepicker/picker.date.js"></script> |
| 30 | 30 |
<script type="text/javascript" src="/publish/js/datepicker/ko_KR.js"></script> |
| 31 |
+ |
|
| 32 |
+ <script> |
|
| 33 |
+ |
|
| 34 |
+ |
|
| 35 |
+ </script> |
|
| 31 | 36 |
|
| 32 | 37 |
|
| 33 | 38 |
</head> |
... | ... | @@ -37,112 +42,9 @@ |
| 37 | 42 |
<a href="#cont" title="본문 바로가기" class="contGo">본문 바로가기</a> |
| 38 | 43 |
</div> |
| 39 | 44 |
<!--// skip 메뉴 --> |
| 40 |
- |
|
| 41 |
- <!-- header 영역 --> |
|
| 42 |
- <header id="header" class="header sub "> |
|
| 43 |
- <!-- header top 영역 --> |
|
| 44 |
- <div class="header_top"> |
|
| 45 |
- <div class="inner"> |
|
| 46 |
- <ul class="menu_left"> |
|
| 47 |
- <li><a href="#"><i class="hdTop_fav"></i>즐겨찾기추가</a></li> |
|
| 48 |
- <li><a href="#"><i class="hdTop_mypage"></i>마이페이지</a></li> |
|
| 49 |
- <li><a href="#"><i class="hdTop_center"></i>고객센터</a></li> |
|
| 50 |
- </ul> |
|
| 51 |
- <ul class="menu_right"> |
|
| 52 |
- <li><a href="#">충전하기</a></li> |
|
| 53 |
- <li class="SortLine"><a href="#">요금안내</a></li> |
|
| 54 |
- <li class="SortLine"><a href="#">이용안내</a></li> |
|
| 55 |
- <li class="SortLine"><a href="#">1:1고객상담</a></li> |
|
| 56 |
- </ul> |
|
| 57 |
- </div> |
|
| 58 |
- </div><!-- header top 영역 --> |
|
| 59 |
- <!-- header body 영역 --> |
|
| 60 |
- <div class="header_body"> |
|
| 61 |
- <div class="inner table"> |
|
| 62 |
- <h1 class="logo"><a href="/publish/index.html" alt="문자온 메인 바로가기"><img src="/publish/images/CI.png" |
|
| 63 |
- alt="문자온 CI"></a></h1> |
|
| 64 |
- <ul class="gnbWrap table_cell"> |
|
| 65 |
- <li><a href="#">문자발송</a></li> |
|
| 66 |
- <li><a href="#">선거문자</a></li> |
|
| 67 |
- <li><a href="#">맞춤제작</a></li> |
|
| 68 |
- <li><a href="#">비즈톡</a></li> |
|
| 69 |
- <li><a href="#">주소록 관리</a></li> |
|
| 70 |
- <li><a href="#">발송결과</a></li> |
|
| 71 |
- <li><a href="#">예약관리</a></li> |
|
| 72 |
- <li><a href="#">결제내역</a></li> |
|
| 73 |
- </ul> |
|
| 74 |
- <div class="s_menu"> |
|
| 75 |
- <i class="allSearch_info"><span>문자검색</span></i> |
|
| 76 |
- <button type="button" title="전체검색" class="allSearch" onclick="searchToggle();"><img |
|
| 77 |
- src="/publish/images/search.png" alt="검색영역 열기" class="allMenu"></button> |
|
| 78 |
- <button type="button" title="전체메뉴"><img src="/publish/images/all_menu.png" alt="전체메뉴 열기"></button> |
|
| 79 |
- </div> |
|
| 80 |
- </div> |
|
| 81 |
- <!-- search popup 영역 --> |
|
| 82 |
- <div class="pop_search"> |
|
| 83 |
- <div class="inner"> |
|
| 84 |
- <div class="area_search"> |
|
| 85 |
- <select name="" id=""> |
|
| 86 |
- <option value="">그림문자</option> |
|
| 87 |
- <option value="">단문문자</option> |
|
| 88 |
- <option value="">장문문자</option> |
|
| 89 |
- <option value="">GIF</option> |
|
| 90 |
- </select> |
|
| 91 |
- <input type="text" placeholder="문자샘플 검색하기"> |
|
| 92 |
- <button><img src="/publish/images/search02.png" alt=""></button> |
|
| 93 |
- </div> |
|
| 94 |
- <div class="area_popular"> |
|
| 95 |
- <p><i></i>인기검색어</p> |
|
| 96 |
- <ul class="popular_tag"> |
|
| 97 |
- <li><a href="#">#정월대보름</a></li> |
|
| 98 |
- <li class="on"><a href="#">#추석</a></li> |
|
| 99 |
- <li><a href="#">#가을인사</a></li> |
|
| 100 |
- <li><a href="#">#좋은하루</a></li> |
|
| 101 |
- </ul> |
|
| 102 |
- </div> |
|
| 103 |
- <button class="btn_close" onclick="searchToggle();"><img src="/publish/images/btn_searchclose.png" |
|
| 104 |
- alt=""></button> |
|
| 105 |
- </div> |
|
| 106 |
- </div> |
|
| 107 |
- <!--// search popup 영역 --> |
|
| 108 |
- </div> |
|
| 109 |
- <!--// header body 영역 --> |
|
| 110 |
- <div id="login" class="login"> |
|
| 111 |
- <div class="inner table"> |
|
| 112 |
- <div class="login_left table_cell"> |
|
| 113 |
- <div class="login_put"> |
|
| 114 |
- <label for="id_text" class="label"></label> |
|
| 115 |
- <input type="text" placeholder="아이디를 입력해주세요" id="id_text" class="id_text" maxlength="30" |
|
| 116 |
- size="18"> |
|
| 117 |
- <label for="password_text" class="label"></label> |
|
| 118 |
- <input type="password" placeholder="비밀번호를 입력해주세요" id="password_text" class="password_text" |
|
| 119 |
- maxlength="30" size="18"> |
|
| 120 |
- <label for="login_button" class="label"></label> |
|
| 121 |
- <button type="submit" class="btnType btnType1" class="login_button">로그인</button> |
|
| 122 |
- </div> |
|
| 123 |
- <div class="login_save"> |
|
| 124 |
- <input type="checkbox" id="save_id"> |
|
| 125 |
- <label for="save_id">아이디 저장</label> |
|
| 126 |
- </div> |
|
| 127 |
- <div class="login_find"> |
|
| 128 |
- <a href="#">아이디찾기 /</a> |
|
| 129 |
- <a href="#">비밀번호 찾기</a> |
|
| 130 |
- </div> |
|
| 131 |
- <div> |
|
| 132 |
- <button type="button" class="btnType btnType2">회원가입</button> |
|
| 133 |
- <button type="button" class="btnType btnType3">둘러보기</button> |
|
| 134 |
- </div> |
|
| 135 |
- </div> |
|
| 136 |
- <div class="login_right"> |
|
| 137 |
- <span><i></i>이달의 이벤트</span> |
|
| 138 |
- <button type="button" class="btnType btnType4">바로가기</button> |
|
| 139 |
- </div> |
|
| 140 |
- </div> |
|
| 141 |
- </div> |
|
| 142 |
- <!--// login 영역 --> |
|
| 143 |
- </header> |
|
| 144 |
- <!--// header 영역 --> |
|
| 145 |
- <!-- login 영역 --> |
|
| 45 |
+ |
|
| 46 |
+ <div data-include-path="/publish/layout/_header.html"></div> |
|
| 47 |
+ |
|
| 146 | 48 |
<!-- content 영역 --> |
| 147 | 49 |
<div id="container" class="cont sub"> |
| 148 | 50 |
<div class="inner"> |
... | ... | @@ -153,14 +55,14 @@ |
| 153 | 55 |
<li class="tab"><button type="button" onclick="location.href='/publish/kakao_allimtalk_send.html'">알림톡</button></li> |
| 154 | 56 |
<li class="tab active"><button type="button" onclick="location.href='/publish/kakao_friendtalk_send.html'">친구톡</button></li> |
| 155 | 57 |
<li class="tab"><button type="button" onclick="location.href='/publish/kakao_use_guide.html'">카카오톡 설정</button></li> |
| 156 |
- <li class="tab"><button type="button" onclick="TabType5(this,'4');">알림톡·친구톡 소개</button></li> |
|
| 58 |
+ <li class="tab"><button type="button" onclick="location.href='/publish/kakao_allimtalk_intro.html'">알림톡 소개</button></li> |
|
| 157 | 59 |
</ul> |
| 158 | 60 |
<!--// tab button --> |
| 159 |
- <!-- 카카오톡 설정 - 알림톡 템플릿 등록/관리 - 내템플릿 --> |
|
| 61 |
+ |
|
| 160 | 62 |
<div class="top_content kakaotalksend_cont current pay_tab_wrap"> |
| 161 | 63 |
<div class="heading"> |
| 162 | 64 |
<h2>친구톡 전송</h2> |
| 163 |
- <button type="button" class="button info">알림톡 사용방법</button> |
|
| 65 |
+ <button type="button" class="button info" onclick="infoListPop('friendTalkSend','792','340');">사용안내</button>
|
|
| 164 | 66 |
</div> |
| 165 | 67 |
<div class="send_general friend_talk_wrap kakao_wrap"> |
| 166 | 68 |
<div class="send_left"> |
... | ... | @@ -174,78 +76,88 @@ |
| 174 | 76 |
<th>채널ID</th> |
| 175 | 77 |
<td> |
| 176 | 78 |
<select name="" id="" class="select_gray_type"> |
| 79 |
+ <option value="">채널 ID 선택</option> |
|
| 177 | 80 |
<option value="">@munjaon</option> |
| 178 | 81 |
</select> |
| 179 | 82 |
</td> |
| 180 | 83 |
</tr> |
| 84 |
+ |
|
| 85 |
+ <tr> |
|
| 86 |
+ <th>템플릿명</th> |
|
| 87 |
+ <td> |
|
| 88 |
+ <div class="template_name_wrap"> |
|
| 89 |
+ <input type="text" placeholder="최대 50자, 템플릿 관리용"> |
|
| 90 |
+ <button type="button" class="btnType btnType8" onclick="window.open('/publish/popup_friendtalk_template_choice.html','_blank','width=930, height=780, top=100, left=100, fullscreen=no, menubar=no, status=no, toolbar=no, titlebar=yes, location=no, scrollbars=yes')">템플릿 불러오기</button>
|
|
| 91 |
+ </div> |
|
| 92 |
+ </td> |
|
| 93 |
+ </tr> |
|
| 94 |
+ |
|
| 181 | 95 |
<tr> |
| 182 | 96 |
<th>이미지 첨부</th> |
| 183 | 97 |
<td> |
| 184 |
- <input type="radio" name="img_file_add" id="img_file_0" checked><label |
|
| 185 |
- for="img_file_0">첨부 안함</label> |
|
| 186 |
- <input type="radio" name="img_file_add" id="img_file_1"><label |
|
| 187 |
- for="img_file_1">이미지 첨부</label> |
|
| 188 |
- <input type="radio" name="img_file_add" id="img_file_2"><label |
|
| 189 |
- for="img_file_2">와이드 이미지 첨부</label> |
|
| 190 |
- <div class="img_file_add_wrap basic_img_add_wrap"> |
|
| 191 |
- <p class="info_title_text"><span class="c_e40000">*</span> 이미지 첨부 안내</p> |
|
| 192 |
- <ul class="info_text"> |
|
| 193 |
- <li>- 권장사이즈 : 720px * 720px</li> |
|
| 194 |
- <li>- 제한사이즈 : 가로 500px 미만, 가로:세로 비율이 2:1 미만 또는 3:4 초과시 업로드 불가</li> |
|
| 195 |
- <li>- 파일형식 : jpg, png (최대 500kb)</li> |
|
| 196 |
- <li>- 이미지 첨부시 메시지 내용은 최대 400자까지 입력할 수 있습니다.</li> |
|
| 197 |
- </ul> |
|
| 198 |
- <button type="button" class="btnType btnType8 btn_img_upload">이미지 불러오기</button> |
|
| 199 |
- <ul class="img_file_info_wrap"> |
|
| 200 |
- <li> |
|
| 98 |
+ <input type="radio" name="img_file_add" id="img_file_0" checked> |
|
| 99 |
+ <label for="img_file_0">첨부 안함</label> |
|
| 100 |
+ <input type="radio" name="img_file_add" id="img_file_1"> |
|
| 101 |
+ <label for="img_file_1">이미지 첨부</label> |
|
| 102 |
+ <input type="radio" name="img_file_add" id="img_file_2"> |
|
| 103 |
+ <label for="img_file_2">와이드 이미지 첨부</label> |
|
| 104 |
+ <div class="img_file_add_wrap basic_img_add_wrap"> |
|
| 105 |
+ <p class="info_title_text"><span class="c_e40000">*</span> 이미지 첨부 안내</p> |
|
| 106 |
+ <ul class="info_text"> |
|
| 107 |
+ <li>- 권장사이즈 : 800px * 400px</li> |
|
| 108 |
+ <li>- 제한사이즈 : 가로 500px 미만, 가로:세로 비율이 2:1 미만 또는 3:4 초과시 업로드 불가</li> |
|
| 109 |
+ <li>- 파일형식 : jpg, png (최대 5MB)</li> |
|
| 110 |
+ <li>- 이미지 첨부 시 메시지 내용은 최대 400자, 버튼 5개까지 입력할 수 있습니다.</li> |
|
| 111 |
+ </ul> |
|
| 112 |
+ |
|
| 113 |
+ <ul class="img_file_info_wrap"> |
|
| 114 |
+ <li> |
|
| 115 |
+ <button type="button" class="btnType btnType8 btn_img_upload">이미지 불러오기</button> |
|
| 116 |
+ <div class="img_file_wrap"> |
|
| 201 | 117 |
<p class="file_name">image_testtest.jpg</p> |
| 202 |
- <button type="button" class="btn_del" |
|
| 203 |
- onclick="buttonTypeDel(this);"><img |
|
| 204 |
- src="/publish/images/btn_delete.png" alt=""></button> |
|
| 205 |
- </li> |
|
| 206 |
- <li> |
|
| 207 |
- <p>이미지 클릭시 이동할 URL</p> |
|
| 208 |
- <input type="text" placeholder="http://" class="img_url"> |
|
| 209 |
- </li> |
|
| 210 |
- </ul> |
|
| 211 |
- </div> |
|
| 212 |
- <div class="img_file_add_wrap wide_img_add_wrap"> |
|
| 213 |
- <p class="info_title_text"><span class="c_e40000">*</span> 와이드 이미지 첨부 안내</p> |
|
| 214 |
- <ul class="info_text"> |
|
| 215 |
- <li>- 권장사이즈 : 800px * 600px</li> |
|
| 216 |
- <!-- <li>- 제한사이즈 : 가로 500px 미만, 가로:세로 비율이 2:1 미만 또는 3:4 초과시 업로드 불가</li> --> |
|
| 217 |
- <li>- 파일형식 : jpg, png (최대 2mb)</li> |
|
| 218 |
- <li>- 와이드 이미지 첨부시 메시지 내용은 최대 76자, 버튼 1개까지 입력할 수 있습니다.</li> |
|
| 219 |
- </ul> |
|
| 220 |
- <button type="button" class="btnType btnType8 btn_img_upload">이미지 불러오기</button> |
|
| 221 |
- <ul class="img_file_info_wrap"> |
|
| 222 |
- <li> |
|
| 223 |
- <p class="file_name">image_testtest.jpg</p> |
|
| 224 |
- <button type="button" class="btn_del" |
|
| 225 |
- onclick="buttonTypeDel(this);"><img |
|
| 226 |
- src="/publish/images/btn_delete.png" alt=""></button> |
|
| 227 |
- </li> |
|
| 228 |
- <li> |
|
| 229 |
- <p>이미지 클릭시 이동할 URL</p> |
|
| 230 |
- <input type="text" placeholder="http://" class="img_url"> |
|
| 231 |
- </li> |
|
| 232 |
- </ul> |
|
| 233 |
- </div> |
|
| 118 |
+ <button type="button" class="btn_del" onclick="buttonTypeDel(this);"><img src="/publish/images/btn_delete.png" alt=""></button> |
|
| 119 |
+ </div> |
|
| 120 |
+ </li> |
|
| 121 |
+ <li> |
|
| 122 |
+ <p>이미지 클릭시 이동할 URL</p> |
|
| 123 |
+ <input type="text" placeholder="(선택사항) https://" class="img_url"> |
|
| 124 |
+ </li> |
|
| 125 |
+ </ul> |
|
| 126 |
+ </div> |
|
| 127 |
+ <div class="img_file_add_wrap wide_img_add_wrap"> |
|
| 128 |
+ <p class="info_title_text"><span class="c_e40000">*</span> 와이드 이미지 첨부 안내</p> |
|
| 129 |
+ <ul class="info_text"> |
|
| 130 |
+ <li>- 권장사이즈 : 800px * 600px</li> |
|
| 131 |
+ <li>- 파일형식 : jpg, png (최대 5MB)</li> |
|
| 132 |
+ <li>- 와이드 이미지 첨부시 메시지 내용은 최대 76자, 버튼 1개까지 입력할 수 있습니다.</li> |
|
| 133 |
+ </ul> |
|
| 134 |
+ <ul class="img_file_info_wrap"> |
|
| 135 |
+ <li> |
|
| 136 |
+ <button type="button" class="btnType btnType8 btn_img_upload">이미지 불러오기</button> |
|
| 137 |
+ <div class="img_file_wrap"> |
|
| 138 |
+ <p class="file_name file_none">이미지 없음</p> |
|
| 139 |
+ <button type="button" class="btn_del" onclick="buttonTypeDel(this);"><img src="/publish/images/btn_delete.png" alt=""></button> |
|
| 140 |
+ </div> |
|
| 141 |
+ </li> |
|
| 142 |
+ <li> |
|
| 143 |
+ <p>이미지 클릭시 이동할 URL</p> |
|
| 144 |
+ <input type="text" placeholder="(선택사항) https://" class="img_url"> |
|
| 145 |
+ </li> |
|
| 146 |
+ </ul> |
|
| 147 |
+ </div> |
|
| 234 | 148 |
</td> |
| 235 | 149 |
</tr> |
| 236 | 150 |
<tr> |
| 237 | 151 |
<th>광고포함 여부</th> |
| 238 | 152 |
<td> |
| 239 |
- <input type="radio" name="ad_yn" id="ad_Y"><label for="ad_Y">광고성 정보 |
|
| 240 |
- 포함</label> |
|
| 241 |
- <input type="radio" name="ad_yn" id="ad_N"><label for="ad_N">포함 안함</label> |
|
| 153 |
+ <input type="checkbox" name="ad_yn" id="ad_Y" style="margin:-4px 5px 0 0;" checked> |
|
| 154 |
+ <label for="ad_Y">광고성 정보 포함</label> |
|
| 242 | 155 |
</td> |
| 243 | 156 |
</tr> |
| 244 | 157 |
<tr> |
| 245 | 158 |
<th>내용</th> |
| 246 | 159 |
<td class="kakao_template_text"> |
| 247 | 160 |
<div class="put_left short"> |
| 248 |
- <input type="text" class="template_name" placeholder="템플릿명을 입력해주세요. (최대 50자)"> |
|
| 249 | 161 |
<div class="put_text_wrap"> |
| 250 | 162 |
<div class="ad_txt"> |
| 251 | 163 |
<p>(광고) munjaon</p> |
... | ... | @@ -253,7 +165,7 @@ |
| 253 | 165 |
<label for="textarea" class="label"></label> |
| 254 | 166 |
<textarea id="textarea" class="put_text" placeholder="내용을 입력해주세요."></textarea> |
| 255 | 167 |
<div class="text_length"> |
| 256 |
- <div> |
|
| 168 |
+ <div class="sub_ad_text"> |
|
| 257 | 169 |
<p>수신거부 : 홈 > 채널차단</p> |
| 258 | 170 |
</div> |
| 259 | 171 |
<div> |
... | ... | @@ -264,8 +176,7 @@ |
| 264 | 176 |
</div> |
| 265 | 177 |
<div class="put_right"> |
| 266 | 178 |
<div class="btn_popup_wrap"> |
| 267 |
- <button type="button" class="btnType btnType7" |
|
| 268 |
- onclick="miniPopup(this)">특수문자</button> |
|
| 179 |
+ <button type="button" class="btnType btnType7" onclick="miniPopup(this)">특수문자</button> |
|
| 269 | 180 |
<div class="send_miniPop spc_character"> |
| 270 | 181 |
<div class="tab_character"> |
| 271 | 182 |
<a href="#none" class="on">특수문자</a> |
... | ... | @@ -492,14 +403,11 @@ |
| 492 | 403 |
</div> |
| 493 | 404 |
</div> |
| 494 | 405 |
<!-- //그외 --> |
| 495 |
- <button type="button" class="btn_close" |
|
| 496 |
- onclick="miniPopup(this)">닫기</button> |
|
| 406 |
+ <button type="button" class="btn_close" onclick="miniPopup(this)">닫기</button> |
|
| 497 | 407 |
</div> |
| 498 | 408 |
</div> |
| 499 | 409 |
<div class="btn_popup_wrap convers_wrap"> |
| 500 |
- <button type="button" class="btnType btnType7" |
|
| 501 |
- onclick="miniPopup(this)">특정문구 일괄변환<i |
|
| 502 |
- class="qmMark"></i></button> |
|
| 410 |
+ <button type="button" class="btnType btnType7" onclick="miniPopup(this)">특정문구 일괄변환<i class="qmMark"></i></button> |
|
| 503 | 411 |
<div class="send_miniPop convers"> |
| 504 | 412 |
<div> |
| 505 | 413 |
<div class="convers_top"> |
... | ... | @@ -514,143 +422,138 @@ |
| 514 | 422 |
<a href="#">#{4}</a>
|
| 515 | 423 |
</div> |
| 516 | 424 |
</div> |
| 517 |
- <button type="button" class="btn_close" |
|
| 518 |
- onclick="miniPopup(this)">닫기</button> |
|
| 425 |
+ <button type="button" class="btn_close" onclick="miniPopup(this)">닫기</button> |
|
| 519 | 426 |
</div> |
| 520 | 427 |
</div> |
| 521 | 428 |
<div class="btn_popup_wrap spc_wrap"> |
| 522 |
- <button type="button" class="btnType btnType7" |
|
| 523 |
- onclick="miniPopup(this)">이모티콘</button> |
|
| 429 |
+ <button type="button" class="btnType btnType7" onclick="miniPopup(this)">이모티콘</button> |
|
| 524 | 430 |
<div class="send_miniPop spc_character kakao_emoticon"> |
| 525 | 431 |
<div class="cnt_character"> |
| 526 | 432 |
<div class="box_character"> |
| 527 |
- <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_001.png" alt="" /></a> |
|
| 528 |
- <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_002.png" alt="" /></a> |
|
| 529 |
- <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_003.png" alt="" /></a> |
|
| 530 |
- <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_004.png" alt="" /></a> |
|
| 531 |
- <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_005.png" alt="" /></a> |
|
| 532 |
- <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_006.png" alt="" /></a> |
|
| 533 |
- <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_007.png" alt="" /></a> |
|
| 534 |
- <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_008.png" alt="" /></a> |
|
| 535 |
- <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_009.png" alt="" /></a> |
|
| 536 |
- <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_010.png" alt="" /></a> |
|
| 537 |
- <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_011.png" alt="" /></a> |
|
| 538 |
- <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_012.png" alt="" /></a> |
|
| 539 |
- <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_013.png" alt="" /></a> |
|
| 540 |
- <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_014.png" alt="" /></a> |
|
| 541 |
- <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_015.png" alt="" /></a> |
|
| 542 |
- <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_016.png" alt="" /></a> |
|
| 543 |
- <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_017.png" alt="" /></a> |
|
| 544 |
- <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_018.png" alt="" /></a> |
|
| 545 |
- <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_019.png" alt="" /></a> |
|
| 546 |
- <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_020.png" alt="" /></a> |
|
| 547 |
- <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_021.png" alt="" /></a> |
|
| 548 |
- <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_022.png" alt="" /></a> |
|
| 549 |
- <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_023.png" alt="" /></a> |
|
| 550 |
- <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_024.png" alt="" /></a> |
|
| 551 |
- <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_025.png" alt="" /></a> |
|
| 552 |
- <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_026.png" alt="" /></a> |
|
| 553 |
- <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_027.png" alt="" /></a> |
|
| 554 |
- <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_028.png" alt="" /></a> |
|
| 555 |
- <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_029.png" alt="" /></a> |
|
| 556 |
- <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_030.png" alt="" /></a> |
|
| 557 |
- <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_031.png" alt="" /></a> |
|
| 558 |
- <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_032.png" alt="" /></a> |
|
| 559 |
- <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_033.png" alt="" /></a> |
|
| 560 |
- <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_034.png" alt="" /></a> |
|
| 561 |
- <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_035.png" alt="" /></a> |
|
| 562 |
- <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_036.png" alt="" /></a> |
|
| 563 |
- <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_037.png" alt="" /></a> |
|
| 564 |
- <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_038.png" alt="" /></a> |
|
| 565 |
- <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_039.png" alt="" /></a> |
|
| 566 |
- <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_040.png" alt="" /></a> |
|
| 567 |
- <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_041.png" alt="" /></a> |
|
| 568 |
- <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_042.png" alt="" /></a> |
|
| 569 |
- <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_043.png" alt="" /></a> |
|
| 570 |
- <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_044.png" alt="" /></a> |
|
| 571 |
- <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_045.png" alt="" /></a> |
|
| 572 |
- <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_046.png" alt="" /></a> |
|
| 573 |
- <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_047.png" alt="" /></a> |
|
| 574 |
- <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_048.png" alt="" /></a> |
|
| 575 |
- <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_049.png" alt="" /></a> |
|
| 576 |
- <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_050.png" alt="" /></a> |
|
| 577 |
- <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_051.png" alt="" /></a> |
|
| 578 |
- <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_052.png" alt="" /></a> |
|
| 579 |
- <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_053.png" alt="" /></a> |
|
| 580 |
- <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_054.png" alt="" /></a> |
|
| 581 |
- <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_055.png" alt="" /></a> |
|
| 582 |
- <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_056.png" alt="" /></a> |
|
| 583 |
- <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_057.png" alt="" /></a> |
|
| 584 |
- <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_058.png" alt="" /></a> |
|
| 585 |
- <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_059.png" alt="" /></a> |
|
| 586 |
- <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_060.png" alt="" /></a> |
|
| 587 |
- <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_061.png" alt="" /></a> |
|
| 588 |
- <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_062.png" alt="" /></a> |
|
| 589 |
- <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_063.png" alt="" /></a> |
|
| 590 |
- <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_064.png" alt="" /></a> |
|
| 591 |
- <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_065.png" alt="" /></a> |
|
| 592 |
- <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_066.png" alt="" /></a> |
|
| 593 |
- <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_067.png" alt="" /></a> |
|
| 594 |
- <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_068.png" alt="" /></a> |
|
| 595 |
- <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_069.png" alt="" /></a> |
|
| 596 |
- <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_070.png" alt="" /></a> |
|
| 597 |
- <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_071.png" alt="" /></a> |
|
| 598 |
- <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_072.png" alt="" /></a> |
|
| 599 |
- <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_073.png" alt="" /></a> |
|
| 600 |
- <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_074.png" alt="" /></a> |
|
| 601 |
- <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_075.png" alt="" /></a> |
|
| 602 |
- <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_076.png" alt="" /></a> |
|
| 603 |
- <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_077.png" alt="" /></a> |
|
| 604 |
- <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_078.png" alt="" /></a> |
|
| 605 |
- <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_079.png" alt="" /></a> |
|
| 606 |
- <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_080.png" alt="" /></a> |
|
| 607 |
- <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_081.png" alt="" /></a> |
|
| 608 |
- <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_082.png" alt="" /></a> |
|
| 609 |
- <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1001.png" alt="" /></a> |
|
| 610 |
- <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1002.png" alt="" /></a> |
|
| 611 |
- <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1003.png" alt="" /></a> |
|
| 612 |
- <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1004.png" alt="" /></a> |
|
| 613 |
- <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1005.png" alt="" /></a> |
|
| 614 |
- <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1006.png" alt="" /></a> |
|
| 615 |
- <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1007.png" alt="" /></a> |
|
| 616 |
- <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1008.png" alt="" /></a> |
|
| 617 |
- <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1009.png" alt="" /></a> |
|
| 618 |
- <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1010.png" alt="" /></a> |
|
| 619 |
- <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1011.png" alt="" /></a> |
|
| 620 |
- <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1012.png" alt="" /></a> |
|
| 621 |
- <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1013.png" alt="" /></a> |
|
| 622 |
- <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1014.png" alt="" /></a> |
|
| 623 |
- <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1015.png" alt="" /></a> |
|
| 624 |
- <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1016.png" alt="" /></a> |
|
| 625 |
- <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1017.png" alt="" /></a> |
|
| 626 |
- <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1018.png" alt="" /></a> |
|
| 627 |
- <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1019.png" alt="" /></a> |
|
| 628 |
- <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1020.png" alt="" /></a> |
|
| 629 |
- <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1021.png" alt="" /></a> |
|
| 630 |
- <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1022.png" alt="" /></a> |
|
| 631 |
- <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1023.png" alt="" /></a> |
|
| 632 |
- <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1024.png" alt="" /></a> |
|
| 633 |
- <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1025.png" alt="" /></a> |
|
| 634 |
- <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1026.png" alt="" /></a> |
|
| 635 |
- <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1027.png" alt="" /></a> |
|
| 636 |
- <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1028.png" alt="" /></a> |
|
| 637 |
- <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1029.png" alt="" /></a> |
|
| 638 |
- <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1030.png" alt="" /></a> |
|
| 639 |
- <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1031.png" alt="" /></a> |
|
| 640 |
- <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1032.png" alt="" /></a> |
|
| 641 |
- <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1033.png" alt="" /></a> |
|
| 642 |
- <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1034.png" alt="" /></a> |
|
| 643 |
- </div> |
|
| 433 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_001.png" alt="" /></a> |
|
| 434 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_002.png" alt="" /></a> |
|
| 435 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_003.png" alt="" /></a> |
|
| 436 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_004.png" alt="" /></a> |
|
| 437 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_005.png" alt="" /></a> |
|
| 438 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_006.png" alt="" /></a> |
|
| 439 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_007.png" alt="" /></a> |
|
| 440 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_008.png" alt="" /></a> |
|
| 441 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_009.png" alt="" /></a> |
|
| 442 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_010.png" alt="" /></a> |
|
| 443 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_011.png" alt="" /></a> |
|
| 444 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_012.png" alt="" /></a> |
|
| 445 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_013.png" alt="" /></a> |
|
| 446 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_014.png" alt="" /></a> |
|
| 447 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_015.png" alt="" /></a> |
|
| 448 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_016.png" alt="" /></a> |
|
| 449 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_017.png" alt="" /></a> |
|
| 450 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_018.png" alt="" /></a> |
|
| 451 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_019.png" alt="" /></a> |
|
| 452 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_020.png" alt="" /></a> |
|
| 453 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_021.png" alt="" /></a> |
|
| 454 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_022.png" alt="" /></a> |
|
| 455 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_023.png" alt="" /></a> |
|
| 456 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_024.png" alt="" /></a> |
|
| 457 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_025.png" alt="" /></a> |
|
| 458 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_026.png" alt="" /></a> |
|
| 459 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_027.png" alt="" /></a> |
|
| 460 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_028.png" alt="" /></a> |
|
| 461 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_029.png" alt="" /></a> |
|
| 462 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_030.png" alt="" /></a> |
|
| 463 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_031.png" alt="" /></a> |
|
| 464 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_032.png" alt="" /></a> |
|
| 465 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_033.png" alt="" /></a> |
|
| 466 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_034.png" alt="" /></a> |
|
| 467 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_035.png" alt="" /></a> |
|
| 468 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_036.png" alt="" /></a> |
|
| 469 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_037.png" alt="" /></a> |
|
| 470 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_038.png" alt="" /></a> |
|
| 471 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_039.png" alt="" /></a> |
|
| 472 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_040.png" alt="" /></a> |
|
| 473 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_041.png" alt="" /></a> |
|
| 474 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_042.png" alt="" /></a> |
|
| 475 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_043.png" alt="" /></a> |
|
| 476 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_044.png" alt="" /></a> |
|
| 477 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_045.png" alt="" /></a> |
|
| 478 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_046.png" alt="" /></a> |
|
| 479 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_047.png" alt="" /></a> |
|
| 480 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_048.png" alt="" /></a> |
|
| 481 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_049.png" alt="" /></a> |
|
| 482 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_050.png" alt="" /></a> |
|
| 483 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_051.png" alt="" /></a> |
|
| 484 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_052.png" alt="" /></a> |
|
| 485 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_053.png" alt="" /></a> |
|
| 486 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_054.png" alt="" /></a> |
|
| 487 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_055.png" alt="" /></a> |
|
| 488 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_056.png" alt="" /></a> |
|
| 489 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_057.png" alt="" /></a> |
|
| 490 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_058.png" alt="" /></a> |
|
| 491 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_059.png" alt="" /></a> |
|
| 492 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_060.png" alt="" /></a> |
|
| 493 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_061.png" alt="" /></a> |
|
| 494 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_062.png" alt="" /></a> |
|
| 495 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_063.png" alt="" /></a> |
|
| 496 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_064.png" alt="" /></a> |
|
| 497 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_065.png" alt="" /></a> |
|
| 498 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_066.png" alt="" /></a> |
|
| 499 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_067.png" alt="" /></a> |
|
| 500 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_068.png" alt="" /></a> |
|
| 501 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_069.png" alt="" /></a> |
|
| 502 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_070.png" alt="" /></a> |
|
| 503 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_071.png" alt="" /></a> |
|
| 504 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_072.png" alt="" /></a> |
|
| 505 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_073.png" alt="" /></a> |
|
| 506 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_074.png" alt="" /></a> |
|
| 507 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_075.png" alt="" /></a> |
|
| 508 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_076.png" alt="" /></a> |
|
| 509 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_077.png" alt="" /></a> |
|
| 510 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_078.png" alt="" /></a> |
|
| 511 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_079.png" alt="" /></a> |
|
| 512 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_080.png" alt="" /></a> |
|
| 513 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_081.png" alt="" /></a> |
|
| 514 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_082.png" alt="" /></a> |
|
| 515 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1001.png" alt="" /></a> |
|
| 516 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1002.png" alt="" /></a> |
|
| 517 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1003.png" alt="" /></a> |
|
| 518 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1004.png" alt="" /></a> |
|
| 519 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1005.png" alt="" /></a> |
|
| 520 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1006.png" alt="" /></a> |
|
| 521 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1007.png" alt="" /></a> |
|
| 522 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1008.png" alt="" /></a> |
|
| 523 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1009.png" alt="" /></a> |
|
| 524 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1010.png" alt="" /></a> |
|
| 525 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1011.png" alt="" /></a> |
|
| 526 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1012.png" alt="" /></a> |
|
| 527 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1013.png" alt="" /></a> |
|
| 528 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1014.png" alt="" /></a> |
|
| 529 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1015.png" alt="" /></a> |
|
| 530 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1016.png" alt="" /></a> |
|
| 531 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1017.png" alt="" /></a> |
|
| 532 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1018.png" alt="" /></a> |
|
| 533 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1019.png" alt="" /></a> |
|
| 534 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1020.png" alt="" /></a> |
|
| 535 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1021.png" alt="" /></a> |
|
| 536 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1022.png" alt="" /></a> |
|
| 537 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1023.png" alt="" /></a> |
|
| 538 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1024.png" alt="" /></a> |
|
| 539 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1025.png" alt="" /></a> |
|
| 540 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1026.png" alt="" /></a> |
|
| 541 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1027.png" alt="" /></a> |
|
| 542 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1028.png" alt="" /></a> |
|
| 543 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1029.png" alt="" /></a> |
|
| 544 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1030.png" alt="" /></a> |
|
| 545 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1031.png" alt="" /></a> |
|
| 546 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1032.png" alt="" /></a> |
|
| 547 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1033.png" alt="" /></a> |
|
| 548 |
+ <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1034.png" alt="" /></a> |
|
| 549 |
+ </div> |
|
| 644 | 550 |
</div> |
| 645 |
- <button type="button" class="btn_close" |
|
| 646 |
- onclick="miniPopup(this)">닫기</button> |
|
| 551 |
+ <button type="button" class="btn_close" onclick="miniPopup(this)">닫기</button> |
|
| 647 | 552 |
</div> |
| 648 | 553 |
</div> |
| 649 |
- <div class="btn_popup_wrap template_call_wrap"> |
|
| 650 |
- <button type="button" class="btnType btnType8" onclick="window.open('/publish/popup_friendtalk_template_choice.html','_blank','width=930, height=780, top=100, left=100, fullscreen=no, menubar=no, status=no, toolbar=no, titlebar=yes, location=no, scrollbars=yes')">템플릿 불러오기</button>
|
|
| 651 |
- </div> |
|
| 554 |
+ |
|
| 652 | 555 |
<div class="send_btnWrap"> |
| 653 |
- <button type="button" class="btnType btn_text_save">내용 저장하기</button> |
|
| 556 |
+ <button type="button" class="btnType btnType9 btn_text_save">템플릿 저장</button> |
|
| 654 | 557 |
<button type="button" class="btnType btnType9">초기화</button> |
| 655 | 558 |
</div> |
| 656 | 559 |
</div> |
... | ... | @@ -661,18 +564,11 @@ |
| 661 | 564 |
<td class="template_button"> |
| 662 | 565 |
<select name="" id="" class="select_gray_type template_button_select"> |
| 663 | 566 |
<option value="button_type_0">버튼타입 선택</option> |
| 664 |
- <option value="button_type_1">배송조회</option> |
|
| 665 | 567 |
<option value="button_type_2">웹링크</option> |
| 666 | 568 |
<option value="button_type_3">앱링크</option> |
| 667 |
- <option value="button_type_4">봇키워드</option> |
|
| 668 |
- <option value="button_type_5">메시지전달</option> |
|
| 669 |
- <option value="button_type_6">상담톡전환</option> |
|
| 670 |
- <option value="button_type_7">챗봇전환</option> |
|
| 671 | 569 |
</select> |
| 672 |
- <button type="button" class="btnType btnType6" |
|
| 673 |
- onclick="templateButtonAdd();">추가</button> |
|
| 674 |
- <p class="cf_text fwRg"><span class="c_e40000 fwBold">*</span> 버튼 타입중 <span class="c_e40000">봇키워드, 메시지전달</span>은 <span class="c_222">카카오톡 채널 관리자센터(https://center-pf.kakao.com)</span>에서 설정을 직접 한 후 |
|
| 675 |
- 이용하셔야 동작합니다. (최대 5개까지 등록가능)</p> |
|
| 570 |
+ <button type="button" class="btnType btnType6" onclick="templateButtonAdd();">추가</button> |
|
| 571 |
+ <!-- <p class="cf_text fwRg"><span class="c_e40000 fwBold">*</span> 버튼 타입중 <span class="c_e40000">봇키워드, 메시지전달</span>은 <span class="c_222">카카오톡 채널 관리자센터(https://center-pf.kakao.com)</span>에서 설정을 직접 한 후 이용하셔야 동작합니다. (최대 5개까지 등록가능)</p> --> |
|
| 676 | 572 |
<div class="button_add_wrap"> |
| 677 | 573 |
<!-- <dl class="button_type_wrap template_channel_add"> |
| 678 | 574 |
<dt>채널추가</dt> |
... | ... | @@ -733,11 +629,23 @@ |
| 733 | 629 |
<th>받는사람</th> |
| 734 | 630 |
<td class="putText"> |
| 735 | 631 |
<div class="clearfix receipt_num"> |
| 736 |
- <div class="receipt_num_top"> |
|
| 632 |
+ <div class="receipt_num_top" style="align-items:flex-start;"> |
|
| 737 | 633 |
<label for="" class="label">받는 번호입력</label> |
| 738 |
- <input type="text" placeholder="번호를 입력하세요" onfocus="this.placeholder=''" onblur="this.placeholder='번호를 입력하세요'" style="width:340px;"> |
|
| 739 |
- <button type="button" class="btnType btnType6">번호추가</button> |
|
| 740 |
- <span><span class="vMiddle">*</span> 중복번호는 한번만 발송됩니다.</span> |
|
| 634 |
+ <textarea name="callTo" id="callTo" cols="30" rows="10" class="receipt_num" placeholder="번호를 입력하세요" onfocus="this.placeholder=''" onblur="this.placeholder='번호를 입력하세요'" style="width:340px;height:66px;"></textarea> |
|
| 635 |
+ <div class="btn_popup_wrap"> |
|
| 636 |
+ <button type="button" class="btnType btnType6 btn_add_number addCallToF">번호추가<i class="qmMark"></i></button> |
|
| 637 |
+ <span style="display:block;margin:6px 0 0 0;"><span class="vMiddle">*</span> 중복번호는 한번만 추가됩니다.</span> |
|
| 638 |
+ <div class="error_hover_cont send_hover_cont"> |
|
| 639 |
+ <p>줄바꿈(Enter) 기준으로 핸드폰 번호 입력이 가능합니다.</p> |
|
| 640 |
+ <span> |
|
| 641 |
+ (예시)<br> |
|
| 642 |
+ 010-1234-0001↵<br> |
|
| 643 |
+ 010-1235-0002↵<br> |
|
| 644 |
+ 01012350003↵<br> |
|
| 645 |
+ 01012350004↵<br> |
|
| 646 |
+ </span> |
|
| 647 |
+ </div> |
|
| 648 |
+ </div> |
|
| 741 | 649 |
</div> |
| 742 | 650 |
<div class="receipt_num_midde"> |
| 743 | 651 |
<div class="listType list01"> |
... | ... | @@ -797,13 +705,6 @@ |
| 797 | 705 |
<div class="btn_popup_wrap"> |
| 798 | 706 |
<button type="button" data-tooltip="popup03" class="btnType btnType7 tab2">자주보내는 번호</button> |
| 799 | 707 |
</div> |
| 800 |
- <div class="btn_popup_wrap check_validity_wrap"> |
|
| 801 |
- <button type="button" class="btnType btnType7">오류 검사<i class="qmMark error_qm"></i></button> |
|
| 802 |
- <div class="error_hover_cont send_hover_cont"> |
|
| 803 |
- <p>등록하신 전화번호(형식 등)가 정확하게 입력되었는지 오류여부를 자동으로 검사할 수 있습니다.</p> |
|
| 804 |
- <span>(예시) 010-1234-0001(O),<br> 010-123-0001(X)</span> |
|
| 805 |
- </div> |
|
| 806 |
- </div> |
|
| 807 | 708 |
</div> |
| 808 | 709 |
</div> |
| 809 | 710 |
<div class="list_bottom clearfix"> |
... | ... | @@ -813,11 +714,10 @@ |
| 813 | 714 |
</div> |
| 814 | 715 |
<div class="list_bottom_right"> |
| 815 | 716 |
<p>총 <span class="c_e40000">120</span>건 / 중복 <span class="c_002c9a">9</span>건</p> |
| 816 |
- <button type="button" class="address_reg2">주소록에 등록</button> |
|
| 817 | 717 |
</div> |
| 818 | 718 |
</div> |
| 819 | 719 |
</div> |
| 820 |
- |
|
| 720 |
+ |
|
| 821 | 721 |
</td> |
| 822 | 722 |
</tr> |
| 823 | 723 |
<tr> |
... | ... | @@ -836,8 +736,7 @@ |
| 836 | 736 |
</div> |
| 837 | 737 |
<div class="pay_type clearfix"> |
| 838 | 738 |
<div> |
| 839 |
- <input type="radio" id="radio_bill_1" name="radio_bill" |
|
| 840 |
- checked="checked"> |
|
| 739 |
+ <input type="radio" id="radio_bill_1" name="radio_bill" checked="checked"> |
|
| 841 | 740 |
<label for="radio_bill_1">보유잔액</label> |
| 842 | 741 |
<label for="userMoney" class="label">보유잔액</label> |
| 843 | 742 |
<input type="text" id="userMoney" name="userMoney" value="0" readonly=""> |
... | ... | @@ -851,7 +750,8 @@ |
| 851 | 750 |
</tr> |
| 852 | 751 |
<tr> |
| 853 | 752 |
<th colspan="2" class="replace_send_th"> |
| 854 |
- <div class="title_th"><p>대체문자</p> |
|
| 753 |
+ <div class="title_th"> |
|
| 754 |
+ <p>대체문자</p> |
|
| 855 | 755 |
<input type="checkbox" id="send_fail_check" class="send_fail_check"><label for="send_fail_check">친구톡 전송 실패 시 문자 전송</label> |
| 856 | 756 |
</div> |
| 857 | 757 |
<div class="replace_send_wrap"> |
... | ... | @@ -871,15 +771,6 @@ |
| 871 | 771 |
</td> |
| 872 | 772 |
</tr> |
| 873 | 773 |
<tr> |
| 874 |
- <th>제목</th> |
|
| 875 |
- <td> |
|
| 876 |
- <input id="title_y" type="radio" name="title_yn"> |
|
| 877 |
- <label for="title_y">사용</label> |
|
| 878 |
- <input id="title_n" type="radio" name="title_yn" checked="checked"> |
|
| 879 |
- <label for="title_n">사용안함</label> |
|
| 880 |
- </td> |
|
| 881 |
- </tr> |
|
| 882 |
- <tr> |
|
| 883 | 774 |
<th>내용</th> |
| 884 | 775 |
<td class="putText"> |
| 885 | 776 |
<div class="clearfix"> |
... | ... | @@ -896,274 +787,14 @@ |
| 896 | 787 |
</span> |
| 897 | 788 |
<span class="c_002c9a fwMd" id="limitLeng">90</span>byte |
| 898 | 789 |
</p> |
| 899 |
- <span |
|
| 900 |
- class="msg_com msg_short">단문</span> |
|
| 790 |
+ <span class="msg_com msg_short">단문</span> |
|
| 901 | 791 |
</div> |
| 902 | 792 |
</div> |
| 903 | 793 |
</div> |
| 904 | 794 |
<div class="put_right"> |
| 905 |
- <div class="btn_popup_wrap spc_wrap"> |
|
| 906 |
- <button type="button" class="btnType btnType7" onclick="miniPopup(this)">특수문자</button> |
|
| 907 |
- <div class="send_miniPop spc_character"> |
|
| 908 |
- <div class="tab_character"> |
|
| 909 |
- <a href="#none" class="on">특수문자</a> |
|
| 910 |
- <a href="#none">웃음</a> |
|
| 911 |
- <a href="#none">슬픔</a> |
|
| 912 |
- <a href="#none">분노</a> |
|
| 913 |
- <a href="#none">사랑</a> |
|
| 914 |
- <a href="#none">그외</a> |
|
| 915 |
- </div> |
|
| 916 |
- <!-- 특수문자 --> |
|
| 917 |
- <div class="cnt_character on"> |
|
| 918 |
- <div class="box_character"> |
|
| 919 |
- <a href="#">※</a> |
|
| 920 |
- <a href="#">☆</a> |
|
| 921 |
- <a href="#">★</a> |
|
| 922 |
- <a href="#">○</a> |
|
| 923 |
- <a href="#">●</a> |
|
| 924 |
- <a href="#">◎</a> |
|
| 925 |
- <a href="#">◇</a> |
|
| 926 |
- <a href="#">◆</a> |
|
| 927 |
- <a href="#">□</a> |
|
| 928 |
- <a href="#">■</a> |
|
| 929 |
- <a href="#">△</a> |
|
| 930 |
- <a href="#">▲</a> |
|
| 931 |
- <a href="#">▽</a> |
|
| 932 |
- <a href="#">▼</a> |
|
| 933 |
- <a href="#">→</a> |
|
| 934 |
- <a href="#">←</a> |
|
| 935 |
- <a href="#">↑</a> |
|
| 936 |
- <a href="#">↓</a> |
|
| 937 |
- <a href="#">↔</a> |
|
| 938 |
- <a href="#">〓</a> |
|
| 939 |
- <a href="#">◁</a> |
|
| 940 |
- <a href="#">♪</a> |
|
| 941 |
- <a href="#">◀</a> |
|
| 942 |
- <a href="#">▷</a> |
|
| 943 |
- <a href="#">▶</a> |
|
| 944 |
- <a href="#">♤</a> |
|
| 945 |
- <a href="#">♠</a> |
|
| 946 |
- <a href="#">♡</a> |
|
| 947 |
- <a href="#">♥</a> |
|
| 948 |
- <a href="#">♧</a> |
|
| 949 |
- <a href="#">♣</a> |
|
| 950 |
- <a href="#">⊙</a> |
|
| 951 |
- <a href="#">◈</a> |
|
| 952 |
- <a href="#">▣</a> |
|
| 953 |
- <a href="#">◐</a> |
|
| 954 |
- <a href="#">◑</a> |
|
| 955 |
- <a href="#">▒</a> |
|
| 956 |
- <a href="#">▦</a> |
|
| 957 |
- <a href="#">♨</a> |
|
| 958 |
- <a href="#">☏</a> |
|
| 959 |
- <a href="#">☎</a> |
|
| 960 |
- <a href="#">☞</a> |
|
| 961 |
- <a href="#">☜</a> |
|
| 962 |
- <a href="#">㈜</a> |
|
| 963 |
- <a href="#">™</a> |
|
| 964 |
- <a href="#">℡</a> |
|
| 965 |
- <a href="#">ㆀ</a> |
|
| 966 |
- <a href="#">ε</a> |
|
| 967 |
- <a href="#">『</a> |
|
| 968 |
- <a href="#">』</a> |
|
| 969 |
- <a href="#">ⓛ</a> |
|
| 970 |
- <a href="#">∏</a> |
|
| 971 |
- <a href="#">ご</a> |
|
| 972 |
- <a href="#">♂</a> |
|
| 973 |
- <a href="#">↗</a> |
|
| 974 |
- <a href="#">↙</a> |
|
| 975 |
- <a href="#">↖</a> |
|
| 976 |
- <a href="#">↘</a> |
|
| 977 |
- <a href="#">ψ</a> |
|
| 978 |
- </div> |
|
| 979 |
- </div> |
|
| 980 |
- <!-- //특수문자 --> |
|
| 981 |
- |
|
| 982 |
- <!-- 웃음 --> |
|
| 983 |
- <div |
|
| 984 |
- class="cnt_character emt_character"> |
|
| 985 |
- <div class="box_character"> |
|
| 986 |
- <a href="#">⌒⌒</a> |
|
| 987 |
- <a href="#">^_^</a> |
|
| 988 |
- <a href="#">^0^</a> |
|
| 989 |
- <a href="#">s( ̄▽ ̄)/</a> |
|
| 990 |
- <a href="#">(/^^)/</a> |
|
| 991 |
- <a href="#">^o^~♬</a> |
|
| 992 |
- <a href="#">^.~</a> |
|
| 993 |
- <a href="#">^-^b</a> |
|
| 994 |
- <a href="#">^▽^</a> |
|
| 995 |
- <a href="#">^ε^</a> |
|
| 996 |
- <a href="#">(^^)γ</a> |
|
| 997 |
- <a href="#">(~^^)~</a> |
|
| 998 |
- <a href="#">☆(~.^)/</a> |
|
| 999 |
- <a href="#">(*^o^*)</a> |
|
| 1000 |
- <a href="#">n_n</a> |
|
| 1001 |
- <a href="#">↖(^▽^)↗</a> |
|
| 1002 |
- <a href="#">( ̄∇ ̄)</a> |
|
| 1003 |
- <a href="#">(*^.^)♂</a> |
|
| 1004 |
- <a href="#">*^^*</a> |
|
| 1005 |
- <a href="#">ㅎ.ㅎ</a> |
|
| 1006 |
- <a href="#">=^.^=</a> |
|
| 1007 |
- <a href="#">^▽^</a> |
|
| 1008 |
- <a href="#">~_~</a> |
|
| 1009 |
- <a href="#">(=^▽^)/♪</a> |
|
| 1010 |
- </div> |
|
| 1011 |
- </div> |
|
| 1012 |
- <!-- //웃음 --> |
|
| 1013 |
- |
|
| 1014 |
- <!-- 슬픔 --> |
|
| 1015 |
- <div |
|
| 1016 |
- class="cnt_character emt_character"> |
|
| 1017 |
- <div class="box_character"> |
|
| 1018 |
- <a href="#">(づ_T)</a> |
|
| 1019 |
- <a href="#">(ㅠ.ㅠ)</a> |
|
| 1020 |
- <a href="#">(#_-)</a> |
|
| 1021 |
- <a href="#">o(T^T)o</a> |
|
| 1022 |
- <a href="#">ㅠ.ㅠ</a> |
|
| 1023 |
- <a href="#">(-_-メ)</a> |
|
| 1024 |
- <a href="#">Y.Y</a> |
|
| 1025 |
- <a href="#">TmT</a> |
|
| 1026 |
- <a href="#">ご.ご</a> |
|
| 1027 |
- <a href="#">(=_=;)</a> |
|
| 1028 |
- <a href="#">⊇.⊆</a> |
|
| 1029 |
- <a href="#">(o_Φ)</a> |
|
| 1030 |
- <a href="#">∋.∈</a> |
|
| 1031 |
- <a href="#">(___)_</a> |
|
| 1032 |
- <a href="#">(-.¥)</a> |
|
| 1033 |
- <a href="#">@_O</a> |
|
| 1034 |
- <a href="#">●⊙</a> |
|
| 1035 |
- <a href="#">(♨_♨)</a> |
|
| 1036 |
- <a href="#">(X_X)</a> |
|
| 1037 |
- <a href="#">Θ_Θ</a> |
|
| 1038 |
- <a href="#">(∏.∏)</a> |
|
| 1039 |
- <a href="#">(づ_ど)</a> |
|
| 1040 |
- <a href="#">( ̄^ ̄)</a> |
|
| 1041 |
- </div> |
|
| 1042 |
- </div> |
|
| 1043 |
- <!-- //슬픔 --> |
|
| 1044 |
- |
|
| 1045 |
- <!-- 분노 --> |
|
| 1046 |
- <div |
|
| 1047 |
- class="cnt_character emt_character"> |
|
| 1048 |
- <div class="box_character"> |
|
| 1049 |
- <a href="#">Θ_Θ</a> |
|
| 1050 |
- <a href="#">=-_-a</a> |
|
| 1051 |
- <a href="#">('o')</a>
|
|
| 1052 |
- <a href="#">(`へ´)</a> |
|
| 1053 |
- <a href="#">(-ヘㅡメ)凸</a> |
|
| 1054 |
- <a href="#">⊙⊙ㆀ</a> |
|
| 1055 |
- <a href="#">⊙.⊙</a> |
|
| 1056 |
- <a href="#">ㅡㅡ+</a> |
|
| 1057 |
- <a href="#">(`o´)y</a> |
|
| 1058 |
- <a href="#">づºДº)つ</a> |
|
| 1059 |
- <a href="#">O_O</a> |
|
| 1060 |
- <a href="#">(@.@)</a> |
|
| 1061 |
- <a href="#">★.★</a> |
|
| 1062 |
- <a href="#">(;¬_¬)</a> |
|
| 1063 |
- <a href="#">┏(;-_-)┛</a> |
|
| 1064 |
- <a href="#">┏(-_-メ)┓</a> |
|
| 1065 |
- <a href="#">(><ㆀ)/</a> |
|
| 1066 |
- <a href="#">--メ凸</a> |
|
| 1067 |
- <a href="#">(`_)乂(_′)</a> |
|
| 1068 |
- <a href="#">(-_-)c+_=)</a> |
|
| 1069 |
- </div> |
|
| 1070 |
- </div> |
|
| 1071 |
- <!-- //분노 --> |
|
| 1072 |
- |
|
| 1073 |
- <!-- 사랑 --> |
|
| 1074 |
- <div |
|
| 1075 |
- class="cnt_character emt_character"> |
|
| 1076 |
- <div class="box_character"> |
|
| 1077 |
- <a href="#">♥.♥</a> |
|
| 1078 |
- <a href="#">^o^~♬</a> |
|
| 1079 |
- <a href="#">(*^}{^*)</a>
|
|
| 1080 |
- <a href="#">ⓛⓞⓥⓔ</a> |
|
| 1081 |
- <a href="#">(*_*)</a> |
|
| 1082 |
- <a href="#">(♡.♡)</a> |
|
| 1083 |
- <a href="#">ε♡₃ε♥</a> |
|
| 1084 |
- <a href="#">(*..)(..*)</a> |
|
| 1085 |
- <a href="#">(~.^)s</a> |
|
| 1086 |
- <a href="#">☞♡☜</a> |
|
| 1087 |
- <a href="#">*♥o♥*</a> |
|
| 1088 |
- <a href="#">(/^o^)/♡</a> |
|
| 1089 |
- <a href="#">@-m-m--</a> |
|
| 1090 |
- <a href="#">=>>------▷♡</a> |
|
| 1091 |
- <a href="#">(*^^)σ(^_^)</a> |
|
| 1092 |
- <a href="#">(*^-^)♡(^o^*)</a> |
|
| 1093 |
- <a href="#">(づ^.^)づ~♡</a> |
|
| 1094 |
- <a href="#">\(*^▽^*)ノ</a> |
|
| 1095 |
- <a href="#">*⌒З^)^.⌒*)</a> |
|
| 1096 |
- <a href="#">(づ ̄³ ̄)づ~</a> |
|
| 1097 |
- <a href="#">(づ ̄³ ̄)づ</a> |
|
| 1098 |
- <a href="#">(^*^)kiss</a> |
|
| 1099 |
- <a href="#">(*'-⌒*)ⓥ</a> |
|
| 1100 |
- <a href="#">s( ̄▽ ̄)/</a> |
|
| 1101 |
- </div> |
|
| 1102 |
- </div> |
|
| 1103 |
- <!-- //사랑 --> |
|
| 1104 |
- |
|
| 1105 |
- <!-- 그외 --> |
|
| 1106 |
- <div |
|
| 1107 |
- class="cnt_character emt_character emt_etc "> |
|
| 1108 |
- <div class="box_character"> |
|
| 1109 |
- <a href="#"><:3)--</a> |
|
| 1110 |
- <a href="#">(^(oo)^)</a> |
|
| 1111 |
- <a href="#">(:::[</a> |
|
| 1112 |
- <a href="#">]:::)</a> |
|
| 1113 |
- <a href="#">[( ̄. ̄)]zZ</a> |
|
| 1114 |
- <a href="#">(``)(``)</a> |
|
| 1115 |
- <a href="#">(T(oo)T)</a> |
|
| 1116 |
- <a href="#">(^.^)=O)#.#)</a> |
|
| 1117 |
- <a href="#">?‥…─━★</a> |
|
| 1118 |
- <a href="#">(__)zzz</a> |
|
| 1119 |
- <a href="#">(=ㅅ)=333</a> |
|
| 1120 |
- <a href="#"><(>.<ㆀ)></a> |
|
| 1121 |
- <a href="#">>(/////)<</a> |
|
| 1122 |
- <a href="#">((ど(</a> |
|
| 1123 |
- <a href="#">^0^</a> |
|
| 1124 |
- <a href="#">)つ))</a> |
|
| 1125 |
- <a href="#">■■■■■□90%</a> |
|
| 1126 |
- <a href="#">( ̄_ ̄>-(^▽^;)</a> |
|
| 1127 |
- <a href="#">∑⊙)++333=◀</a> |
|
| 1128 |
- <a href="#">(ノ^_^)ノ~~⑩</a> |
|
| 1129 |
- <a href="#">(^▽^)/\(^_^)</a> |
|
| 1130 |
- <a href="#">(*.*)@==(`.`)</a> |
|
| 1131 |
- <a href="#">(っㅡㅡ)つ━●</a> |
|
| 1132 |
- <a href="#">(``)(</a> |
|
| 1133 |
- <a href="#">:)(..)(:</a> |
|
| 1134 |
- <a href="#">(``)</a> |
|
| 1135 |
- </div> |
|
| 1136 |
- </div> |
|
| 1137 |
- <!-- //그외 --> |
|
| 1138 |
- <button type="button" class="btn_close" onclick="miniPopup(this)">닫기</button> |
|
| 1139 |
- </div> |
|
| 1140 |
- </div> |
|
| 1141 |
- <div class="btn_popup_wrap convers_wrap"> |
|
| 1142 |
- <button type="button" class="btnType btnType7" onclick="miniPopup(this)">특정문구 일괄변환<i class="qmMark"></i></button> |
|
| 1143 |
- <div class="send_miniPop convers"> |
|
| 1144 |
- <div> |
|
| 1145 |
- <div class="convers_top"> |
|
| 1146 |
- <span>특정문구 일괄변환이란?</span> |
|
| 1147 |
- <p>주소록, 엑셀에 입력된 내용을 이용해 수신자마다 다른 |
|
| 1148 |
- 내용의 메시지를 발송하는 기능</p> |
|
| 1149 |
- </div> |
|
| 1150 |
- <div class="convers_middle"><a |
|
| 1151 |
- href="#">#{이름}</a></div>
|
|
| 1152 |
- <div class="convers_bottom"> |
|
| 1153 |
- <a href="#">#{1}</a>
|
|
| 1154 |
- <a href="#">#{2}</a>
|
|
| 1155 |
- <a href="#">#{3}</a>
|
|
| 1156 |
- <a href="#">#{4}</a>
|
|
| 1157 |
- </div> |
|
| 1158 |
- </div> |
|
| 1159 |
- <button type="button" class="btn_close" onclick="miniPopup(this)">닫기</button> |
|
| 1160 |
- </div> |
|
| 1161 |
- </div> |
|
| 1162 |
- <button type="button" class="btnType btnType7">내문자함</button> |
|
| 1163 |
- <button type="button" class="btnType btnType8" onclick="showPotoediter();">이미지 불러오기</button> |
|
| 795 |
+ <button type="button" class="btnType btnType7" onclick="javascript:fn_errorChk(); return false;">오류검사<i class="qmMark"></i></button> |
|
| 1164 | 796 |
<div class="send_btnWrap"> |
| 1165 |
- <button type="button" class="btnType btnType9">문자저장</button> |
|
| 1166 |
- <button type="button" class="btnType btnType9">초기화</button> |
|
| 797 |
+ <button type="button" class="btnType btnType9" style="width:100%;">초기화</button> |
|
| 1167 | 798 |
</div> |
| 1168 | 799 |
</div> |
| 1169 | 800 |
|
... | ... | @@ -1182,24 +813,30 @@ |
| 1182 | 813 |
<div class="send_right"> |
| 1183 | 814 |
<div class="phone"> |
| 1184 | 815 |
<div class="phoneIn"> |
| 1185 |
- <p class="prev_p"><img src="/publish/images/content/kakao_prev_icon.png" |
|
| 1186 |
- alt="">@munjaon</p> |
|
| 816 |
+ <p class="prev_p"><img src="/publish/images/content/kakao_prev_icon.png" alt="">@munjaon</p> |
|
| 1187 | 817 |
<!-- 텍스트 미리보기 --> |
| 1188 | 818 |
<div class="text_preview"> |
| 1189 | 819 |
<p class="friend_talk_title"><span>(광고)</span> munjaon</p> |
| 1190 | 820 |
<div class="allimtalk_content"> |
| 1191 |
- <div class="kakao_image"><img src="/publish/images/content/friend_talk_img.png" alt=""></div> |
|
| 821 |
+ <div class="kakao_image"><img src="/publish/images/content/kakao_img_basic.jpg" alt="" style="display:none;"></div> |
|
| 1192 | 822 |
<p class="template_text">홍길동 고객님 안녕하세요. |
| 1193 | 823 |
문자온입니다. |
| 1194 | 824 |
문자온에서는 재결제 고객님들께 다양한 이벤트를 준비하였으니, 방문하셔서 혜택 놓치지 마세요.</p> |
| 1195 |
- <button type="button" class="btn_kakao_type">문자온 바로가기</button> |
|
| 825 |
+ <button type="button" class="btn_kakao_type">문자온 바로가기</button> |
|
| 1196 | 826 |
</div> |
| 1197 | 827 |
<p class="kakao_block_text">수신거부 : 홈 > 채널차단</p> |
| 1198 | 828 |
</div> |
| 1199 | 829 |
<!-- //텍스트 미리보기 --> |
| 1200 | 830 |
</div> |
| 1201 | 831 |
<p class="addText">※ 단말기 설정에 따라 다르게 보일 수 있습니다<p> |
| 1202 |
- |
|
| 832 |
+ <div class="preview_util"> |
|
| 833 |
+ <button type="button" id="btnFirst" disabled="disabled"><img src="/publish/images/content/page_first.png"></button> |
|
| 834 |
+ <button type="button" id="btnPrev" data-index="0" disabled="disabled"><img src="/publish/images/content/page_prev.png"></button> |
|
| 835 |
+ <p>미리보기</p> |
|
| 836 |
+ <button type="button" id="btnNext" data-index="1" disabled="disabled"><img src="/publish/images/content/page_next.png"></button> |
|
| 837 |
+ <button type="button" id="btnLast" disabled="disabled"><img src="/publish/images/content/page_last.png"></button> |
|
| 838 |
+ </div> |
|
| 839 |
+ |
|
| 1203 | 840 |
</div> |
| 1204 | 841 |
<div class="phone_bottom"> |
| 1205 | 842 |
<div class="send_rev"> |
... | ... | @@ -1276,8 +913,8 @@ |
| 1276 | 913 |
</div> |
| 1277 | 914 |
<!--// content 영역 --> |
| 1278 | 915 |
<!-- footer --> |
| 1279 |
- <div data-include-path="/publish/layout/_footer.html"></div> |
|
| 1280 |
- <!--// footer 영역 --> |
|
| 916 |
+ <div data-include-path="/publish/layout/_footer.html"></div> |
|
| 917 |
+ <!--// footer 영역 --> |
|
| 1281 | 918 |
</body> |
| 1282 | 919 |
|
| 1283 | 920 |
</html>(No newline at end of file) |
--- src/main/webapp/publish/layout/_header.html
+++ src/main/webapp/publish/layout/_header.html
... | ... | @@ -1,225 +1,412 @@ |
| 1 |
- <div class="mask"></div> |
|
| 2 |
- <!-- skip 메뉴 --> |
|
| 3 |
- <div class="skip_menu"> |
|
| 4 |
- <a href="#cont" title="본문 바로가기" class="contGo">본문 바로가기</a> |
|
| 5 |
- </div> |
|
| 6 |
- <!--// skip 메뉴 --> |
|
| 1 |
+<div class="mask"></div> |
|
| 2 |
+<!-- skip 메뉴 --> |
|
| 3 |
+<div class="skip_menu"> |
|
| 4 |
+ <a href="#cont" title="본문 바로가기" class="contGo">본문 바로가기</a> |
|
| 5 |
+</div> |
|
| 6 |
+<!--// skip 메뉴 --> |
|
| 7 | 7 |
|
| 8 |
- <!-- quick 메뉴 --> |
|
| 9 |
- <div class="quickMenu"> |
|
| 10 |
- <div> |
|
| 11 |
- <p class="quick_title">QUICK<br>MENU</p> |
|
| 12 |
- <p class="quick_title2">QUICK</p> |
|
| 13 |
- <ul class="quickMenuIn"> |
|
| 14 |
- <li id="quickPayGuide"> |
|
| 15 |
- <a href="/web/mjon/custom/selectMsgCustomView.do"><i class="quick4"></i><span>맞춤제작</span></a> |
|
| 16 |
- <div class="hover_cont">맞춤제작</div> |
|
| 17 |
- </li> |
|
| 18 |
- <li> |
|
| 19 |
- <a href="/web/mjon/addr/selectAddrList.do"><i class="quick10"></i><span>주소록 관리</span></a> |
|
| 20 |
- <div class="hover_cont">주소록 관리</div> |
|
| 21 |
- </li> |
|
| 22 |
- <li> |
|
| 23 |
- <a href="/web/user/sendNumberManage.do"><i class="quick5"></i><span>발신번호 관리</span></a> |
|
| 24 |
- <div class="hover_cont">발신번호 관리</div> |
|
| 25 |
- </li> |
|
| 26 |
- <li> |
|
| 27 |
- <a href="/web/mjon/msgdata/excel/selectMsgExcelDataView.do"><i class="quick6"></i><span>엑셀 대량전송</span></a> |
|
| 28 |
- <div class="hover_cont">엑셀 대량전송</div> |
|
| 29 |
- </li> |
|
| 30 |
- <li> |
|
| 31 |
- <a href="/web/api/intrdView.do"><i class="quick7"></i><span>문자연동</span></a> |
|
| 32 |
- <div class="hover_cont">문자연동</div> |
|
| 33 |
- </li> |
|
| 34 |
- <li> |
|
| 35 |
- <a href="/web/member/pay/PayList.do"><i class="quick8"></i><span>결제관리</span></a> |
|
| 36 |
- <div class="hover_cont">결제관리</div> |
|
| 37 |
- </li> |
|
| 38 |
- <li> |
|
| 39 |
- <a href="/web/member/pay/BillPub.do"><i class="quick9"></i><span>세금계산서</span></a> |
|
| 40 |
- <div class="hover_cont">세금계산서</div> |
|
| 41 |
- </li> |
|
| 42 |
- <li class="cscenter"> |
|
| 43 |
- <a href="/web/cop/bbs/NoticeList.do"><i class="quick11"></i><span>고객센터</span></a> |
|
| 44 |
- <div class="hover_cont"> |
|
| 45 |
- <div class="title">고객센터</div> |
|
| 46 |
- <div class="number">1551-8011</div> |
|
| 47 |
- <ul class="info"> |
|
| 48 |
- <li>· 월~금 : 09:30 ~ 18:30</li> |
|
| 49 |
- <li>· 점심시간 : 13:00 ~ 14:00</li> |
|
| 50 |
- <li>· 토, 일요일 및 법정공휴일 휴무</li> |
|
| 51 |
- </ul> |
|
| 52 |
- <div class="cskakao"> |
|
| 53 |
- <a href="http://pf.kakao.com/_PxoTtb/chat" class="kakao" target="_blank">카톡 상담</a> |
|
| 54 |
- <a href="javascript:void(0);" class="remote">원격지원</a> |
|
| 55 |
- </div> |
|
| 8 |
+<!-- quick 메뉴 --> |
|
| 9 |
+<div class="quickMenu"> |
|
| 10 |
+ <div> |
|
| 11 |
+ <p class="quick_title">QUICK<br>MENU</p> |
|
| 12 |
+ <p class="quick_title2">QUICK</p> |
|
| 13 |
+ <ul class="quickMenuIn"> |
|
| 14 |
+ <li id="quickPayGuide"> |
|
| 15 |
+ <a href="/web/mjon/custom/selectMsgCustomView.do"><i class="quick4"></i><span>맞춤제작</span></a> |
|
| 16 |
+ <div class="hover_cont">맞춤제작</div> |
|
| 17 |
+ </li> |
|
| 18 |
+ <li> |
|
| 19 |
+ <a href="/web/mjon/addr/selectAddrList.do"><i class="quick10"></i><span>주소록 관리</span></a> |
|
| 20 |
+ <div class="hover_cont">주소록 관리</div> |
|
| 21 |
+ </li> |
|
| 22 |
+ <li> |
|
| 23 |
+ <a href="/web/user/sendNumberManage.do"><i class="quick5"></i><span>발신번호 관리</span></a> |
|
| 24 |
+ <div class="hover_cont">발신번호 관리</div> |
|
| 25 |
+ </li> |
|
| 26 |
+ <li> |
|
| 27 |
+ <a href="/web/mjon/msgdata/excel/selectMsgExcelDataView.do"><i class="quick6"></i><span>엑셀 대량전송</span></a> |
|
| 28 |
+ <div class="hover_cont">엑셀 대량전송</div> |
|
| 29 |
+ </li> |
|
| 30 |
+ <li> |
|
| 31 |
+ <a href="/web/api/intrdView.do"><i class="quick7"></i><span>문자연동</span></a> |
|
| 32 |
+ <div class="hover_cont">문자연동</div> |
|
| 33 |
+ </li> |
|
| 34 |
+ <li> |
|
| 35 |
+ <a href="/web/member/pay/PayList.do"><i class="quick8"></i><span>결제관리</span></a> |
|
| 36 |
+ <div class="hover_cont">결제관리</div> |
|
| 37 |
+ </li> |
|
| 38 |
+ <li> |
|
| 39 |
+ <a href="/web/member/pay/BillPub.do"><i class="quick9"></i><span>세금계산서</span></a> |
|
| 40 |
+ <div class="hover_cont">세금계산서</div> |
|
| 41 |
+ </li> |
|
| 42 |
+ <li class="cscenter"> |
|
| 43 |
+ <a href="/web/cop/bbs/NoticeList.do"><i class="quick11"></i><span>고객센터</span></a> |
|
| 44 |
+ <div class="hover_cont"> |
|
| 45 |
+ <div class="title">고객센터</div> |
|
| 46 |
+ <div class="number">1551-8011</div> |
|
| 47 |
+ <ul class="info"> |
|
| 48 |
+ <li>· 월~금 : 09:30 ~ 18:30</li> |
|
| 49 |
+ <li>· 점심시간 : 13:00 ~ 14:00</li> |
|
| 50 |
+ <li>· 토, 일요일 및 법정공휴일 휴무</li> |
|
| 51 |
+ </ul> |
|
| 52 |
+ <div class="cskakao"> |
|
| 53 |
+ <a href="http://pf.kakao.com/_PxoTtb/chat" class="kakao" target="_blank">카톡 상담</a> |
|
| 54 |
+ <a href="javascript:void(0);" class="remote">원격지원</a> |
|
| 56 | 55 |
</div> |
| 57 |
- </li> |
|
| 56 |
+ </div> |
|
| 57 |
+ </li> |
|
| 58 |
+ </ul> |
|
| 59 |
+ <button type="button" class="goTop" title="맨 위로 이동">TOP<i></i></button> |
|
| 60 |
+ </div> |
|
| 61 |
+ <div class="quick_kakaobtn main"><a href="http://pf.kakao.com/_PxoTtb/chat" target="_blank">카카오톡 상담</a></div> |
|
| 62 |
+</div> |
|
| 63 |
+<!--// quick 메뉴 --> |
|
| 64 |
+ |
|
| 65 |
+ |
|
| 66 |
+<!-- header 영역 --> |
|
| 67 |
+<header id="header" class="header"> |
|
| 68 |
+ |
|
| 69 |
+ <!-- header top 영역 --> |
|
| 70 |
+ <div class="header_top"> |
|
| 71 |
+ <div class="inner"> |
|
| 72 |
+ <ul class="menu_left"> |
|
| 73 |
+ <li><a href="#"><i class="hdTop_fav"></i>즐겨찾기추가</a></li> |
|
| 74 |
+ <li><a href="/publish/member_info_change_company.html"><i class="hdTop_mypage"></i>마이페이지</a></li> |
|
| 75 |
+ <li><a href="#"><i class="hdTop_center"></i>1:1 문의</a></li> |
|
| 58 | 76 |
</ul> |
| 59 |
- <button type="button" class="goTop" title="맨 위로 이동">TOP<i></i></button> |
|
| 77 |
+ <ul class="menu_right"> |
|
| 78 |
+ <li><a href="#">충전하기</a></li> |
|
| 79 |
+ <li class="SortLine"><a href="#">요금안내</a></li> |
|
| 80 |
+ <li class="SortLine"><a href="#">이용안내</a></li> |
|
| 81 |
+ <li class="SortLine"><a href="#">고객센터</a></li> |
|
| 82 |
+ <li class="SortLine"><a href="#">불편신고</a></li> |
|
| 83 |
+ </ul> |
|
| 60 | 84 |
</div> |
| 61 |
- <div class="quick_kakaobtn main"><a href="http://pf.kakao.com/_PxoTtb/chat" target="_blank">카카오톡 상담</a></div> |
|
| 62 | 85 |
</div> |
| 63 |
- <!--// quick 메뉴 --> |
|
| 86 |
+ <!-- header top 영역 --> |
|
| 64 | 87 |
|
| 65 |
- |
|
| 66 |
- <!-- header 영역 --> |
|
| 67 |
- <header id="header" class="header"> |
|
| 68 | 88 |
|
| 69 |
- <!-- header top 영역 --> |
|
| 70 |
- <div class="header_top"> |
|
| 89 |
+ <!-- header body 영역 --> |
|
| 90 |
+ <div class="header_body"> |
|
| 91 |
+ <div class="inner table"> |
|
| 92 |
+ <h1 class="logo"><a href="/publish/index.html" alt="문자온 메인 바로가기"><img src="/publish/images/CI.png" alt="문자온 CI"></a></h1> |
|
| 93 |
+ <ul class="gnbWrap table_cell"> |
|
| 94 |
+ <li><a href="#">문자전송</a></li> |
|
| 95 |
+ <li><a href="#">카톡발송</a></li> |
|
| 96 |
+ <li><a href="#">팩스발송</a></li> |
|
| 97 |
+ <li><a href="#">맞춤제작</a></li> |
|
| 98 |
+ <li><a href="#">주소록 관리</a></li> |
|
| 99 |
+ <li><a href="#">발송결과</a></li> |
|
| 100 |
+ <li><a href="#">예약문자관리</a></li> |
|
| 101 |
+ <li><a href="#">결제관리</a></li> |
|
| 102 |
+ </ul> |
|
| 103 |
+ <div class="s_menu"> |
|
| 104 |
+ <i class="allSearch_info"><span>문자검색</span></i> |
|
| 105 |
+ <button type="button" title="전체검색" class="allSearch" onclick="searchToggle();"><img src="/publish/images/search.png" alt="검색영역 열기" class="allMenu"></button> |
|
| 106 |
+ <button type="button" title="전체메뉴" onclick="sitemapToggle(this);"><img src="/publish/images/all_menu.png" alt="전체메뉴 열기"></button> |
|
| 107 |
+ </div> |
|
| 108 |
+ </div> |
|
| 109 |
+ |
|
| 110 |
+ |
|
| 111 |
+ <!-- search popup 영역 --> |
|
| 112 |
+ <div class="pop_search"> |
|
| 71 | 113 |
<div class="inner"> |
| 72 |
- <ul class="menu_left"> |
|
| 73 |
- <li><a href="#"><i class="hdTop_fav"></i>즐겨찾기추가</a></li> |
|
| 74 |
- <li><a href="#"><i class="hdTop_mypage"></i>마이페이지</a></li> |
|
| 75 |
- <li><a href="#"><i class="hdTop_center"></i>고객센터</a></li> |
|
| 76 |
- </ul> |
|
| 77 |
- <ul class="menu_right"> |
|
| 78 |
- <li><a href="#">충전하기</a></li> |
|
| 79 |
- <li class="SortLine"><a href="#">요금안내</a></li> |
|
| 80 |
- <li class="SortLine"><a href="#">이용안내</a></li> |
|
| 81 |
- <li class="SortLine"><a href="#">1:1 문의</a></li> |
|
| 82 |
- <li class="SortLine"><a href="#">불편신고</a></li> |
|
| 114 |
+ <div class="area_search"> |
|
| 115 |
+ <select name="" id=""> |
|
| 116 |
+ <option value="">그림문자</option> |
|
| 117 |
+ <option value="">단문문자</option> |
|
| 118 |
+ <option value="">장문문자</option> |
|
| 119 |
+ <option value="">GIF</option> |
|
| 120 |
+ </select> |
|
| 121 |
+ <input type="text" placeholder="문자샘플 검색하기"> |
|
| 122 |
+ <button><img src="/publish/images/search02.png" alt=""></button> |
|
| 123 |
+ </div> |
|
| 124 |
+ <div class="area_popular"> |
|
| 125 |
+ <p><i></i>인기검색어</p> |
|
| 126 |
+ <ul class="popular_tag"> |
|
| 127 |
+ <li><a href="#">#정월대보름</a></li> |
|
| 128 |
+ <li class="on"><a href="#">#추석</a></li> |
|
| 129 |
+ <li><a href="#">#가을인사</a></li> |
|
| 130 |
+ <li><a href="#">#좋은하루</a></li> |
|
| 131 |
+ </ul> |
|
| 132 |
+ </div> |
|
| 133 |
+ <button class="btn_close" onclick="searchToggle();"><img src="/publish/images/btn_searchclose.png" alt=""></button> |
|
| 134 |
+ </div> |
|
| 135 |
+ </div> |
|
| 136 |
+ <!--// search popup 영역 --> |
|
| 137 |
+ |
|
| 138 |
+ <!-- 사이트맵 --> |
|
| 139 |
+ <div class="layer_sitemap"> |
|
| 140 |
+ <div class="inner"> |
|
| 141 |
+ <ul class="menu"> |
|
| 142 |
+ <li> |
|
| 143 |
+ <dl> |
|
| 144 |
+ <dt><a href="/web/mjon/msgdata/selectMsgDataView.do">문자전송</a></dt> |
|
| 145 |
+ <dd> |
|
| 146 |
+ <ul> |
|
| 147 |
+ <li><a href="/web/mjon/msgdata/selectMsgDataView.do">단문·장문·그림문자</a></li> |
|
| 148 |
+ <li><a href="/web/mjon/msgdata/excel/selectMsgExcelDataView.do">대량문자</a></li> |
|
| 149 |
+ <li><a href="/web/api/intrdView.do">문자연동(API)</a></li> |
|
| 150 |
+ </ul> |
|
| 151 |
+ </dd> |
|
| 152 |
+ </dl> |
|
| 153 |
+ |
|
| 154 |
+ <dl> |
|
| 155 |
+ <dt><a href="/web/mjon/alimtalk/kakaoAlimtalkMsgDataView.do">카톡전송</a></dt> |
|
| 156 |
+ <dd> |
|
| 157 |
+ <ul> |
|
| 158 |
+ <li><a href="/web/mjon/alimtalk/kakaoAlimtalkMsgDataView.do">알림톡</a></li> |
|
| 159 |
+ <li><a href="/web/mjon/kakao/stepinfo/selectKaKaoStepInfo.do">카카오톡 설정</a></li> |
|
| 160 |
+ <li><a href="/web/mjon/kakao/alimtalk/kakaoAlimtalkIntrdView.do">알림톡 소개</a></li> |
|
| 161 |
+ </ul> |
|
| 162 |
+ </dd> |
|
| 163 |
+ </dl> |
|
| 164 |
+ </li> |
|
| 165 |
+ <li> |
|
| 166 |
+ <dl> |
|
| 167 |
+ <dt><a href="/web/mjon/custom/selectMsgCustomView.do">맞춤제작</a></dt> |
|
| 168 |
+ <dd> |
|
| 169 |
+ <ul> |
|
| 170 |
+ <li><a href="/web/mjon/custom/selectMsgCustomView.do">맞춤제작 샘플</a></li> |
|
| 171 |
+ <li><a href="/web/mjon/custom/selectMsgCustomView.do?tap=2">제작방법 및 이용안내</a></li> |
|
| 172 |
+ <li><a href="/web/mjon/custom/selectMsgCustomView.do?tap=3">내보관함</a></li> |
|
| 173 |
+ </ul> |
|
| 174 |
+ </dd> |
|
| 175 |
+ </dl> |
|
| 176 |
+ <dl> |
|
| 177 |
+ <dt><a href="/web/info/mjonInfo.do">문자온소개</a></dt> |
|
| 178 |
+ <dd> |
|
| 179 |
+ <ul> |
|
| 180 |
+ <li><a href="/web/info/mjonInfo.do">서비스 소개</a></li> |
|
| 181 |
+ <li><a href="/web/info/mjonFunc.do">주요기능</a></li> |
|
| 182 |
+ <li><a href="/web/mjon/msgdata/selectBestMsgDataView.do">베스트문자샘플</a></li> |
|
| 183 |
+ </ul> |
|
| 184 |
+ </dd> |
|
| 185 |
+ </dl> |
|
| 186 |
+ <dl> |
|
| 187 |
+ <dt><a href="/web/info/mjonInfo.do">팩스전송</a></dt> |
|
| 188 |
+ <dd> |
|
| 189 |
+ <ul> |
|
| 190 |
+ <li><a href="/web/mjon/fax/faxDataView.do">팩스전송</a></li> |
|
| 191 |
+ <li><a href="/web/mjon/fax/faxSendList.do">팩스전송내역</a></li> |
|
| 192 |
+ </ul> |
|
| 193 |
+ </dd> |
|
| 194 |
+ </dl> |
|
| 195 |
+ </li> |
|
| 196 |
+ <li> |
|
| 197 |
+ <dl> |
|
| 198 |
+ <dt><a href="/web/mjon/addr/selectAddrList.do">주소록관리</a></dt> |
|
| 199 |
+ <dd> |
|
| 200 |
+ <ul> |
|
| 201 |
+ <li><a href="/web/mjon/addr/selectAddrList.do">주소록관리</a></li> |
|
| 202 |
+ <li><a href="/web/mjon/addrBlock/selectBlockList.do">수신거부</a></li> |
|
| 203 |
+ <li><a href="/web/mjon/addr/addrMobGuide.do">폰주소록 등록</a></li> |
|
| 204 |
+ <li><a href="/web/mjon/addragency/selectAddrAgencyList.do">주소록 입력 대행(무료)</a></li> |
|
| 205 |
+ </ul> |
|
| 206 |
+ </dd> |
|
| 207 |
+ </dl> |
|
| 208 |
+ </li> |
|
| 209 |
+ <li> |
|
| 210 |
+ <dl> |
|
| 211 |
+ <dt><a href="/web/mjon/msgsent/selectMsgSentView.do">발송결과</a></dt> |
|
| 212 |
+ <dd> |
|
| 213 |
+ <ul> |
|
| 214 |
+ <li><a href="/web/mjon/msgsent/selectMsgSentView.do">발송결과</a></li> |
|
| 215 |
+ </ul> |
|
| 216 |
+ </dd> |
|
| 217 |
+ </dl> |
|
| 218 |
+ |
|
| 219 |
+ </li> |
|
| 220 |
+ <li> |
|
| 221 |
+ <dl> |
|
| 222 |
+ <dt><a href="/publish/member_info_change_company.html">마이페이지</a></dt> |
|
| 223 |
+ <dd> |
|
| 224 |
+ <ul> |
|
| 225 |
+ <li><a href="/web/user/mberInfoChange.do">회원정보 변경</a></li> |
|
| 226 |
+ <!-- 개인회원 일때만 노출되는 영역 --> |
|
| 227 |
+ |
|
| 228 |
+ <li><a href="/web/user/passwordChange.do">비밀번호 변경</a></li> |
|
| 229 |
+ <li><a href="/web/user/sendNumberManage.do">발신번호 관리</a></li> |
|
| 230 |
+ <!-- <li><a href="/web/user/notifyManage.do">알림설정</a></li> --> |
|
| 231 |
+ </ul> |
|
| 232 |
+ </dd> |
|
| 233 |
+ </dl> |
|
| 234 |
+ </li> |
|
| 235 |
+ <li> |
|
| 236 |
+ <dl> |
|
| 237 |
+ <dt><a href="/web/member/pay/PayList.do">결제관리</a></dt> |
|
| 238 |
+ <dd> |
|
| 239 |
+ <ul> |
|
| 240 |
+ <li><a href="/web/pay/PayGuide.do">요금안내/견적내기</a></li> |
|
| 241 |
+ <li><a href="/web/member/pay/PayView.do">결제하기</a></li> |
|
| 242 |
+ <li><a href="/web/member/pay/PayList.do">요금 결제내역</a></li> |
|
| 243 |
+ <li><a href="/web/member/pay/PayUserSWList.do">요금 사용내역</a></li> |
|
| 244 |
+ <!-- 현금영수증 자동발행 주석 --> |
|
| 245 |
+ |
|
| 246 |
+ <li><a href="/web/member/pay/BillPub.do">세금계산서 발행</a></li> |
|
| 247 |
+ </ul> |
|
| 248 |
+ </dd> |
|
| 249 |
+ </dl> |
|
| 250 |
+ </li> |
|
| 251 |
+ <li> |
|
| 252 |
+ <dl> |
|
| 253 |
+ <dt><a href="/web/cop/bbs/NoticeList.do">고객센터</a></dt> |
|
| 254 |
+ <dd> |
|
| 255 |
+ <ul> |
|
| 256 |
+ <li><a href="/web/cop/bbs/NoticeList.do">공지사항</a></li> |
|
| 257 |
+ <li><a href="/web/cop/bbs/TermsList.do?menuNm=02&termsMastNo=2023">이용약관</a></li> |
|
| 258 |
+ <li><a href="/web/cop/bbs/FaqList.do">자주하는 질문</a></li> |
|
| 259 |
+ <li><a href="/web/cop/bbs/QnaList.do">1:1 문의</a></li> |
|
| 260 |
+ <li><a href="/web/cop/bbs/SuggestList.do">불편신고</a></li> |
|
| 261 |
+ <li><a href="/web/cop/bbs/EventList.do">이벤트</a></li> |
|
| 262 |
+ <li><a href="javascript:void(0);" onclick="remotePop('https://939.co.kr/munjaon/');">원격지원</a></li>
|
|
| 263 |
+ </ul> |
|
| 264 |
+ </dd> |
|
| 265 |
+ </dl> |
|
| 266 |
+ </li> |
|
| 83 | 267 |
</ul> |
| 84 | 268 |
</div> |
| 85 | 269 |
</div> |
| 86 |
- <!-- header top 영역 --> |
|
| 270 |
+ <!-- //사이트맵 --> |
|
| 87 | 271 |
|
| 88 | 272 |
|
| 89 |
- <!-- header body 영역 --> |
|
| 90 |
- <div class="header_body"> |
|
| 91 |
- <div class="inner table"> |
|
| 92 |
- <h1 class="logo"><a href="/publish/index.html" alt="문자온 메인 바로가기"><img src="/publish/images/CI.png" alt="문자온 CI"></a></h1> |
|
| 93 |
- <ul class="gnbWrap table_cell"> |
|
| 94 |
- <li><a href="#">문자전송</a></li> |
|
| 95 |
- <li><a href="#">카톡발송</a></li> |
|
| 96 |
- <li><a href="#">팩스발송</a></li> |
|
| 97 |
- <li><a href="#">맞춤제작</a></li> |
|
| 98 |
- <li><a href="#">주소록 관리</a></li> |
|
| 99 |
- <li><a href="#">발송결과</a></li> |
|
| 100 |
- <li><a href="#">예약문자관리</a></li> |
|
| 101 |
- <li><a href="#">결제관리</a></li> |
|
| 102 |
- </ul> |
|
| 103 |
- <div class="s_menu"> |
|
| 104 |
- <i class="allSearch_info"><span>문자검색</span></i> |
|
| 105 |
- <button type="button" title="전체검색" class="allSearch" onclick="searchToggle();"><img src="/publish/images/search.png" alt="검색영역 열기" class="allMenu"></button> |
|
| 106 |
- <button type="button" title="전체메뉴"><img src="/publish/images/all_menu.png" alt="전체메뉴 열기"></button> |
|
| 273 |
+ </div> |
|
| 274 |
+ <!--// header body 영역 --> |
|
| 275 |
+ <!-- <div id="login" class="login"> |
|
| 276 |
+ <div class="inner"> |
|
| 277 |
+ <div class="login_left"> |
|
| 278 |
+ <div class="login_put"> |
|
| 279 |
+ <label for="id_text" class="label"></label> |
|
| 280 |
+ <input type="text" placeholder="아이디를 입력해주세요" id="id_text" name="id_text" class="id_text" maxlength="20" size="18" onclick="actionLogin();"> |
|
| 281 |
+ <label for="password_text" class="label"></label> |
|
| 282 |
+ <input type="password" placeholder="비밀번호를 입력해주세요" id="password_text" class="password_text" maxlength="30" size="18" onkeypress="if(event.keyCode==13) {actionLogin(); return false;}" onclick="actionLogin();">
|
|
| 283 |
+ <label for="login_button" class="label"></label> |
|
| 284 |
+ <button type="button" id="login_button" class="btnType btnType1" onclick="actionLogin();">로그인</button> |
|
| 285 |
+ </div> |
|
| 286 |
+ <div class="login_save"> |
|
| 287 |
+ <input type="checkbox" id="save_id" name="checkId"> |
|
| 288 |
+ <label for="save_id">아이디 저장</label> |
|
| 289 |
+ </div> |
|
| 290 |
+ <div class="login_find"> |
|
| 291 |
+ <a href="/web/user/findUserId.do">아이디찾기</a> |
|
| 292 |
+ / |
|
| 293 |
+ <a href="/web/user/rePassword.do">비밀번호 재설정</a> |
|
| 294 |
+ </div> |
|
| 295 |
+ <div> |
|
| 296 |
+ <button type="button" class="btnType btnType2" onclick="location.href='/web/user/login/selectUserDept.do'">회원가입</button> |
|
| 107 | 297 |
</div> |
| 108 | 298 |
</div> |
| 109 |
- |
|
| 110 |
- |
|
| 111 |
- <!-- search popup 영역 --> |
|
| 112 |
- <div class="pop_search"> |
|
| 113 |
- <div class="inner"> |
|
| 114 |
- <div class="area_search"> |
|
| 115 |
- <select name="" id=""> |
|
| 116 |
- <option value="">그림문자</option> |
|
| 117 |
- <option value="">단문문자</option> |
|
| 118 |
- <option value="">장문문자</option> |
|
| 119 |
- <option value="">GIF</option> |
|
| 120 |
- </select> |
|
| 121 |
- <input type="text" placeholder="문자샘플 검색하기"> |
|
| 122 |
- <button><img src="/publish/images/search02.png" alt=""></button> |
|
| 123 |
- </div> |
|
| 124 |
- <div class="area_popular"> |
|
| 125 |
- <p><i></i>인기검색어</p> |
|
| 126 |
- <ul class="popular_tag"> |
|
| 127 |
- <li><a href="#">#정월대보름</a></li> |
|
| 128 |
- <li class="on"><a href="#">#추석</a></li> |
|
| 129 |
- <li><a href="#">#가을인사</a></li> |
|
| 130 |
- <li><a href="#">#좋은하루</a></li> |
|
| 131 |
- </ul> |
|
| 132 |
- </div> |
|
| 133 |
- <button class="btn_close" onclick="searchToggle();"><img src="/publish/images/btn_searchclose.png" alt=""></button> |
|
| 134 |
- </div> |
|
| 135 |
- </div> |
|
| 136 |
- <!--// search popup 영역 --> |
|
| 137 |
- |
|
| 138 |
- |
|
| 139 |
- </div> |
|
| 140 |
- <!--// header body 영역 --> |
|
| 141 |
- <div id="login" class="login"> |
|
| 142 |
- <div class="inner"> |
|
| 143 |
- <div class="login_left"> |
|
| 144 |
- <div class="login_put"> |
|
| 145 |
- <label for="id_text" class="label"></label> |
|
| 146 |
- <input type="text" placeholder="아이디를 입력해주세요" id="id_text" name="id_text" class="id_text" maxlength="20" size="18" onclick="actionLogin();"> |
|
| 147 |
- <label for="password_text" class="label"></label> |
|
| 148 |
- <input type="password" placeholder="비밀번호를 입력해주세요" id="password_text" class="password_text" maxlength="30" size="18" onkeypress="if(event.keyCode==13) {actionLogin(); return false;}" onclick="actionLogin();">
|
|
| 149 |
- <label for="login_button" class="label"></label> |
|
| 150 |
- <button type="button" id="login_button" class="btnType btnType1" onclick="actionLogin();">로그인</button> |
|
| 151 |
- </div> |
|
| 152 |
- <div class="login_save"> |
|
| 153 |
- <input type="checkbox" id="save_id" name="checkId"> |
|
| 154 |
- <label for="save_id">아이디 저장</label> |
|
| 155 |
- </div> |
|
| 156 |
- <div class="login_find"> |
|
| 157 |
- <a href="/web/user/findUserId.do">아이디찾기</a> |
|
| 158 |
- / |
|
| 159 |
- <a href="/web/user/rePassword.do">비밀번호 재설정</a> |
|
| 160 |
- </div> |
|
| 161 |
- <div> |
|
| 162 |
- <button type="button" class="btnType btnType2" onclick="location.href='/web/user/login/selectUserDept.do'">회원가입</button> |
|
| 163 |
- </div> |
|
| 164 |
- </div> |
|
| 165 |
- <div class="login_right"> |
|
| 166 |
- <span><i></i>이달의 이벤트</span> |
|
| 167 |
- <button type="button" class="btnType btnType2" onclick="location.href='/web/cop/bbs/EventList.do'">GO</button> |
|
| 168 |
- </div> |
|
| 299 |
+ <div class="login_right"> |
|
| 300 |
+ <span><i></i>이달의 이벤트</span> |
|
| 301 |
+ <button type="button" class="btnType btnType2" onclick="location.href='/web/cop/bbs/EventList.do'">GO</button> |
|
| 169 | 302 |
</div> |
| 170 | 303 |
</div> |
| 171 |
- <!--// login 영역 --> |
|
| 304 |
+ </div> --> |
|
| 305 |
+ <!--// login 영역 --> |
|
| 172 | 306 |
|
| 173 |
- <!-- 로그인 후 영역 --> |
|
| 174 |
- <!-- <div id="login" class="login2"> |
|
| 175 |
- <div class="inner"> |
|
| 176 |
- <div class="login_left"> |
|
| 177 |
- <div class="login_info"> |
|
| 178 |
- <i><img src="/publish/images/mypageIcon2.png" id="commonHeaderGradeIcon"></i> |
|
| 179 |
- <div class="login2_name"> |
|
| 180 |
- <p>정수빈</p><span>(개인) 님</span> |
|
| 181 |
- </div> |
|
| 182 |
- <div class="session"> |
|
| 183 |
- <div> |
|
| 184 |
- <span id="ViewTimer">00:00</span> |
|
| 185 |
- </div> |
|
| 186 |
- <button type="button" onclick="sessionExpend(); return false;">연장</button> |
|
| 187 |
- </div> |
|
| 188 |
- <button type="button" class="btnType btnType3" onclick="location.href='/web/user/mberInfoIndex.do'">마이페이지</button> |
|
| 189 |
- <button type="button" class="btnType btnType2" onclick="location.href='/web/uat/uia/actionLogout.do'">로그아웃</button> |
|
| 190 |
- |
|
| 191 |
- <div class="security_box green_box"> |
|
| 192 |
- <a href="/web/user/mberSecureLogin.do" class="title">보안로그인</a> |
|
| 193 |
- <a href="#" id="secuLoginFlag" class="state on">ON</a> |
|
| 194 |
- </div> |
|
| 307 |
+ <!-- 로그인 후 영역 --> |
|
| 308 |
+ <div id="login" class="login2"> |
|
| 309 |
+ <div class="inner"> |
|
| 310 |
+ <div class="login_left"> |
|
| 311 |
+ <div class="login_info"> |
|
| 312 |
+ <div class="login2_name" onclick="location.href='/publish/member_info_change_company.html'"> |
|
| 313 |
+ <i class="icon_user"></i> |
|
| 314 |
+ <p>정수빈</p><span>(개인) 님</span> |
|
| 195 | 315 |
</div> |
| 196 |
- <div class="login_pay"> |
|
| 197 |
- <div class="check_money"> |
|
| 198 |
- <div class="holdingsum_box"> |
|
| 199 |
- <i></i> |
|
| 200 |
- <p>보유잔액 |
|
| 201 |
- <span class="fwMd" id="hdUserMoney">0</span>원</p> |
|
| 202 |
- </div> |
|
| 203 |
- <button type="button" class="btnType btnType3">충전</button> |
|
| 204 |
- <div class="account_box"> |
|
| 205 |
- <button type="button" class="btnType btnType3">전용계좌</button> |
|
| 206 |
- <dl> |
|
| 207 |
- <dt>전용계좌</dt> |
|
| 208 |
- <dd>기업은행 48011304697636</dd> |
|
| 209 |
- </dl> |
|
| 210 |
- </div> |
|
| 316 |
+ <div class="session"> |
|
| 317 |
+ <div> |
|
| 318 |
+ <span id="ViewTimer">00:00</span> |
|
| 211 | 319 |
</div> |
| 212 |
- <div class="point"> |
|
| 320 |
+ <button type="button" onclick="sessionExpend(); return false;">연장</button> |
|
| 321 |
+ </div> |
|
| 322 |
+ <!-- <button type="button" class="btnType btnType3" onclick="location.href='/web/user/mberInfoIndex.do'">마이페이지</button> --> |
|
| 323 |
+ <button type="button" class="btnType btn_36 fill_gray" onclick="location.href='/web/uat/uia/actionLogout.do'">로그아웃</button> |
|
| 324 |
+ |
|
| 325 |
+ <div class="security_box green_box"> |
|
| 326 |
+ <a href="/web/user/mberSecureLogin.do" class="title">보안로그인</a> |
|
| 327 |
+ <a href="#" id="secuLoginFlag" class="state on">ON</a> |
|
| 328 |
+ </div> |
|
| 329 |
+ </div> |
|
| 330 |
+ <div class="login_pay"> |
|
| 331 |
+ <div class="check_money"> |
|
| 332 |
+ <div class="holdingsum_box"> |
|
| 213 | 333 |
<i></i> |
| 214 |
- <p> |
|
| 215 |
- 포인트 <span class="fwMd">0</span>원</p> |
|
| 216 |
- <button type="button" data-tooltip="popup04" class="btnType btnType3" onclick="popScrSetting();">교환</button> |
|
| 334 |
+ <div class="user_money_wrap"> |
|
| 335 |
+ 보유잔액 |
|
| 336 |
+ <div class="hover_content_wrap"> |
|
| 337 |
+ <i class="qmMark">?</i> |
|
| 338 |
+ <div class="hover_content"> |
|
| 339 |
+ <p class="hover_content_title"> |
|
| 340 |
+ <img src="/publish/images/content/icon_mypage_message.png" alt=""> 나의단가 <span>(발송가능 건수)</span> |
|
| 341 |
+ </p> |
|
| 342 |
+ <ul class="send_available_number"> |
|
| 343 |
+ <li> |
|
| 344 |
+ <p class="title">· 단문</p> |
|
| 345 |
+ <p class="number"><span class="c_002c9a fwBold">18</span>원(345건)</p> |
|
| 346 |
+ </li> |
|
| 347 |
+ <li> |
|
| 348 |
+ <p class="title">· 장문</p> |
|
| 349 |
+ <p class="number"><span class="c_002c9a fwBold">50</span>원(99건)</p> |
|
| 350 |
+ </li> |
|
| 351 |
+ <li> |
|
| 352 |
+ <p class="title">· 그림(1장)</p> |
|
| 353 |
+ <p class="number"><span class="c_002c9a fwBold">90</span>원(8건)</p> |
|
| 354 |
+ </li> |
|
| 355 |
+ <li> |
|
| 356 |
+ <p class="title">· 그림(2장)</p> |
|
| 357 |
+ <p class="number"><span class="c_002c9a fwBold">110</span>원(3건)</p> |
|
| 358 |
+ </li> |
|
| 359 |
+ <li> |
|
| 360 |
+ <p class="title">· 그림(3장)</p> |
|
| 361 |
+ <p class="number"><span class="c_002c9a fwBold">130</span>원(1건)</p> |
|
| 362 |
+ </li> |
|
| 363 |
+ <li> |
|
| 364 |
+ <p class="title">· 알림톡</p> |
|
| 365 |
+ <p class="number"><span class="c_002c9a fwBold">6.9</span>원(983건)</p> |
|
| 366 |
+ </li> |
|
| 367 |
+ <li> |
|
| 368 |
+ <p class="title">· 팩스</p> |
|
| 369 |
+ <p class="number"><span class="c_002c9a fwBold">58</span>원(345매)</p> |
|
| 370 |
+ </li> |
|
| 371 |
+ </ul> |
|
| 372 |
+ <p class="event_term">이벤트 적용중 <span class="fwBold">D-60</span></p> |
|
| 373 |
+ </div> |
|
| 374 |
+ </div> |
|
| 375 |
+ <span class="fwMd" id="hdUserMoney">999,999,999.99</span>원 |
|
| 376 |
+ </div> |
|
| 217 | 377 |
</div> |
| 378 |
+ <button type="button" class="btnType btnType3">충전</button> |
|
| 379 |
+ <!-- <div class="account_box"> |
|
| 380 |
+ <button type="button" class="btnType btnType3">전용계좌</button> |
|
| 381 |
+ <dl> |
|
| 382 |
+ <dt>전용계좌</dt> |
|
| 383 |
+ <dd>기업은행 48011304697636</dd> |
|
| 384 |
+ </dl> |
|
| 385 |
+ </div> --> |
|
| 386 |
+ </div> |
|
| 387 |
+ <!-- <div class="check_money"> |
|
| 388 |
+ <div class="holdingsum_box"> |
|
| 389 |
+ <i></i> |
|
| 390 |
+ <p>보유잔액<span class="fwMd" id="hdUserMoney">123</span>원</p> |
|
| 391 |
+ <dl> |
|
| 392 |
+ <dd>후불제 고객의 보유잔액(캐시)은 당월 발송 가능<br>금액을 말하며 <span>매월 1일 자동으로 충전</span>됩니다.</dd> |
|
| 393 |
+ </dl> |
|
| 394 |
+ </div> |
|
| 395 |
+ <button type="button" class="btnType btnType3" onclick="location.href='/web/member/pay/PayView.do'">충전</button> |
|
| 396 |
+ <div class="account_box"> |
|
| 397 |
+ <button type="button" class="btnType btnType3" onclick="location.href='/web/member/pay/PayView.do?tabType=2'">전용계좌</button> |
|
| 398 |
+ </div> |
|
| 399 |
+ </div> --> |
|
| 400 |
+ <div class="point"> |
|
| 401 |
+ <i></i> |
|
| 402 |
+ <p>포인트 <span class="fwMd">9,999,999</span>원</p> |
|
| 403 |
+ <button type="button" data-tooltip="popup04" class="btnType btnType3" onclick="popScrSetting();">교환</button> |
|
| 218 | 404 |
</div> |
| 219 | 405 |
</div> |
| 220 | 406 |
</div> |
| 221 |
- </div> --> |
|
| 222 |
- <!-- //로그인 후 영역 --> |
|
| 223 |
- </header> |
|
| 224 |
- <!--// header 영역 --> |
|
| 225 |
- <!-- login 영역 -->(No newline at end of file) |
|
| 407 |
+ </div> |
|
| 408 |
+ </div> |
|
| 409 |
+ <!-- //로그인 후 영역 --> |
|
| 410 |
+</header> |
|
| 411 |
+<!--// header 영역 --> |
|
| 412 |
+<!-- login 영역 -->(No newline at end of file) |
--- src/main/webapp/publish/member_info_change_company.html
+++ src/main/webapp/publish/member_info_change_company.html
... | ... | @@ -53,7 +53,6 @@ |
| 53 | 53 |
<li class="tab"><button type="button" onclick="location.href='/publish/mypage3.html'">기업회원 전환</button></li> |
| 54 | 54 |
<li class="tab"><button type="button" onclick="location.href='/publish/mypage4.html'">비밀번호 변경</button></li> |
| 55 | 55 |
<li class="tab"><button type="button" onclick="location.href='/publish/mypage5.html'">발신번호 관리</button></li> |
| 56 |
- <li class="tab"><button type="button" onclick="location.href='/publish/mypage6.html'">알림설정</button></li> |
|
| 57 | 56 |
<li class="tab"><button type="button" onclick="location.href='/publish/mypage7.html'">회원탈퇴</button></li> |
| 58 | 57 |
<li class="tab"><button type="button" onclick="location.href='/publish/security_login.html'">보안로그인</button></li> |
| 59 | 58 |
</ul> |
... | ... | @@ -123,7 +122,7 @@ |
| 123 | 122 |
|
| 124 | 123 |
<div class="input_list_item emailWrap"> |
| 125 | 124 |
<div> |
| 126 |
- <div class="input_left"><span class="essential">*</span>이메일</div> |
|
| 125 |
+ <div class="input_left">이메일</div> |
|
| 127 | 126 |
<div class="input_right"> |
| 128 | 127 |
<div class="email"> |
| 129 | 128 |
<label for="" class="label">이메일 주소 앞자리</label> |
... | ... | @@ -146,6 +145,26 @@ |
| 146 | 145 |
</div> |
| 147 | 146 |
</div> |
| 148 | 147 |
</div> |
| 148 |
+ <!-- <div class="input_list_item send_agree"> |
|
| 149 |
+ <div class="input_left">알림 설정</div> |
|
| 150 |
+ <div class="input_right"> |
|
| 151 |
+ <div> |
|
| 152 |
+ <div class="checkbox_wrap"> |
|
| 153 |
+ <input type="checkbox" id="allim_1" title="뉴스레터 동의" class="joinCheckbox type3"> |
|
| 154 |
+ <label for="allim_1">뉴스레터</label> |
|
| 155 |
+ </div> |
|
| 156 |
+ </div> |
|
| 157 |
+ <div> |
|
| 158 |
+ <div class="checkbox_wrap"> |
|
| 159 |
+ <input type="checkbox" id="allim_2" title="안내문자 동의" class="joinCheckbox type3"> |
|
| 160 |
+ <label for="allim_2">안내문자</label> |
|
| 161 |
+ </div> |
|
| 162 |
+ </div> |
|
| 163 |
+ <div class="list_alert reqest_text"> |
|
| 164 |
+ <span style="line-height:1.2;">뉴스레터 및 각종 안내문자의<br>수신여부를 설정할 수 있습니다.</span> |
|
| 165 |
+ </div> |
|
| 166 |
+ </div> |
|
| 167 |
+ </div> --> |
|
| 149 | 168 |
<div class="input_list_item send_agree"> |
| 150 | 169 |
<div class="input_left">마케팅 수신 동의</div> |
| 151 | 170 |
<div class="input_right"> |
--- src/main/webapp/publish/member_info_change_passwordCheck.html
+++ src/main/webapp/publish/member_info_change_passwordCheck.html
... | ... | @@ -41,7 +41,6 @@ |
| 41 | 41 |
<li class="tab"><button type="button" onclick="location.href='/publish/mypage3.html'">기업회원 전환</button></li> |
| 42 | 42 |
<li class="tab"><button type="button" onclick="location.href='/publish/mypage4.html'">비밀번호 변경</button></li> |
| 43 | 43 |
<li class="tab"><button type="button" onclick="location.href='/publish/mypage5.html'">발신번호 관리</button></li> |
| 44 |
- <li class="tab"><button type="button" onclick="location.href='/publish/mypage6.html'">알림설정</button></li> |
|
| 45 | 44 |
<li class="tab"><button type="button" onclick="location.href='/publish/mypage7.html'">회원탈퇴</button></li> |
| 46 | 45 |
<li class="tab"><button type="button" onclick="location.href='/publish/security_login.html'">보안로그인</button></li> |
| 47 | 46 |
</ul> |
--- src/main/webapp/publish/member_info_change_person.html
+++ src/main/webapp/publish/member_info_change_person.html
... | ... | @@ -42,7 +42,6 @@ |
| 42 | 42 |
<li class="tab"><button type="button" onclick="location.href='/publish/mypage3.html'">기업회원 전환</button></li> |
| 43 | 43 |
<li class="tab"><button type="button" onclick="location.href='/publish/mypage4.html'">비밀번호 변경</button></li> |
| 44 | 44 |
<li class="tab"><button type="button" onclick="location.href='/publish/mypage5.html'">발신번호 관리</button></li> |
| 45 |
- <li class="tab"><button type="button" onclick="location.href='/publish/mypage6.html'">알림설정</button></li> |
|
| 46 | 45 |
<li class="tab"><button type="button" onclick="location.href='/publish/mypage7.html'">회원탈퇴</button></li> |
| 47 | 46 |
<li class="tab"><button type="button" onclick="location.href='/publish/security_login.html'">보안로그인</button></li> |
| 48 | 47 |
</ul> |
--- src/main/webapp/publish/mypage2.html
+++ src/main/webapp/publish/mypage2.html
... | ... | @@ -15,16 +15,17 @@ |
| 15 | 15 |
<link rel="stylesheet" href="/publish/css/mem.css"> |
| 16 | 16 |
<link rel="stylesheet" href="/publish/css/font.css"> |
| 17 | 17 |
<link rel="stylesheet" href="/publish/css/popupLayer.css"> |
| 18 |
- |
|
| 19 |
- |
|
| 18 |
+ |
|
| 19 |
+ |
|
| 20 | 20 |
<script src="/publish/js/jquery-3.5.0.js"></script> |
| 21 | 21 |
<script src="/publish/js/jquery.mCustomScrollbar.concat.min.js"></script> |
| 22 | 22 |
<script src="/publish/js/common.js"></script> |
| 23 | 23 |
<script src="/publish/js/content.js"></script> |
| 24 | 24 |
<script src="/publish/js/calendar.js"></script> |
| 25 |
- <script src="/publish/js/popupLayer.js"></script> |
|
| 25 |
+ <script src="/publish/js/popupLayer.js"></script> |
|
| 26 | 26 |
|
| 27 | 27 |
</head> |
| 28 |
+ |
|
| 28 | 29 |
<body> |
| 29 | 30 |
<div class="mask"></div> |
| 30 | 31 |
<div data-include-path="/publish/layout/_header.html"></div> |
... | ... | @@ -45,7 +46,7 @@ |
| 45 | 46 |
<li class="tab"><button type="button" onclick="location.href='/publish/security_login.html'">보안로그인</button></li> |
| 46 | 47 |
</ul> |
| 47 | 48 |
<!--// tab button --> |
| 48 |
- <!-- 마이페이지 - 회원정보 변경 --> |
|
| 49 |
+ <!-- 마이페이지 - 회원정보 변경 --> |
|
| 49 | 50 |
<div class="mypage_content current" id="tab5_1"> |
| 50 | 51 |
<!-- 비밀번호 확인 --> |
| 51 | 52 |
<div class="heading"> |
... | ... | @@ -78,8 +79,10 @@ |
| 78 | 79 |
<p class="reqTxt4"> |
| 79 | 80 |
- 외부로부터 고객님의 정보를 안전하게 보호하기 위해 비밀번호를 다시 확인합니다.<br> |
| 80 | 81 |
- 비밀번호를 5회 이상 틀릴 경우 자동 로그아웃 됩니다.(영문, 숫자, 특수기호 조합 8자 이상)</p> |
| 81 |
- </div><!--// 기본정보 --> |
|
| 82 |
- </div><!--// 비밀번호 확인 --> |
|
| 82 |
+ </div> |
|
| 83 |
+ <!--// 기본정보 --> |
|
| 84 |
+ </div> |
|
| 85 |
+ <!--// 비밀번호 확인 --> |
|
| 83 | 86 |
<!-- 개인회원 정보변경 --> |
| 84 | 87 |
<div class="heading"> |
| 85 | 88 |
<h2>개인회원 정보변경</h2> |
... | ... | @@ -138,6 +141,26 @@ |
| 138 | 141 |
</div> |
| 139 | 142 |
</div> |
| 140 | 143 |
</div> |
| 144 |
+ <!-- <div class="input_list_item send_agree"> |
|
| 145 |
+ <div class="input_left">알림 설정</div> |
|
| 146 |
+ <div class="input_right"> |
|
| 147 |
+ <div> |
|
| 148 |
+ <div class="checkbox_wrap"> |
|
| 149 |
+ <input type="checkbox" id="allim_1" title="뉴스레터 동의" class="joinCheckbox type3"> |
|
| 150 |
+ <label for="allim_1">뉴스레터</label> |
|
| 151 |
+ </div> |
|
| 152 |
+ </div> |
|
| 153 |
+ <div> |
|
| 154 |
+ <div class="checkbox_wrap"> |
|
| 155 |
+ <input type="checkbox" id="allim_2" title="안내문자 동의" class="joinCheckbox type3"> |
|
| 156 |
+ <label for="allim_2">안내문자</label> |
|
| 157 |
+ </div> |
|
| 158 |
+ </div> |
|
| 159 |
+ <div class="list_alert reqest_text"> |
|
| 160 |
+ <span style="line-height:1.2;">뉴스레터 및 각종 안내문자의<br>수신여부를 설정할 수 있습니다.</span> |
|
| 161 |
+ </div> |
|
| 162 |
+ </div> |
|
| 163 |
+ </div> --> |
|
| 141 | 164 |
<div class="input_list_item send_agree"> |
| 142 | 165 |
<div class="input_left">마케팅 수신 동의</div> |
| 143 | 166 |
<div class="input_right"> |
... | ... | @@ -164,261 +187,28 @@ |
| 164 | 187 |
</div> |
| 165 | 188 |
</div> |
| 166 | 189 |
</div> |
| 167 |
- <p class="poe_noti">이메일 및 마케팅 수신 동의 변경은 심사 없이 바로 적용 가능합니다.</p> |
|
| 190 |
+ <p class="poe_noti">이메일 및 마케팅 수신 동의 변경은 심사 없이 바로 적용 가능합니다. </p> |
|
| 168 | 191 |
<div class="mem_btnWrap2"> |
| 169 | 192 |
<button type="button" class="mem_btn4">기업회원 전환</button> |
| 170 | 193 |
<button type="button" class="mem_btn3">변경</button> |
| 171 | 194 |
</div> |
| 172 |
- </div><!--// 회원정보 변경 --> |
|
| 195 |
+ </div> |
|
| 196 |
+ <!--// 회원정보 변경 --> |
|
| 173 | 197 |
</div> |
| 174 | 198 |
|
| 175 |
- <!-- 기업회원 정보변경 --> |
|
| 176 |
- <div class="heading"> |
|
| 177 |
- <h2>기업회원 정보변경</h2> |
|
| 178 |
- </div> |
|
| 179 |
- <div class="mem_cont_in"> |
|
| 180 |
- <div class="text_top"> |
|
| 181 |
- <p>회원님의 정보를 <span class="c_002c9a">확인</span>및 <span class="c_002c9a">변경</span> 하실 수 있습니다.</p> |
|
| 182 |
- </div> |
|
| 183 |
- <div class="input_wrap"> |
|
| 184 |
- <!-- 기본정보 --> |
|
| 185 |
- <div class="input_list"> |
|
| 186 |
- <p class="list_title">기본정보</p> |
|
| 187 |
- <div class="input_list_item colorW"> |
|
| 188 |
- <div class="input_left">아이디</div> |
|
| 189 |
- <div class="input_right"> |
|
| 190 |
- <label for="" class="label">아이디</label> |
|
| 191 |
- <input type="text" class="list_inputType1" placeholder="hong5678" readonly> |
|
| 192 |
- </div> |
|
| 193 |
- </div> |
|
| 194 |
- <div class="input_list_item colorW"> |
|
| 195 |
- <div class="input_left">이름</div> |
|
| 196 |
- <div class="input_right"> |
|
| 197 |
- <label for="" class="label">이름</label> |
|
| 198 |
- <input type="text" class="list_inputType1" placeholder="홍길동" readonly> |
|
| 199 |
- </div> |
|
| 200 |
- </div> |
|
| 201 |
- <div class="input_list_item colorW"> |
|
| 202 |
- <div class="input_left">휴대전화</div> |
|
| 203 |
- <div class="input_right"> |
|
| 204 |
- <label for="" class="label">휴대전화</label> |
|
| 205 |
- <input type="text" class="list_inputType1" placeholder="010-1234-5678" readonly> |
|
| 206 |
- <div class="list_btn_wrap"> |
|
| 207 |
- <span><span class="vMiddle">*</span>본인 명의의 휴대폰번호로만 변경가능</span> |
|
| 208 |
- <button type="button">번호 변경</button> |
|
| 209 |
- </div> |
|
| 210 |
- </div> |
|
| 211 |
- </div> |
|
| 212 |
- <div class="input_list_item emailWrap"> |
|
| 213 |
- <div> |
|
| 214 |
- <div class="input_left">이메일</div> |
|
| 215 |
- <div class="input_right"> |
|
| 216 |
- <div class="email"> |
|
| 217 |
- <label for="" class="label">이메일 주소 앞자리</label> |
|
| 218 |
- <input type="text" class="list_inputType1" placeholder="hong1234" readonly> |
|
| 219 |
- <span>@</span> |
|
| 220 |
- <label for="" class="label">이메일 주소 뒷자리</label> |
|
| 221 |
- <input type="text" class="list_inputType1" placeholder="gmail.com" readonly> |
|
| 222 |
- </div> |
|
| 223 |
- <div class="email_select"> |
|
| 224 |
- <label for="" class="label">이메일 선택</label> |
|
| 225 |
- <select class="list_selType1"> |
|
| 226 |
- <option>직접입력</option> |
|
| 227 |
- <option>네이버</option> |
|
| 228 |
- <option>네이트</option> |
|
| 229 |
- <option>한메일(다음)</option> |
|
| 230 |
- <option>지메일</option> |
|
| 231 |
- </select> |
|
| 232 |
- </div> |
|
| 233 |
- </div> |
|
| 234 |
- </div> |
|
| 235 |
- </div> |
|
| 236 |
- <div class="input_list_item send_agree"> |
|
| 237 |
- <div class="input_left">마케팅 수신 동의</div> |
|
| 238 |
- <div class="input_right"> |
|
| 239 |
- <div> |
|
| 240 |
- <div class="checkbox_wrap"> |
|
| 241 |
- <input type="checkbox" id="agree1_1" title="회원가입 전체약관에 동의" class="joinCheckbox type3"> |
|
| 242 |
- <label for="agree1_1">휴대폰</label> |
|
| 243 |
- </div> |
|
| 244 |
- </div> |
|
| 245 |
- </> |
|
| 246 |
- <div> |
|
| 247 |
- <div class="checkbox_wrap"> |
|
| 248 |
- <input type="checkbox" id="agree1_3" title="회원가입 전체약관에 동의" class="joinCheckbox type3"> |
|
| 249 |
- <label for="agree1_3">이메일</label> |
|
| 250 |
- </div> |
|
| 251 |
- </div> |
|
| 252 |
- <div class="list_alert reqest_text"> |
|
| 253 |
- <span style="line-height:1.2;">수신동의 시 각종 혜택 및<br> 이벤트 정보를 받아보실 수 있습니다.</span> |
|
| 254 |
- </div> |
|
| 255 |
- </div> |
|
| 256 |
- </div> |
|
| 257 |
- </div><!--// 기본정보 --> |
|
| 258 |
- <!-- 기업정보 --> |
|
| 259 |
- <div class="input_list"> |
|
| 260 |
- <p class="list_title">기업정보</p> |
|
| 261 |
- <div class="input_list_item"> |
|
| 262 |
- <div class="input_left">기업유형</div> |
|
| 263 |
- <div class="input_right"> |
|
| 264 |
- <input id="radio1" type="radio"name="sel_type" checked="checked"> |
|
| 265 |
- <label for="radio1">개인</label> |
|
| 266 |
- <input id="radio2" type="radio" name="sel_type"> |
|
| 267 |
- <label for="radio2">영리법인</label> |
|
| 268 |
- <input id="radio3" type="radio" name="sel_type"> |
|
| 269 |
- <label for="radio3">비영리법인</label> |
|
| 270 |
- <input id="radio4" type="radio" name="sel_type"> |
|
| 271 |
- <label for="radio4">기타</label> |
|
| 272 |
- </div> |
|
| 273 |
- </div> |
|
| 274 |
- <div class="input_list_item"> |
|
| 275 |
- <div class="input_left">회사명</div> |
|
| 276 |
- <div class="input_right"> |
|
| 277 |
- <label for="" class="label">회사명 입력</label> |
|
| 278 |
- <input type="text" class="list_inputType1" placeholder="주식회사 수빈인터네셔널" readonly> |
|
| 279 |
- </div> |
|
| 280 |
- </div> |
|
| 281 |
- <div class="input_list_item"> |
|
| 282 |
- <div class="input_left">사업자등록번호</div> |
|
| 283 |
- <div class="input_right"> |
|
| 284 |
- <label for="" class="label">사업자등록번호 입력</label> |
|
| 285 |
- <input type="text" class="list_inputType1" placeholder="653-12-34567" readonly> |
|
| 286 |
- <div class="list_btn_wrap"> |
|
| 287 |
- <button type="button">사업자등록번호 확인</button> |
|
| 288 |
- </div> |
|
| 289 |
- </div> |
|
| 290 |
- </div> |
|
| 291 |
- <div class="input_list_item"> |
|
| 292 |
- <div class="input_left">사업자등록증 첨부</div> |
|
| 293 |
- <div class="input_right"> |
|
| 294 |
- <label for="" class="label">사업자등록증 첨부</label> |
|
| 295 |
- <input type="text" class="list_inputType1" placeholder="주식회사 수빈인터네셔널 사업자.jpg" readonly> |
|
| 296 |
- <div class="list_btn_wrap"> |
|
| 297 |
- <span>사업자등록증 첨부(5MB 이내)</span> |
|
| 298 |
- <button type="button">파일첨부</button> |
|
| 299 |
- </div> |
|
| 300 |
- </div> |
|
| 301 |
- </div> |
|
| 302 |
- <div class="input_list_item bis_status"> |
|
| 303 |
- <div class="input_left">업태/종목</div> |
|
| 304 |
- <div class="input_right"> |
|
| 305 |
- <label for="" class="label">업태 입력</label> |
|
| 306 |
- <input type="text" class="list_inputType1" placeholder="F.건설업" readonly> |
|
| 307 |
- <span>/</span> |
|
| 308 |
- <label for="" class="label">종목 입력</label> |
|
| 309 |
- <input type="text" class="list_inputType1" placeholder="소매업" readonly> |
|
| 310 |
- </div> |
|
| 311 |
- </div> |
|
| 312 |
- <div class="input_list_item"> |
|
| 313 |
- <div class="input_left">사업장 주소</div> |
|
| 314 |
- <div class="input_right"> |
|
| 315 |
- <label for="" class="label">사업장 주소 입력</label> |
|
| 316 |
- <input type="text" class="list_inputType1" placeholder="경기도 남양주시 다산중앙로 1234" readonly> |
|
| 317 |
- <div class="list_btn_wrap"> |
|
| 318 |
- <button type="button">우편번호 찾기</button> |
|
| 319 |
- </div> |
|
| 320 |
- </div> |
|
| 321 |
- </div> |
|
| 322 |
- <div class="input_list_item"> |
|
| 323 |
- <div> |
|
| 324 |
- <label for="" class="label">사업장 주소 상세 입력</label> |
|
| 325 |
- <input type="text" class="list_inputType1 colorLight" size="100" placeholder="상세주소를 입력해주세요(선택)" onfocus="this.placeholder = ''" onblur="this.placeholder='상세주소를 입력해주세요(선택)'"> |
|
| 326 |
- </div> |
|
| 327 |
- </div> |
|
| 328 |
- </div><!--// 기업정보 --> |
|
| 329 |
- <!-- 계산서정보 --> |
|
| 330 |
- <div class="input_list listType2"> |
|
| 331 |
- <p class="list_title">계산서정보</p> |
|
| 332 |
- <div class="input_list_item"> |
|
| 333 |
- <div class="input_left">계산서 자동 발행</div> |
|
| 334 |
- <div class="input_right"> |
|
| 335 |
- <input id="radio5" type="radio"name="publish" checked="checked"> |
|
| 336 |
- <label for="radio5">자동발행</label> |
|
| 337 |
- <input id="radio6" type="radio" name="publish"> |
|
| 338 |
- <label for="radio6">발행하지 않음</label> |
|
| 339 |
- </div> |
|
| 340 |
- </div> |
|
| 341 |
- <div class="invoice"> |
|
| 342 |
- <div class="invoice_wrap"> |
|
| 343 |
- <div class="input_list_item2"> |
|
| 344 |
- <div class="input_left" style="width: 150px;">계산서 수신이메일</div> |
|
| 345 |
- <div class="input_right"> |
|
| 346 |
- <div class="email"> |
|
| 347 |
- <label for="" class="label">이메일 주소 앞자리</label> |
|
| 348 |
- <input type="text" class="list_inputType1" placeholder="sbitnsasa1234" readonly> |
|
| 349 |
- <span>@</span> |
|
| 350 |
- <label for="" class="label">이메일 주소 뒷자리</label> |
|
| 351 |
- <input type="text" class="list_inputType1" placeholder="gmail.com" readonly> |
|
| 352 |
- <label for="" class="label">이메일 선택</label> |
|
| 353 |
- <select class="list_selType1"> |
|
| 354 |
- <option>직접입력</option> |
|
| 355 |
- <option>네이버</option> |
|
| 356 |
- <option>네이트</option> |
|
| 357 |
- <option>한메일(다음)</option> |
|
| 358 |
- <option>지메일</option> |
|
| 359 |
- </select> |
|
| 360 |
- </div> |
|
| 361 |
- </div> |
|
| 362 |
- </div> |
|
| 363 |
- <div class="input_list_item2"> |
|
| 364 |
- <div class="input_half"> |
|
| 365 |
- <div>담당자</div> |
|
| 366 |
- <div> |
|
| 367 |
- <label for="" class="label">담당자 입력</label> |
|
| 368 |
- <input type="text" class="list_inputType1" placeholder="홍길동" readonly> |
|
| 369 |
- </div> |
|
| 370 |
- </div> |
|
| 371 |
- <div class="input_half"> |
|
| 372 |
- <div>직위</div> |
|
| 373 |
- <div> |
|
| 374 |
- <label for="" class="label">직위 입력</label> |
|
| 375 |
- <input type="text" class="list_inputType1" placeholder="주임" readonly> |
|
| 376 |
- </div> |
|
| 377 |
- </div> |
|
| 378 |
- </div> |
|
| 379 |
- <div class="input_list_item2 number"> |
|
| 380 |
- <div class="input_left">휴대폰</div> |
|
| 381 |
- <div class="input_right"> |
|
| 382 |
- <label for="" class="label">휴대폰 번호 입력</label> |
|
| 383 |
- <input type="text" class="list_inputType1" placeholder="010" readonly> |
|
| 384 |
- <span>-</span> |
|
| 385 |
- <label for="" class="label">휴대폰 번호 입력</label> |
|
| 386 |
- <input type="text" class="list_inputType1" placeholder="1234" readonly> |
|
| 387 |
- <span>-</span> |
|
| 388 |
- <label for="" class="label">휴대폰 번호 입력</label> |
|
| 389 |
- <input type="text" class="list_inputType1" placeholder="5678" readonly> |
|
| 390 |
- </div> |
|
| 391 |
- </div> |
|
| 392 |
- <div class="input_list_item2 number"> |
|
| 393 |
- <div class="input_left">일반전화</div> |
|
| 394 |
- <div class="input_right"> |
|
| 395 |
- <label for="" class="label">일반전화 번호 입력</label> |
|
| 396 |
- <input type="text" class="list_inputType1" placeholder="070" readonly> |
|
| 397 |
- <span>-</span> |
|
| 398 |
- <label for="" class="label">일반전화 번호 입력</label> |
|
| 399 |
- <input type="text" class="list_inputType1" placeholder="5858" readonly> |
|
| 400 |
- <span>-</span> |
|
| 401 |
- <label for="" class="label">일반전화 번호 입력</label> |
|
| 402 |
- <input type="text" class="list_inputType1" placeholder="1212" readonly> |
|
| 403 |
- </div> |
|
| 404 |
- </div> |
|
| 405 |
- </div> |
|
| 406 |
- </div> |
|
| 407 |
- <div class="mem_btnWrap2"> |
|
| 408 |
- <button type="button" class="mem_btn3">변경</button> |
|
| 409 |
- <button type="button" class="mem_btn2">취소</button> |
|
| 410 |
- </div> |
|
| 411 |
- </div> |
|
| 412 |
- </div><!--// 계산서정보 --> |
|
| 413 |
- </div> |
|
| 414 |
- </div> |
|
| 415 |
- </div><!--// 마이페이지 - 회원정보 변경 --> |
|
| 416 |
- |
|
| 417 |
- </div><!--// send top --> |
|
| 199 |
+ |
|
| 200 |
+ </div> |
|
| 201 |
+ </div> |
|
| 202 |
+ <!--// 마이페이지 - 회원정보 변경 --> |
|
| 203 |
+ |
|
| 418 | 204 |
</div> |
| 419 |
- </div><!--// content 영역 --> |
|
| 205 |
+ <!--// send top --> |
|
| 206 |
+ </div> |
|
| 207 |
+ <!--// content 영역 --> |
|
| 420 | 208 |
<!-- footer 영역 --> |
| 421 | 209 |
<!-- footer --> |
| 422 |
- <div data-include-path="/publish/layout/_footer.html"></div> |
|
| 423 |
- <!--// footer 영역 --> |
|
| 424 |
-</body></html> |
|
| 210 |
+ <div data-include-path="/publish/layout/_footer.html"></div> |
|
| 211 |
+ <!--// footer 영역 --> |
|
| 212 |
+</body> |
|
| 213 |
+ |
|
| 214 |
+</html>(No newline at end of file) |
--- src/main/webapp/publish/mypage3.html
+++ src/main/webapp/publish/mypage3.html
... | ... | @@ -41,7 +41,6 @@ |
| 41 | 41 |
<li class="tab active"><button type="button" onclick="TabType5(this,'2');">기업회원 전환</button></li> |
| 42 | 42 |
<li class="tab"><button type="button" onclick="location.href='/publish/mypage4.html'">비밀번호 변경</button></li> |
| 43 | 43 |
<li class="tab"><button type="button" onclick="location.href='/publish/mypage5.html'">발신번호 관리</button></li> |
| 44 |
- <li class="tab"><button type="button" onclick="location.href='/publish/mypage6.html'">알림설정</button></li> |
|
| 45 | 44 |
<li class="tab"><button type="button" onclick="location.href='/publish/mypage7.html'">회원탈퇴</button></li> |
| 46 | 45 |
<li class="tab"><button type="button" onclick="location.href='/publish/security_login.html'">보안로그인</button></li> |
| 47 | 46 |
</ul> |
--- src/main/webapp/publish/mypage3_return.html
+++ src/main/webapp/publish/mypage3_return.html
... | ... | @@ -41,7 +41,6 @@ |
| 41 | 41 |
<li class="tab active"><button type="button" onclick="TabType5(this,'2');">기업회원 전환</button></li> |
| 42 | 42 |
<li class="tab"><button type="button" onclick="location.href='/publish/mypage4.html'">비밀번호 변경</button></li> |
| 43 | 43 |
<li class="tab"><button type="button" onclick="location.href='/publish/mypage5.html'">발신번호 관리</button></li> |
| 44 |
- <li class="tab"><button type="button" onclick="location.href='/publish/mypage6.html'">알림설정</button></li> |
|
| 45 | 44 |
<li class="tab"><button type="button" onclick="location.href='/publish/mypage7.html'">회원탈퇴</button></li> |
| 46 | 45 |
<li class="tab"><button type="button" onclick="location.href='/publish/security_login.html'">보안로그인</button></li> |
| 47 | 46 |
</ul> |
--- src/main/webapp/publish/mypage4.html
+++ src/main/webapp/publish/mypage4.html
... | ... | @@ -40,7 +40,6 @@ |
| 40 | 40 |
<li class="tab"><button type="button" onclick="location.href='/publish/mypage3.html'">기업회원 전환</button></li> |
| 41 | 41 |
<li class="tab active"><button type="button" onclick="TabType5(this,'4');">비밀번호 변경</button></li> |
| 42 | 42 |
<li class="tab"><button type="button" onclick="location.href='/publish/mypage5.html'">발신번호 관리</button></li> |
| 43 |
- <li class="tab"><button type="button" onclick="location.href='/publish/mypage6.html'">알림설정</button></li> |
|
| 44 | 43 |
<li class="tab"><button type="button" onclick="location.href='/publish/mypage7.html'">회원탈퇴</button></li> |
| 45 | 44 |
<li class="tab"><button type="button" onclick="location.href='/publish/security_login.html'">보안로그인</button></li> |
| 46 | 45 |
</ul> |
--- src/main/webapp/publish/mypage5.html
+++ src/main/webapp/publish/mypage5.html
... | ... | @@ -103,7 +103,6 @@ |
| 103 | 103 |
<li class="tab"><button type="button" onclick="location.href='/publish/mypage3.html'">기업회원 전환</button></li> |
| 104 | 104 |
<li class="tab"><button type="button" onclick="location.href='/publish/mypage4.html'">비밀번호 변경</button></li> |
| 105 | 105 |
<li class="tab active"><button type="button" onclick="TabType5(this,'5');">발신번호 관리</button></li> |
| 106 |
- <li class="tab"><button type="button" onclick="location.href='/publish/mypage6.html'">알림설정</button></li> |
|
| 107 | 106 |
<li class="tab"><button type="button" onclick="location.href='/publish/mypage7.html'">회원탈퇴</button></li> |
| 108 | 107 |
<li class="tab"><button type="button" onclick="location.href='/publish/security_login.html'">보안로그인</button></li> |
| 109 | 108 |
</ul> |
--- src/main/webapp/publish/mypage5_2.html
+++ src/main/webapp/publish/mypage5_2.html
... | ... | @@ -315,7 +315,6 @@ |
| 315 | 315 |
<li class="tab"><button type="button" onclick="location.href='/publish/mypage3.html'">기업회원 전환</button></li> |
| 316 | 316 |
<li class="tab"><button type="button" onclick="location.href='/publish/mypage4.html'">비밀번호 변경</button></li> |
| 317 | 317 |
<li class="tab active"><button type="button" onclick="TabType5(this,'5');">발신번호 관리</button></li> |
| 318 |
- <li class="tab"><button type="button" onclick="location.href='/publish/mypage6.html'">알림설정</button></li> |
|
| 319 | 318 |
<li class="tab"><button type="button" onclick="location.href='/publish/mypage7.html'">회원탈퇴</button></li> |
| 320 | 319 |
<li class="tab"><button type="button" onclick="location.href='/publish/security_login.html'">보안로그인</button></li> |
| 321 | 320 |
</ul> |
--- src/main/webapp/publish/mypage7.html
+++ src/main/webapp/publish/mypage7.html
... | ... | @@ -40,7 +40,6 @@ |
| 40 | 40 |
<li class="tab"><button type="button" onclick="location.href='/publish/mypage3.html'">기업회원 전환</button></li> |
| 41 | 41 |
<li class="tab"><button type="button" onclick="location.href='/publish/mypage4.html'">비밀번호 변경</button></li> |
| 42 | 42 |
<li class="tab"><button type="button" onclick="location.href='/publish/mypage5.html'">발신번호 관리</button></li> |
| 43 |
- <li class="tab"><button type="button" onclick="location.href='/publish/mypage6.html'">알림설정</button></li> |
|
| 44 | 43 |
<li class="tab active"><button type="button" onclick="TabType5(this,'7');">회원탈퇴</button></li> |
| 45 | 44 |
<li class="tab"><button type="button" onclick="location.href='/publish/security_login.html'">보안로그인</button></li> |
| 46 | 45 |
</ul> |
--- src/main/webapp/publish/mypage8.html
+++ src/main/webapp/publish/mypage8.html
... | ... | @@ -41,7 +41,6 @@ |
| 41 | 41 |
<li class="tab"><button type="button" onclick="location.href='/publish/mypage3.html'">기업회원 전환</button></li> |
| 42 | 42 |
<li class="tab"><button type="button" onclick="location.href='/publish/mypage4.html'">비밀번호 변경</button></li> |
| 43 | 43 |
<li class="tab"><button type="button" onclick="location.href='/publish/mypage5.html'">발신번호 관리</button></li> |
| 44 |
- <li class="tab"><button type="button" onclick="location.href='/publish/mypage6.html'">알림설정</button></li> |
|
| 45 | 44 |
<li class="tab active"><button type="button" onclick="TabType5(this,'7');">회원탈퇴</button></li> |
| 46 | 45 |
<li class="tab"><button type="button" onclick="location.href='/publish/security_login.html'">보안로그인</button></li> |
| 47 | 46 |
</ul> |
--- src/main/webapp/publish/mypage_security_login.html
+++ src/main/webapp/publish/mypage_security_login.html
... | ... | @@ -64,7 +64,6 @@ |
| 64 | 64 |
<li class="tab"><button type="button" onclick="location.href='/publish/mypage3.html'">기업회원 전환</button></li> |
| 65 | 65 |
<li class="tab"><button type="button" onclick="location.href='/publish/mypage4.html'">비밀번호 변경</button></li> |
| 66 | 66 |
<li class="tab"><button type="button" onclick="location.href='/publish/mypage5.html'">발신번호 관리</button></li> |
| 67 |
- <li class="tab"><button type="button" onclick="TabType5(this,'6');">알림설정</button></li> |
|
| 68 | 67 |
<li class="tab"><button type="button" onclick="location.href='/publish/mypage7.html'">회원탈퇴</button></li> |
| 69 | 68 |
<li class="tab active"><button type="button" onclick="location.href='/publish/mypage_security_login.html'">보안로그인</button></li> |
| 70 | 69 |
</ul> |
--- src/main/webapp/publish/payment3.html
+++ src/main/webapp/publish/payment3.html
... | ... | @@ -252,12 +252,13 @@ |
| 252 | 252 |
<!-- //기간설정 --> |
| 253 | 253 |
|
| 254 | 254 |
<div class="excel_middle"> |
| 255 |
- <div class="select_btnWrap clearfix"> |
|
| 256 |
- <div class="add_text2" style="line-height: 1.3em;"> |
|
| 255 |
+ <div class="select_btnWrap "> |
|
| 256 |
+ <div class="add_text2" style="line-height:1.4;font-size:15px;padding:0;"> |
|
| 257 | 257 |
※ 요금 결제내역은 결제일을 기준으로 최대 6개월까지만 조회가능합니다. |
| 258 | 258 |
<br>※ 간편결제 영수증은 결제하신 서비스를 통해 제공됩니다. |
| 259 |
+ <br>※ 거래명세서는 세금계산서 발행일로부터 30일 이내에만 출력이 가능합니다. |
|
| 259 | 260 |
</div> |
| 260 |
- <div style="padding-top: 10px;"> |
|
| 261 |
+ <div> |
|
| 261 | 262 |
<button type="button" class="excel_btn"><i class="downroad"></i>엑셀 다운로드</button> |
| 262 | 263 |
<button type="button" class="print_btn"><i class="print_img"></i>인쇄하기</button> |
| 263 | 264 |
<label for="pageUnit" class="label">검색조건 선택</label> |
... | ... | @@ -279,7 +280,7 @@ |
| 279 | 280 |
<col style="width: 15%;"> |
| 280 | 281 |
<col style="width: 15%;"> |
| 281 | 282 |
<col style="width: 15%;"> |
| 282 |
- <col style="width: 20%;"> |
|
| 283 |
+ <col style="width: 25%;"> |
|
| 283 | 284 |
</colgroup> |
| 284 | 285 |
<thead> |
| 285 | 286 |
<tr> |
... | ... | @@ -336,7 +337,7 @@ |
| 336 | 337 |
<td class="tRight">20,909,000</td> |
| 337 | 338 |
<td>결제완료</td> |
| 338 | 339 |
<td> |
| 339 |
- <p class="fwMd c_002c9a">세금계산서 발행완료</p> |
|
| 340 |
+ <button class="btnType btnType20 btn_use_status" onclick="window.open('/publish/transaction_statement.html','','width=790,height=800')">거래명세서</button>
|
|
| 340 | 341 |
</td> |
| 341 | 342 |
</tr> |
| 342 | 343 |
<tr> |
... | ... | @@ -347,7 +348,18 @@ |
| 347 | 348 |
<td class="tRight">20,909,000</td> |
| 348 | 349 |
<td>결제완료</td> |
| 349 | 350 |
<td> |
| 350 |
- <p class="fwMd c_222">세금계산서 발행대기</p> |
|
| 351 |
+ <p class="c_002c9a">세금계산서 발행완료</p> |
|
| 352 |
+ </td> |
|
| 353 |
+ </tr> |
|
| 354 |
+ <tr> |
|
| 355 |
+ <td>19</td> |
|
| 356 |
+ <td>2025-03-05 14:40:00</td> |
|
| 357 |
+ <td>개인전용계좌<br>(전용계좌번호)</td> |
|
| 358 |
+ <td class="tRight">23,000,000</td> |
|
| 359 |
+ <td class="tRight">20,909,000</td> |
|
| 360 |
+ <td>결제완료</td> |
|
| 361 |
+ <td> |
|
| 362 |
+ <p class="c_222">세금계산서 발행대기</p> |
|
| 351 | 363 |
</td> |
| 352 | 364 |
</tr> |
| 353 | 365 |
<tr> |
... | ... | @@ -367,8 +379,8 @@ |
| 367 | 379 |
<td class="tRight">20,909,000</td> |
| 368 | 380 |
<td>결제완료</td> |
| 369 | 381 |
<td> |
| 382 |
+ <button class="btnType btnType20">세금계산서</button> |
|
| 370 | 383 |
<button class="btnType btnType20">현금영수증</button> |
| 371 |
- <button class="btnType btnType20">간이영수증</button> |
|
| 372 | 384 |
</td> |
| 373 | 385 |
</tr> |
| 374 | 386 |
</tbody> |
... | ... | @@ -425,7 +437,7 @@ |
| 425 | 437 |
<!-- //기간설정 --> |
| 426 | 438 |
|
| 427 | 439 |
<div class="excel_middle"> |
| 428 |
- <div class="select_btnWrap clearfix"> |
|
| 440 |
+ <div class="select_btnWrap "> |
|
| 429 | 441 |
<div class="add_text2" style="line-height: 1.3em;"> |
| 430 | 442 |
※ 포인트 교환내역은 교환일을 기준으로 최대 6개월까지만 조회 가능합니다. |
| 431 | 443 |
</div> |
... | ... | @@ -761,7 +773,7 @@ |
| 761 | 773 |
<!-- //기간설정 --> |
| 762 | 774 |
|
| 763 | 775 |
<div class="excel_middle"> |
| 764 |
- <div class="select_btnWrap clearfix"> |
|
| 776 |
+ <div class="select_btnWrap"> |
|
| 765 | 777 |
<div class="add_text2"></div> |
| 766 | 778 |
<div> |
| 767 | 779 |
<button type="button" class="excel_btn" onclick="javascript:refundExcelDownload();"> |
--- src/main/webapp/publish/payment4.html
+++ src/main/webapp/publish/payment4.html
... | ... | @@ -32,9 +32,9 @@ |
| 32 | 32 |
|
| 33 | 33 |
<script> |
| 34 | 34 |
$(function () {
|
| 35 |
- |
|
| 35 |
+ |
|
| 36 | 36 |
// 거래명세서/사용내역서 발행 |
| 37 |
- $(".btn_publish").click(function(){
|
|
| 37 |
+ $(".btn_publish").click(function () {
|
|
| 38 | 38 |
var thisVal = $("[name='publish']:checked").val();
|
| 39 | 39 |
var popup_wid = "820"; |
| 40 | 40 |
var popup_ht = "820"; |
... | ... | @@ -305,21 +305,28 @@ |
| 305 | 305 |
</div> |
| 306 | 306 |
<div class="price_history_cont" id="listTab2_5"> |
| 307 | 307 |
<div class="list_info"> |
| 308 |
- <p>총 <span>10</span>건</p> |
|
| 308 |
+ <p>총 <span>10</span>건 (1,148원)</p> |
|
| 309 | 309 |
<div> |
| 310 |
- <button type="button" class="print_btn"><i class="print_img"></i>인쇄하기</button> |
|
| 311 |
- <button type="button" class="pdf_btn"><i class="pdf_img"></i>PDF저장</button> |
|
| 310 |
+ <button type="button" class="btnType btn_36 border_gray btnType12" onclick="window.open('/publish/use_statement.html','','width=790,height=800');">사용내역서</button>
|
|
| 312 | 311 |
<button type="button" class="excel_btn"><i class="downroad"></i>엑셀 다운로드</button> |
| 312 |
+ <label for="pageUnit" class="label">검색조건 선택</label> |
|
| 313 |
+ <select name="pageUnit" id="pageUnit" class="selType2"> |
|
| 314 |
+ <option value="10" selected="">10줄</option> |
|
| 315 |
+ <option value="20">20줄</option> |
|
| 316 |
+ <option value="30">30줄</option> |
|
| 317 |
+ <option value="100">100줄</option> |
|
| 318 |
+ </select> |
|
| 313 | 319 |
</div> |
| 314 | 320 |
</div> |
| 315 | 321 |
<div class="tb_wrap"> |
| 316 | 322 |
<table class="tType4"> |
| 317 | 323 |
<colgroup> |
| 318 | 324 |
<col style="width: auto;"> |
| 319 |
- <col style="width: 15%;"> |
|
| 320 |
- <col style="width: 15%;"> |
|
| 321 |
- <col style="width: 15%;"> |
|
| 322 |
- <col style="width: 20%;"> |
|
| 325 |
+ <col style="width: 9%;"> |
|
| 326 |
+ <col style="width: 10%;"> |
|
| 327 |
+ <col style="width: 12%;"> |
|
| 328 |
+ <col style="width: 12%;"> |
|
| 329 |
+ <col style="width: 16%;"> |
|
| 323 | 330 |
</colgroup> |
| 324 | 331 |
<thead> |
| 325 | 332 |
<tr> |
... | ... | @@ -330,64 +337,77 @@ |
| 330 | 337 |
</div> |
| 331 | 338 |
</th> |
| 332 | 339 |
<th rowspan="2"> |
| 333 |
- 문자유형 |
|
| 340 |
+ 형태 |
|
| 334 | 341 |
<div class="sort_wrap"> |
| 335 | 342 |
<input type="button" class="sort sortBtn" id="sort_orderByCode"> |
| 336 | 343 |
</div> |
| 337 | 344 |
</th> |
| 338 | 345 |
<th rowspan="2">내용</th> |
| 339 |
- <th rowspan="2">발송건수</th> |
|
| 340 |
- <th>사용</th> |
|
| 346 |
+ <th colspan="2">발송건수</th> |
|
| 347 |
+ <th rowspan="2">금액(원)</th> |
|
| 341 | 348 |
</tr> |
| 342 | 349 |
<tr> |
| 343 |
- <th>충전금</th> |
|
| 350 |
+ <th>성공</th> |
|
| 351 |
+ <th style="border-right:1px solid #ccc;">실패</th> |
|
| 344 | 352 |
</tr> |
| 345 | 353 |
</thead> |
| 346 | 354 |
<tbody> |
| 347 | 355 |
<tr> |
| 348 |
- <td colspan="5"> |
|
| 356 |
+ <td colspan="6"> |
|
| 349 | 357 |
검색 결과가 없습니다. |
| 350 | 358 |
</td> |
| 351 | 359 |
</tr> |
| 352 | 360 |
<tr> |
| 353 |
- <td>2025-04-21 18:19:48</td> |
|
| 361 |
+ <td>2025-04-21 18:19</td> |
|
| 354 | 362 |
<td>알림톡</td> |
| 355 | 363 |
<td><button class="btnType btnType20" data-tooltip="allimTalk_detail_popup">상세보기</button></td> |
| 356 | 364 |
<td> |
| 357 |
- <p class="fwRg c_002c9a">1/0</p> |
|
| 365 |
+ <p class="fwRg c_002c9a">187</p> |
|
| 366 |
+ </td> |
|
| 367 |
+ <td> |
|
| 368 |
+ <p class="fwRg c_222">23</p> |
|
| 358 | 369 |
</td> |
| 359 | 370 |
<td> |
| 360 | 371 |
<p class="fwRg c_002c9a">5</p> |
| 361 | 372 |
</td> |
| 362 | 373 |
</tr> |
| 363 | 374 |
<tr> |
| 364 |
- <td>2025-04-21 18:19:48</td> |
|
| 375 |
+ <td>2025-04-21 18:19</td> |
|
| 365 | 376 |
<td>단문</td> |
| 366 | 377 |
<td><button class="btnType btnType20" data-tooltip="shotMsg_detail_popup">상세보기</button></td> |
| 367 | 378 |
<td> |
| 368 |
- <p class="fwRg c_002c9a">1/0</p> |
|
| 379 |
+ <p class="fwRg c_002c9a">187</p> |
|
| 380 |
+ </td> |
|
| 381 |
+ <td> |
|
| 382 |
+ <p class="fwRg c_222">23</p> |
|
| 369 | 383 |
</td> |
| 370 | 384 |
<td> |
| 371 | 385 |
<p class="fwRg c_002c9a">5</p> |
| 372 | 386 |
</td> |
| 373 | 387 |
</tr> |
| 374 | 388 |
<tr> |
| 375 |
- <td>2025-04-21 18:19:48</td> |
|
| 389 |
+ <td>2025-04-21 18:19</td> |
|
| 376 | 390 |
<td>장문</td> |
| 377 | 391 |
<td><button class="btnType btnType20" data-tooltip="longMsg_detail_popup">상세보기</button></td> |
| 378 | 392 |
<td> |
| 379 |
- <p class="fwRg c_002c9a">1/0</p> |
|
| 393 |
+ <p class="fwRg c_002c9a">187</p> |
|
| 394 |
+ </td> |
|
| 395 |
+ <td> |
|
| 396 |
+ <p class="fwRg c_222">23</p> |
|
| 380 | 397 |
</td> |
| 381 | 398 |
<td> |
| 382 | 399 |
<p class="fwRg c_002c9a">5</p> |
| 383 | 400 |
</td> |
| 384 | 401 |
</tr> |
| 385 | 402 |
<tr> |
| 386 |
- <td>2025-04-21 18:19:48</td> |
|
| 403 |
+ <td>2025-04-21 18:19</td> |
|
| 387 | 404 |
<td>그림</td> |
| 388 | 405 |
<td><button class="btnType btnType20" data-tooltip="photoMsg_detail_popup">상세보기</button></td> |
| 389 | 406 |
<td> |
| 390 |
- <p class="fwRg c_002c9a">1/0</p> |
|
| 407 |
+ <p class="fwRg c_002c9a">187</p> |
|
| 408 |
+ </td> |
|
| 409 |
+ <td> |
|
| 410 |
+ <p class="fwRg c_222">23</p> |
|
| 391 | 411 |
</td> |
| 392 | 412 |
<td> |
| 393 | 413 |
<p class="fwRg c_002c9a">5</p> |
... | ... | @@ -396,7 +416,7 @@ |
| 396 | 416 |
</tbody> |
| 397 | 417 |
</table> |
| 398 | 418 |
</div> |
| 399 |
- <div class="publish_btn clearfix"> |
|
| 419 |
+ <!-- <div class="publish_btn clearfix"> |
|
| 400 | 420 |
<div> |
| 401 | 421 |
<input type="radio" name="publish" id="publishS" value="statement" checked> |
| 402 | 422 |
<label for="publishS">거래명세서</label> |
... | ... | @@ -410,7 +430,7 @@ |
| 410 | 430 |
<div> |
| 411 | 431 |
<button type="button" class="btnType btn_publish">발행하기</button> |
| 412 | 432 |
</div> |
| 413 |
- </div> |
|
| 433 |
+ </div> --> |
|
| 414 | 434 |
<!-- pagination --> |
| 415 | 435 |
<ul class="pagination"> |
| 416 | 436 |
<li class="page_first"><button><img src="/publish/images/content/page_first.png" alt=""></button></li> |
--- src/main/webapp/publish/publish_adv/adv_template_v1_230918.html
+++ src/main/webapp/publish/publish_adv/adv_template_v1_230918.html
... | ... | @@ -1,214 +1,214 @@ |
| 1 |
-<!DOCTYPE html> |
|
| 2 |
-<html lang="ko"> |
|
| 3 |
- |
|
| 4 |
-<head> |
|
| 5 |
- <meta charset="UTF-8"> |
|
| 6 |
- <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
|
| 7 |
- <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
|
| 8 |
- <title>단체문자 - 문자온</title> |
|
| 9 |
- |
|
| 10 |
- <meta name="Keywords" content="문자전송, 문자발송, SMS, LMS, MMS, 문자보내기, 단체문자, 단체문자전송, 단체문자발송,단체문자사이트,문자사이트, 대량문자"> |
|
| 11 |
- <meta name="description" content="요즘 시대에는 경조사, 알림, 안부인사, 홍보 등 여러 가지 상황에서 단체에게 내용을 전달해야 하는 경우가 많습니다."> |
|
| 12 |
- <meta property="og:type" content="website"> |
|
| 13 |
- <meta property="og:title" content="단체문자 - 문자온"> |
|
| 14 |
- <meta property="og:description" content="요즘 시대에는 경조사, 알림, 안부인사, 홍보 등 여러 가지 상황에서 단체에게 내용을 전달해야 하는 경우가 많습니다."> |
|
| 15 |
- <link rel="apple-touch-icon" sizes="57x57" href="/publish/images/favicon/apple-icon-57x57.png"> |
|
| 16 |
- <link rel="apple-touch-icon" sizes="60x60" href="/publish/images/favicon/apple-icon-60x60.png"> |
|
| 17 |
- <link rel="apple-touch-icon" sizes="72x72" href="/publish/images/favicon/apple-icon-72x72.png"> |
|
| 18 |
- <link rel="apple-touch-icon" sizes="76x76" href="/publish/images/favicon/apple-icon-76x76.png"> |
|
| 19 |
- <link rel="apple-touch-icon" sizes="114x114" href="/publish/images/favicon/apple-icon-114x114.png"> |
|
| 20 |
- <link rel="apple-touch-icon" sizes="120x120" href="/publish/images/favicon/apple-icon-120x120.png"> |
|
| 21 |
- <link rel="apple-touch-icon" sizes="144x144" href="/publish/images/favicon/apple-icon-144x144.png"> |
|
| 22 |
- <link rel="apple-touch-icon" sizes="152x152" href="/publish/images/favicon/apple-icon-152x152.png"> |
|
| 23 |
- <link rel="apple-touch-icon" sizes="180x180" href="/publish/images/favicon/apple-icon-180x180.png"> |
|
| 24 |
- <link rel="icon" type="image/png" sizes="192x192" href="/publish/images/favicon/android-icon-192x192.png"> |
|
| 25 |
- <link rel="icon" type="image/png" sizes="32x32" href="/publish/images/favicon/favicon-32x32.png"> |
|
| 26 |
- <link rel="icon" type="image/png" sizes="96x96" href="/publish/images/favicon/favicon-96x96.png"> |
|
| 27 |
- <link rel="icon" type="image/png" sizes="16x16" href="/publish/images/favicon/favicon-16x16.png"> |
|
| 28 |
- <link rel="manifest" href="/publish/images/favicon/manifest.json"> |
|
| 29 |
- |
|
| 30 |
- <link rel="stylesheet" href="/publish/publish_adv/css/reset.css"> |
|
| 31 |
- <link rel="stylesheet" href="/publish/publish_adv/css/style.css"> |
|
| 32 |
- <link rel="stylesheet" href="/publish/css/font.css"> |
|
| 33 |
- |
|
| 34 |
- <script src="/publish/js/jquery-3.5.0.js"></script> |
|
| 35 |
- <script> |
|
| 36 |
- function topBtn(){$("html").scrollTop("0");}
|
|
| 37 |
- </script> |
|
| 38 |
-</head> |
|
| 39 |
- |
|
| 40 |
-<body> |
|
| 41 |
- <div class="template_v1_content"> |
|
| 42 |
- <button type="button" class="top_btn" onclick="topBtn()">▲<br>TOP</button> |
|
| 43 |
- <header> |
|
| 44 |
- <div class="inner"> |
|
| 45 |
- <a href="http://www.munjaon.co.kr"> |
|
| 46 |
- <h1><img src="/publish/publish_adv/img/template_v1_header_logo.png" alt=""></h1> |
|
| 47 |
- </a> |
|
| 48 |
- </div> |
|
| 49 |
- </header> |
|
| 50 |
- <div class="visual"> |
|
| 51 |
- <div class="inner"> |
|
| 52 |
- <p class="keyword">keyword</p> |
|
| 53 |
- <h2>단체문자</h2> |
|
| 54 |
- <p class="sub_text"> |
|
| 55 |
- 요즘 시대에는 경조사, 알림, 안부인사, 홍보 등 여러 가지 상황에서 단체에게 내용을 전달해야 하는 경우가 많습니다.<br> |
|
| 56 |
- 내용을 전달하기 위한 가장 효과적인 수단은 휴대폰을 이용한 SMS(단문) / LMS(장문) / MMS(그림) 문자 메시지인데요.<br> |
|
| 57 |
- 오늘은 휴대폰을 통해 단체문자를 보내는 방법과 그 한계를 설명한 다음, 문자온을 통해 제한사항없이 단체문자 보내는 방법을 안내하고자 합니다. |
|
| 58 |
- </p> |
|
| 59 |
- </div> |
|
| 60 |
- </div> |
|
| 61 |
- <div class="index"> |
|
| 62 |
- <div class="inner"> |
|
| 63 |
- <p>목 차</p> |
|
| 64 |
- <nav> |
|
| 65 |
- <ul> |
|
| 66 |
- <li><a href="#section01">단체문자발송</a></li> |
|
| 67 |
- <li><a href="#section02">단체 및 대량문자 샘플</a></li> |
|
| 68 |
- <li><a href="#section03">문자온 문자사이트 장점 및 혜택</a></li> |
|
| 69 |
- <li><a href="#section04">문자사이트 선택의 5가지 기준</a></li> |
|
| 70 |
- <li><a href="#section05">문자온 이벤트</a></li> |
|
| 71 |
- </ul> |
|
| 72 |
- </nav> |
|
| 73 |
- </div> |
|
| 74 |
- </div> |
|
| 75 |
- <section class="section section01" id="section01"> |
|
| 76 |
- <div class="inner"> |
|
| 77 |
- <h3>단체문자발송</h3> |
|
| 78 |
- <p class="text"> |
|
| 79 |
- 휴대폰으로도 단체문자를 보낼 수 있지만, 한 번에 보낼 수 있는 단체 문자의 수가 제한됩니다. 보통은 수백명 이하이며, 갤럭시의 경우 인원수 제한을 초과하는 경우 메시지가 전송되지 않을 수 있습니다. 또한, 인터넷 문자사이트를 이용하여 대량 전송하는 것보다 요금 또한 매우 비쌉니다. |
|
| 80 |
- <br> |
|
| 81 |
- <br> |
|
| 82 |
- 문자온은 단체문자 및 대량문자 전송을 위한 특화된 인터넷 문자사이트로 별도의 프로그램 설치 없이 컴퓨터로 단체 및 대량 문자 전송이 가능하며, 특정문구 일괄변환, 무료 문자 포토에디터, 그림문자 맞춤제작, 주소록 등록 무료 대행, 080 수신거부 무료 제공, 문자메시지 내 제목 및 약도 추가, 자동화 기반 비용처리 등이 가능하여 누구나 쉽고 편리하게 문자를 대량으로 발송할 수 있습니다. |
|
| 83 |
- </p> |
|
| 84 |
- <img src="/publish/publish_adv/img/template_v1_section01_img01.png" alt=""> |
|
| 85 |
- </div> |
|
| 86 |
- </section> |
|
| 87 |
- <section class="section section02" id="section02"> |
|
| 88 |
- <div class="inner"> |
|
| 89 |
- <h3>단체 및 대량문자 샘플</h3> |
|
| 90 |
- <p class="text"> |
|
| 91 |
- 인터넷문자 사이트 문자온은 대량문자·단체문자 발송을 위한 다양한 문자 샘플을 무료로 제공합니다. |
|
| 92 |
- <span class="gray_small_text"> |
|
| 93 |
- - 기념일문자, 경조문자, 부고문자, 조문문자, 결혼문자, 행사문자, 병원문자, 선거문자, 응원문자, 홍보문자 등 다양한 웹문자 기반 단체문자&대량문자 샘플 제공 |
|
| 94 |
- </span> |
|
| 95 |
- </p> |
|
| 96 |
- <img src="/publish/publish_adv/img/template_v1_section02_img01.png" alt=""> |
|
| 97 |
- </div> |
|
| 98 |
- </section> |
|
| 99 |
- <section class="section section03" id="section03"> |
|
| 100 |
- <div class="inner"> |
|
| 101 |
- <h3>문자온 문자사이트 장점 및 혜택</h3> |
|
| 102 |
- <dl> |
|
| 103 |
- <dt> |
|
| 104 |
- <p class="blue_text bold">1) 대량 및 단체문자 일괄 발송</p> |
|
| 105 |
- </dt> |
|
| 106 |
- <dd> |
|
| 107 |
- <p class="text"> |
|
| 108 |
- 별도의 프로그램 설치 없이 웹문자로 100만건 이상 끊김 없는 대량 전송 가능 |
|
| 109 |
- <span class="gray_text">※ 발송오류율 0%, 문자전송 실패 시 100% 보상 및 재적립(단문문자, 장문문자, 그림문자)</span> |
|
| 110 |
- </p> |
|
| 111 |
- </dd> |
|
| 112 |
- <dt> |
|
| 113 |
- <p class="blue_text bold">2) 엑셀 일괄 업로드 및 다운로드</p> |
|
| 114 |
- </dt> |
|
| 115 |
- <dd> |
|
| 116 |
- <p class="text"> |
|
| 117 |
- 엑셀로 한 번에 주소록 업로드 및 다운로드 가능 |
|
| 118 |
- </p> |
|
| 119 |
- </dd> |
|
| 120 |
- <dt> |
|
| 121 |
- <p class="blue_text bold">3) 치환</p> |
|
| 122 |
- </dt> |
|
| 123 |
- <dd> |
|
| 124 |
- <p class="text"> |
|
| 125 |
- 주소록, 엑셀, TXT 등 입력된 문자내용을 수신자마다 다르게 전송할 수 있는 특정문구 일괄 변환(치환) 기능 제공 |
|
| 126 |
- </p> |
|
| 127 |
- </dd> |
|
| 128 |
- <dt> |
|
| 129 |
- <p class="blue_text bold">4) 주소록</p> |
|
| 130 |
- </dt> |
|
| 131 |
- <dd> |
|
| 132 |
- <p class="text"> |
|
| 133 |
- 쉽고 편리한 주소록 관리 모듈 및 폰주소록 등록 기능 제공 |
|
| 134 |
- </p> |
|
| 135 |
- </dd> |
|
| 136 |
- <dt> |
|
| 137 |
- <p class="blue_text bold">5) 예약문자</p> |
|
| 138 |
- </dt> |
|
| 139 |
- <dd> |
|
| 140 |
- <p class="text"> |
|
| 141 |
- 특정 날짜 및 시간에 문자 전송 내역을 저장하여 일괄 발송 기능 제공 |
|
| 142 |
- </p> |
|
| 143 |
- </dd> |
|
| 144 |
- <dt> |
|
| 145 |
- <p class="blue_text bold">6) 그림 및 사진문자 발송</p> |
|
| 146 |
- </dt> |
|
| 147 |
- <dd> |
|
| 148 |
- <p class="text"> |
|
| 149 |
- 그림문자 3장 일괄 전송 지원 |
|
| 150 |
- </p> |
|
| 151 |
- </dd> |
|
| 152 |
- <dt> |
|
| 153 |
- <p class="blue_text bold">7) 발신번호 변경 및 관리</p> |
|
| 154 |
- </dt> |
|
| 155 |
- <dd> |
|
| 156 |
- <p class="text"> |
|
| 157 |
- 다양한 본인인증(휴대폰, 일반전화, 서류 등) 및 결제수단 제공 |
|
| 158 |
- </p> |
|
| 159 |
- </dd> |
|
| 160 |
- <dt> |
|
| 161 |
- <p class="blue_text bold">8) 포토에디터</p> |
|
| 162 |
- </dt> |
|
| 163 |
- <dd> |
|
| 164 |
- <p class="text"> |
|
| 165 |
- 국내 최초 자사 기술로 개발한 문자 포토에디터 무료 제공 |
|
| 166 |
- </p> |
|
| 167 |
- </dd> |
|
| 168 |
- <dt> |
|
| 169 |
- <p class="blue_text bold">9) 최고의 디자이너가 직접 제작하는 나만의 그림문자 맞춤제작 서비스 제공</p> |
|
| 170 |
- </dt> |
|
| 171 |
- </dl> |
|
| 172 |
- </div> |
|
| 173 |
- </section> |
|
| 174 |
- <section class="section section04" id="section04"> |
|
| 175 |
- <div class="inner"> |
|
| 176 |
- <h3>문자사이트 선택의 5가지 기준</h3> |
|
| 177 |
- <ul> |
|
| 178 |
- <li>o 속도, 성능, 기능, 보안, 가격이 보장되는가?</li> |
|
| 179 |
- <li>o 회원가입, 발신번호 인증이 쉽고 빠르며, 대량문자를 전송하기에 UI/UX가 편리한가?</li> |
|
| 180 |
- <li>o 최신 IT 기술과 트렌드를 반영시키고 있는가?</li> |
|
| 181 |
- <li>o 결제, 정산, 환불, 계산서 발행 등 업무가 자동화되어 있고 편리한가?</li> |
|
| 182 |
- <li>o 매일 매일 문자샘플 콘텐츠가 업데이트 되고, CS 및 기술응대가 실시간적으로 잘 이뤄지고 있는가?</li> |
|
| 183 |
- </ul> |
|
| 184 |
- <div class="border_box type01"> |
|
| 185 |
- <p class="gray_text"> |
|
| 186 |
- 문자온은 특화된 인공지능‧자동화 기술 및 공신력과 검증된 기술력(GS 1등급, 호환성 Lv2, 이노비즈. 메인비즈, 우수기술기업 인증 등)을 보유한 |
|
| 187 |
- 우수기술 인증 종합 IT 벤처기업이 작정하고 만든 세상에서 제일 쉽고 똑똑한 프리미엄 대량 및 단체문자 전송 플랫폼입니다. |
|
| 188 |
- </p> |
|
| 189 |
- </div> |
|
| 190 |
- <img src="/publish/publish_adv/img/template_v1_section04_img01.png" alt=""> |
|
| 191 |
- </div> |
|
| 192 |
- </section> |
|
| 193 |
- <section class="section section05" id="section05"> |
|
| 194 |
- <div class="inner"> |
|
| 195 |
- <h3>문자온 이벤트</h3> |
|
| 196 |
- <ul> |
|
| 197 |
- <li>o 첫결제 국내 최저가(단문 : 7.5원, 장문 : 32원, 그림 : 59원) 이벤트 진행 중!</li> |
|
| 198 |
- <li>o 결제금액의 2% 포인트 추가 적립 및 포인트 1만점 이상 적립 시 현금 페이백 이벤트 진행 중!</li> |
|
| 199 |
- <li>o 문자온 알림톡, 대한민국 최저가 이벤트 진행 중!(조건 없이 누구나 무조건 6.9원)</li> |
|
| 200 |
- </ul> |
|
| 201 |
- <img src="/publish/publish_adv/img/template_v1_section05_img01.png" alt=""> |
|
| 202 |
- </div> |
|
| 203 |
- </section> |
|
| 204 |
- |
|
| 205 |
- <div class="btn_wrap"> |
|
| 206 |
- <div class="inner"> |
|
| 207 |
- <a href="https://www.munjaon.co.kr/web/mjon/msgdata/selectMsgDataView.do">단체문자</a> |
|
| 208 |
- </div> |
|
| 209 |
- </div> |
|
| 210 |
- </div> |
|
| 211 |
- |
|
| 212 |
-</body> |
|
| 213 |
- |
|
| 1 |
+<!DOCTYPE html> |
|
| 2 |
+<html lang="ko"> |
|
| 3 |
+ |
|
| 4 |
+<head> |
|
| 5 |
+ <meta charset="UTF-8"> |
|
| 6 |
+ <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
|
| 7 |
+ <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
|
| 8 |
+ <title>단체문자 - 문자온</title> |
|
| 9 |
+ |
|
| 10 |
+ <meta name="Keywords" content="문자전송, 문자발송, SMS, LMS, MMS, 문자보내기, 단체문자, 단체문자전송, 단체문자발송,단체문자사이트,문자사이트, 대량문자"> |
|
| 11 |
+ <meta name="description" content="문자온을 통해 단체문자 발송을 쉽고 효율적으로 관리하세요. 경조사, 알림, 홍보 등 다양한 상황에서 수백 명에게 동시에 문자 메시지를 전송할 수 있는 기능을 제공합니다. "> |
|
| 12 |
+ <meta property="og:type" content="website"> |
|
| 13 |
+ <meta property="og:title" content="단체문자 - 문자온"> |
|
| 14 |
+ <meta property="og:description" content="문자온을 통해 단체문자 발송을 쉽고 효율적으로 관리하세요. 경조사, 알림, 홍보 등 다양한 상황에서 수백 명에게 동시에 문자 메시지를 전송할 수 있는 기능을 제공합니다. "> |
|
| 15 |
+ <link rel="apple-touch-icon" sizes="57x57" href="/publish/images/favicon/apple-icon-57x57.png"> |
|
| 16 |
+ <link rel="apple-touch-icon" sizes="60x60" href="/publish/images/favicon/apple-icon-60x60.png"> |
|
| 17 |
+ <link rel="apple-touch-icon" sizes="72x72" href="/publish/images/favicon/apple-icon-72x72.png"> |
|
| 18 |
+ <link rel="apple-touch-icon" sizes="76x76" href="/publish/images/favicon/apple-icon-76x76.png"> |
|
| 19 |
+ <link rel="apple-touch-icon" sizes="114x114" href="/publish/images/favicon/apple-icon-114x114.png"> |
|
| 20 |
+ <link rel="apple-touch-icon" sizes="120x120" href="/publish/images/favicon/apple-icon-120x120.png"> |
|
| 21 |
+ <link rel="apple-touch-icon" sizes="144x144" href="/publish/images/favicon/apple-icon-144x144.png"> |
|
| 22 |
+ <link rel="apple-touch-icon" sizes="152x152" href="/publish/images/favicon/apple-icon-152x152.png"> |
|
| 23 |
+ <link rel="apple-touch-icon" sizes="180x180" href="/publish/images/favicon/apple-icon-180x180.png"> |
|
| 24 |
+ <link rel="icon" type="image/png" sizes="192x192" href="/publish/images/favicon/android-icon-192x192.png"> |
|
| 25 |
+ <link rel="icon" type="image/png" sizes="32x32" href="/publish/images/favicon/favicon-32x32.png"> |
|
| 26 |
+ <link rel="icon" type="image/png" sizes="96x96" href="/publish/images/favicon/favicon-96x96.png"> |
|
| 27 |
+ <link rel="icon" type="image/png" sizes="16x16" href="/publish/images/favicon/favicon-16x16.png"> |
|
| 28 |
+ <link rel="manifest" href="/publish/images/favicon/manifest.json"> |
|
| 29 |
+ |
|
| 30 |
+ <link rel="stylesheet" href="/publish/publish_adv/css/reset.css"> |
|
| 31 |
+ <link rel="stylesheet" href="/publish/publish_adv/css/style.css"> |
|
| 32 |
+ <link rel="stylesheet" href="/publish/css/font.css"> |
|
| 33 |
+ |
|
| 34 |
+ <script src="/publish/js/jquery-3.5.0.js"></script> |
|
| 35 |
+ <script> |
|
| 36 |
+ function topBtn(){$("html").scrollTop("0");}
|
|
| 37 |
+ </script> |
|
| 38 |
+</head> |
|
| 39 |
+ |
|
| 40 |
+<body> |
|
| 41 |
+ <div class="template_v1_content"> |
|
| 42 |
+ <button type="button" class="top_btn" onclick="topBtn()">▲<br>TOP</button> |
|
| 43 |
+ <header> |
|
| 44 |
+ <div class="inner"> |
|
| 45 |
+ <a href="http://www.munjaon.co.kr"> |
|
| 46 |
+ <h1><img src="/publish/publish_adv/img/template_v1_header_logo.png" alt=""></h1> |
|
| 47 |
+ </a> |
|
| 48 |
+ </div> |
|
| 49 |
+ </header> |
|
| 50 |
+ <div class="visual"> |
|
| 51 |
+ <div class="inner"> |
|
| 52 |
+ <p class="keyword">keyword</p> |
|
| 53 |
+ <h2>단체문자</h2> |
|
| 54 |
+ <p class="sub_text"> |
|
| 55 |
+ 요즘 시대에는 경조사, 알림, 안부인사, 홍보 등 여러 가지 상황에서 단체에게 내용을 전달해야 하는 경우가 많습니다.<br> |
|
| 56 |
+ 내용을 전달하기 위한 가장 효과적인 수단은 휴대폰을 이용한 SMS(단문) / LMS(장문) / MMS(그림) 문자 메시지인데요.<br> |
|
| 57 |
+ 오늘은 휴대폰을 통해 단체문자를 보내는 방법과 그 한계를 설명한 다음, 문자온을 통해 제한사항없이 단체문자 보내는 방법을 안내하고자 합니다. |
|
| 58 |
+ </p> |
|
| 59 |
+ </div> |
|
| 60 |
+ </div> |
|
| 61 |
+ <div class="index"> |
|
| 62 |
+ <div class="inner"> |
|
| 63 |
+ <p>목 차</p> |
|
| 64 |
+ <nav> |
|
| 65 |
+ <ul> |
|
| 66 |
+ <li><a href="#section01">단체문자발송</a></li> |
|
| 67 |
+ <li><a href="#section02">단체 및 대량문자 샘플</a></li> |
|
| 68 |
+ <li><a href="#section03">문자온 문자사이트 장점 및 혜택</a></li> |
|
| 69 |
+ <li><a href="#section04">문자사이트 선택의 5가지 기준</a></li> |
|
| 70 |
+ <li><a href="#section05">문자온 이벤트</a></li> |
|
| 71 |
+ </ul> |
|
| 72 |
+ </nav> |
|
| 73 |
+ </div> |
|
| 74 |
+ </div> |
|
| 75 |
+ <section class="section section01" id="section01"> |
|
| 76 |
+ <div class="inner"> |
|
| 77 |
+ <h3>단체문자발송</h3> |
|
| 78 |
+ <p class="text"> |
|
| 79 |
+ 휴대폰으로도 단체문자를 보낼 수 있지만, 한 번에 보낼 수 있는 단체 문자의 수가 제한됩니다. 보통은 수백명 이하이며, 갤럭시의 경우 인원수 제한을 초과하는 경우 메시지가 전송되지 않을 수 있습니다. 또한, 인터넷 문자사이트를 이용하여 대량 전송하는 것보다 요금 또한 매우 비쌉니다. |
|
| 80 |
+ <br> |
|
| 81 |
+ <br> |
|
| 82 |
+ 문자온은 단체문자 및 대량문자 전송을 위한 특화된 인터넷 문자사이트로 별도의 프로그램 설치 없이 컴퓨터로 단체 및 대량 문자 전송이 가능하며, 특정문구 일괄변환, 무료 문자 포토에디터, 그림문자 맞춤제작, 주소록 등록 무료 대행, 080 수신거부 무료 제공, 문자메시지 내 제목 및 약도 추가, 자동화 기반 비용처리 등이 가능하여 누구나 쉽고 편리하게 문자를 대량으로 발송할 수 있습니다. |
|
| 83 |
+ </p> |
|
| 84 |
+ <img src="/publish/publish_adv/img/template_v1_section01_img01.png" alt=""> |
|
| 85 |
+ </div> |
|
| 86 |
+ </section> |
|
| 87 |
+ <section class="section section02" id="section02"> |
|
| 88 |
+ <div class="inner"> |
|
| 89 |
+ <h3>단체 및 대량문자 샘플</h3> |
|
| 90 |
+ <p class="text"> |
|
| 91 |
+ 인터넷문자 사이트 문자온은 대량문자·단체문자 발송을 위한 다양한 문자 샘플을 무료로 제공합니다. |
|
| 92 |
+ <span class="gray_small_text"> |
|
| 93 |
+ - 기념일문자, 경조문자, 부고문자, 조문문자, 결혼문자, 행사문자, 병원문자, 선거문자, 응원문자, 홍보문자 등 다양한 웹문자 기반 단체문자&대량문자 샘플 제공 |
|
| 94 |
+ </span> |
|
| 95 |
+ </p> |
|
| 96 |
+ <img src="/publish/publish_adv/img/template_v1_section02_img01.png" alt=""> |
|
| 97 |
+ </div> |
|
| 98 |
+ </section> |
|
| 99 |
+ <section class="section section03" id="section03"> |
|
| 100 |
+ <div class="inner"> |
|
| 101 |
+ <h3>문자온 문자사이트 장점 및 혜택</h3> |
|
| 102 |
+ <dl> |
|
| 103 |
+ <dt> |
|
| 104 |
+ <p class="blue_text bold">1) 대량 및 단체문자 일괄 발송</p> |
|
| 105 |
+ </dt> |
|
| 106 |
+ <dd> |
|
| 107 |
+ <p class="text"> |
|
| 108 |
+ 별도의 프로그램 설치 없이 웹문자로 100만건 이상 끊김 없는 대량 전송 가능 |
|
| 109 |
+ <span class="gray_text">※ 발송오류율 0%, 문자전송 실패 시 100% 보상 및 재적립(단문문자, 장문문자, 그림문자)</span> |
|
| 110 |
+ </p> |
|
| 111 |
+ </dd> |
|
| 112 |
+ <dt> |
|
| 113 |
+ <p class="blue_text bold">2) 엑셀 일괄 업로드 및 다운로드</p> |
|
| 114 |
+ </dt> |
|
| 115 |
+ <dd> |
|
| 116 |
+ <p class="text"> |
|
| 117 |
+ 엑셀로 한 번에 주소록 업로드 및 다운로드 가능 |
|
| 118 |
+ </p> |
|
| 119 |
+ </dd> |
|
| 120 |
+ <dt> |
|
| 121 |
+ <p class="blue_text bold">3) 치환</p> |
|
| 122 |
+ </dt> |
|
| 123 |
+ <dd> |
|
| 124 |
+ <p class="text"> |
|
| 125 |
+ 주소록, 엑셀, TXT 등 입력된 문자내용을 수신자마다 다르게 전송할 수 있는 특정문구 일괄 변환(치환) 기능 제공 |
|
| 126 |
+ </p> |
|
| 127 |
+ </dd> |
|
| 128 |
+ <dt> |
|
| 129 |
+ <p class="blue_text bold">4) 주소록</p> |
|
| 130 |
+ </dt> |
|
| 131 |
+ <dd> |
|
| 132 |
+ <p class="text"> |
|
| 133 |
+ 쉽고 편리한 주소록 관리 모듈 및 폰주소록 등록 기능 제공 |
|
| 134 |
+ </p> |
|
| 135 |
+ </dd> |
|
| 136 |
+ <dt> |
|
| 137 |
+ <p class="blue_text bold">5) 예약문자</p> |
|
| 138 |
+ </dt> |
|
| 139 |
+ <dd> |
|
| 140 |
+ <p class="text"> |
|
| 141 |
+ 특정 날짜 및 시간에 문자 전송 내역을 저장하여 일괄 발송 기능 제공 |
|
| 142 |
+ </p> |
|
| 143 |
+ </dd> |
|
| 144 |
+ <dt> |
|
| 145 |
+ <p class="blue_text bold">6) 그림 및 사진문자 발송</p> |
|
| 146 |
+ </dt> |
|
| 147 |
+ <dd> |
|
| 148 |
+ <p class="text"> |
|
| 149 |
+ 그림문자 3장 일괄 전송 지원 |
|
| 150 |
+ </p> |
|
| 151 |
+ </dd> |
|
| 152 |
+ <dt> |
|
| 153 |
+ <p class="blue_text bold">7) 발신번호 변경 및 관리</p> |
|
| 154 |
+ </dt> |
|
| 155 |
+ <dd> |
|
| 156 |
+ <p class="text"> |
|
| 157 |
+ 다양한 본인인증(휴대폰, 일반전화, 서류 등) 및 결제수단 제공 |
|
| 158 |
+ </p> |
|
| 159 |
+ </dd> |
|
| 160 |
+ <dt> |
|
| 161 |
+ <p class="blue_text bold">8) 포토에디터</p> |
|
| 162 |
+ </dt> |
|
| 163 |
+ <dd> |
|
| 164 |
+ <p class="text"> |
|
| 165 |
+ 국내 최초 자사 기술로 개발한 문자 포토에디터 무료 제공 |
|
| 166 |
+ </p> |
|
| 167 |
+ </dd> |
|
| 168 |
+ <dt> |
|
| 169 |
+ <p class="blue_text bold">9) 최고의 디자이너가 직접 제작하는 나만의 그림문자 맞춤제작 서비스 제공</p> |
|
| 170 |
+ </dt> |
|
| 171 |
+ </dl> |
|
| 172 |
+ </div> |
|
| 173 |
+ </section> |
|
| 174 |
+ <section class="section section04" id="section04"> |
|
| 175 |
+ <div class="inner"> |
|
| 176 |
+ <h3>문자사이트 선택의 5가지 기준</h3> |
|
| 177 |
+ <ul> |
|
| 178 |
+ <li>o 속도, 성능, 기능, 보안, 가격이 보장되는가?</li> |
|
| 179 |
+ <li>o 회원가입, 발신번호 인증이 쉽고 빠르며, 대량문자를 전송하기에 UI/UX가 편리한가?</li> |
|
| 180 |
+ <li>o 최신 IT 기술과 트렌드를 반영시키고 있는가?</li> |
|
| 181 |
+ <li>o 결제, 정산, 환불, 계산서 발행 등 업무가 자동화되어 있고 편리한가?</li> |
|
| 182 |
+ <li>o 매일 매일 문자샘플 콘텐츠가 업데이트 되고, CS 및 기술응대가 실시간적으로 잘 이뤄지고 있는가?</li> |
|
| 183 |
+ </ul> |
|
| 184 |
+ <div class="border_box type01"> |
|
| 185 |
+ <p class="gray_text"> |
|
| 186 |
+ 문자온은 특화된 인공지능‧자동화 기술 및 공신력과 검증된 기술력(GS 1등급, 호환성 Lv2, 이노비즈. 메인비즈, 우수기술기업 인증 등)을 보유한 |
|
| 187 |
+ 우수기술 인증 종합 IT 벤처기업이 작정하고 만든 세상에서 제일 쉽고 똑똑한 프리미엄 대량 및 단체문자 전송 플랫폼입니다. |
|
| 188 |
+ </p> |
|
| 189 |
+ </div> |
|
| 190 |
+ <img src="/publish/publish_adv/img/template_v1_section04_img01.png" alt=""> |
|
| 191 |
+ </div> |
|
| 192 |
+ </section> |
|
| 193 |
+ <section class="section section05" id="section05"> |
|
| 194 |
+ <div class="inner"> |
|
| 195 |
+ <h3>문자온 이벤트</h3> |
|
| 196 |
+ <ul> |
|
| 197 |
+ <li>o 첫결제 국내 최저가(단문 : 7.5원, 장문 : 32원, 그림 : 59원) 이벤트 진행 중!</li> |
|
| 198 |
+ <li>o 결제금액의 2% 포인트 추가 적립 및 포인트 1만점 이상 적립 시 현금 페이백 이벤트 진행 중!</li> |
|
| 199 |
+ <li>o 문자온 알림톡, 대한민국 최저가 이벤트 진행 중!(조건 없이 누구나 무조건 6.9원)</li> |
|
| 200 |
+ </ul> |
|
| 201 |
+ <img src="/publish/publish_adv/img/template_v1_section05_img01.png" alt=""> |
|
| 202 |
+ </div> |
|
| 203 |
+ </section> |
|
| 204 |
+ |
|
| 205 |
+ <div class="btn_wrap"> |
|
| 206 |
+ <div class="inner"> |
|
| 207 |
+ <a href="https://www.munjaon.co.kr/web/mjon/msgdata/selectMsgDataView.do">단체문자</a> |
|
| 208 |
+ </div> |
|
| 209 |
+ </div> |
|
| 210 |
+ </div> |
|
| 211 |
+ |
|
| 212 |
+</body> |
|
| 213 |
+ |
|
| 214 | 214 |
</html>(No newline at end of file) |
--- src/main/webapp/publish/publish_adv/adv_template_v1_manuscript_5.html
+++ src/main/webapp/publish/publish_adv/adv_template_v1_manuscript_5.html
... | ... | @@ -1,331 +1,331 @@ |
| 1 |
-<!DOCTYPE html> |
|
| 2 |
-<html lang="ko"> |
|
| 3 |
- |
|
| 4 |
-<head> |
|
| 5 |
- <meta charset="UTF-8"> |
|
| 6 |
- <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
|
| 7 |
- <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
|
| 8 |
- <title>인터넷문자 - 문자온</title> |
|
| 9 |
- |
|
| 10 |
- <meta name="Keywords" content="문자전송, 문자발송, SMS, LMS, MMS, 문자보내기, 단체문자, 단체문자전송, 단체문자발송,단체문자사이트,문자사이트, 대량문자"> |
|
| 11 |
- <meta name="description" content="요즘 시대에는 경조사, 알림, 안부인사, 홍보 등 여러 가지 상황에서 단체에게 내용을 전달해야 하는 경우가 많습니다."> |
|
| 12 |
- <meta property="og:type" content="website"> |
|
| 13 |
- <meta property="og:title" content="인터넷문자 - 문자온"> |
|
| 14 |
- <meta property="og:description" content="요즘 시대에는 경조사, 알림, 안부인사, 홍보 등 여러 가지 상황에서 단체에게 내용을 전달해야 하는 경우가 많습니다."> |
|
| 15 |
- <link rel="apple-touch-icon" sizes="57x57" href="/publish/images/favicon/apple-icon-57x57.png"> |
|
| 16 |
- <link rel="apple-touch-icon" sizes="60x60" href="/publish/images/favicon/apple-icon-60x60.png"> |
|
| 17 |
- <link rel="apple-touch-icon" sizes="72x72" href="/publish/images/favicon/apple-icon-72x72.png"> |
|
| 18 |
- <link rel="apple-touch-icon" sizes="76x76" href="/publish/images/favicon/apple-icon-76x76.png"> |
|
| 19 |
- <link rel="apple-touch-icon" sizes="114x114" href="/publish/images/favicon/apple-icon-114x114.png"> |
|
| 20 |
- <link rel="apple-touch-icon" sizes="120x120" href="/publish/images/favicon/apple-icon-120x120.png"> |
|
| 21 |
- <link rel="apple-touch-icon" sizes="144x144" href="/publish/images/favicon/apple-icon-144x144.png"> |
|
| 22 |
- <link rel="apple-touch-icon" sizes="152x152" href="/publish/images/favicon/apple-icon-152x152.png"> |
|
| 23 |
- <link rel="apple-touch-icon" sizes="180x180" href="/publish/images/favicon/apple-icon-180x180.png"> |
|
| 24 |
- <link rel="icon" type="image/png" sizes="192x192" href="/publish/images/favicon/android-icon-192x192.png"> |
|
| 25 |
- <link rel="icon" type="image/png" sizes="32x32" href="/publish/images/favicon/favicon-32x32.png"> |
|
| 26 |
- <link rel="icon" type="image/png" sizes="96x96" href="/publish/images/favicon/favicon-96x96.png"> |
|
| 27 |
- <link rel="icon" type="image/png" sizes="16x16" href="/publish/images/favicon/favicon-16x16.png"> |
|
| 28 |
- <link rel="manifest" href="/publish/images/favicon/manifest.json"> |
|
| 29 |
- |
|
| 30 |
- <link rel="stylesheet" href="/publish/publish_adv/css/reset.css"> |
|
| 31 |
- <link rel="stylesheet" href="/publish/publish_adv/css/style.css"> |
|
| 32 |
- <link rel="stylesheet" href="/publish/css/font.css"> |
|
| 33 |
- |
|
| 34 |
- <script src="/publish/js/jquery-3.5.0.js"></script> |
|
| 35 |
- <script> |
|
| 36 |
- function topBtn() {
|
|
| 37 |
- $("html").scrollTop("0");
|
|
| 38 |
- } |
|
| 39 |
- </script> |
|
| 40 |
-</head> |
|
| 41 |
- |
|
| 42 |
-<body> |
|
| 43 |
- <div class="template_v1_content"> |
|
| 44 |
- <button type="button" class="top_btn" onclick="topBtn()">▲<br>TOP</button> |
|
| 45 |
- <header> |
|
| 46 |
- <div class="inner"> |
|
| 47 |
- <a href="https://www.munjaon.co.kr"> |
|
| 48 |
- <h1><img src="/publish/publish_adv/img/template_v1_header_logo.png" alt="문자온"></h1> |
|
| 49 |
- </a> |
|
| 50 |
- </div> |
|
| 51 |
- </header> |
|
| 52 |
- <div class="visual"> |
|
| 53 |
- <div class="inner"> |
|
| 54 |
- <p class="keyword">keyword</p> |
|
| 55 |
- <h2>인터넷문자</h2> |
|
| 56 |
- </div> |
|
| 57 |
- </div> |
|
| 58 |
- <div class="index"> |
|
| 59 |
- <div class="inner"> |
|
| 60 |
- <p>목 차</p> |
|
| 61 |
- <nav> |
|
| 62 |
- <ul> |
|
| 63 |
- <li><a href="#section01">단체문자발송</a></li> |
|
| 64 |
- <li><a href="#section02">문자온의 주요 서비스</a></li> |
|
| 65 |
- <li><a href="#section03">문자온 문자발송 방법</a></li> |
|
| 66 |
- <li><a href="#section04">문자온 주요기능</a></li> |
|
| 67 |
- <li><a href="#section05">문자온 사용방법</a></li> |
|
| 68 |
- </ul> |
|
| 69 |
- </nav> |
|
| 70 |
- </div> |
|
| 71 |
- </div> |
|
| 72 |
- <section class="section section01" id="section01"> |
|
| 73 |
- <div class="inner"> |
|
| 74 |
- <h3>단체문자발송</h3> |
|
| 75 |
- <p class="text"> |
|
| 76 |
- 안녕하세요~ “똑똑한 프리미엄 인터넷문자 전송 사이트, 문자온!”입니다. <br> |
|
| 77 |
- 개인 사업자나 기업이 대량으로 단체문자, 인터넷문자를 발송해야 하는 경우 휴대폰으로 보내기에는 너무 번거롭고 한계가 있습니다. <br><br> |
|
| 78 |
- |
|
| 79 |
- 인터넷문자, 단체문자 발송 전문 사이트인 “문자온”을 이용하신다면 누구나 쉽고 편리하게 웹문자를 대량으로 발송하실 수 있습니다. |
|
| 80 |
- </p> |
|
| 81 |
- <img src="/publish/publish_adv/img/template_v1_manuscript_5_section01_img01.png" alt="문자온 메인화면"> |
|
| 82 |
- </div> |
|
| 83 |
- </section> |
|
| 84 |
- <section class="section section02" id="section02"> |
|
| 85 |
- <div class="inner"> |
|
| 86 |
- <h3>문자온의 주요 서비스</h3> |
|
| 87 |
- <dl> |
|
| 88 |
- <dt> |
|
| 89 |
- <p class="blue_text bold">1. 080 수신거부 무료 제공</p> |
|
| 90 |
- </dt> |
|
| 91 |
- <dd> |
|
| 92 |
- <p class="text"> |
|
| 93 |
- 광고, 선거 등 문자 전송 시 반드시 표기되어야 하는 080 수신거부 서비스 무료 제공 |
|
| 94 |
- </p> |
|
| 95 |
- </dd> |
|
| 96 |
- <dt> |
|
| 97 |
- <p class="blue_text bold">2. 주소록 등록 무료 대행</p> |
|
| 98 |
- </dt> |
|
| 99 |
- <dd> |
|
| 100 |
- <p class="text"> |
|
| 101 |
- 주소록 직접 등록이 어려운 고객을 위해 엑셀, TXT 파일 등 주소록 등록 무료 대행 |
|
| 102 |
- </p> |
|
| 103 |
- </dd> |
|
| 104 |
- <dt> |
|
| 105 |
- <p class="blue_text bold">3. 그림문자 맞춤 제작</p> |
|
| 106 |
- </dt> |
|
| 107 |
- <dd> |
|
| 108 |
- <p class="text"> |
|
| 109 |
- 전문 디자이너가 문자 이미지를 편집, 수정하여 사용목적에 맞는 최적의 이미지를 직접 맞춤 제작 |
|
| 110 |
- </p> |
|
| 111 |
- </dd> |
|
| 112 |
- <dt> |
|
| 113 |
- <p class="blue_text bold">4. 특정문구 일괄변환(치환) 기능</p> |
|
| 114 |
- </dt> |
|
| 115 |
- <dd> |
|
| 116 |
- <p class="text"> |
|
| 117 |
- 문자내용의 특정문구(성명, 단어, 문구 등)를 수신자마다 다르게 일괄 변환하여 제공 |
|
| 118 |
- </p> |
|
| 119 |
- </dd> |
|
| 120 |
- <dt> |
|
| 121 |
- <p class="blue_text bold">5. 무료 문자포토에디터 제공</p> |
|
| 122 |
- </dt> |
|
| 123 |
- <dd> |
|
| 124 |
- <p class="text"> |
|
| 125 |
- 국내 최초 자사 기술로 개발한 문자 전용 포토에디터 무료 제공 |
|
| 126 |
- </p> |
|
| 127 |
- </dd> |
|
| 128 |
- <dt> |
|
| 129 |
- <p class="blue_text bold">6. 문자 제목 및 약도 추가</p> |
|
| 130 |
- </dt> |
|
| 131 |
- <dd> |
|
| 132 |
- <p class="text"> |
|
| 133 |
- 문자메시지 내 제목 및 약도 추가 기능 |
|
| 134 |
- </p> |
|
| 135 |
- </dd> |
|
| 136 |
- <dt> |
|
| 137 |
- <p class="blue_text bold">7. 편리한 주소록 기능</p> |
|
| 138 |
- </dt> |
|
| 139 |
- <dd> |
|
| 140 |
- <p class="text"> |
|
| 141 |
- 쉽고 편리한 주소록 관리 모듈 및 폰주소록(CSV, XLSX) 등록 기능 제공 |
|
| 142 |
- </p> |
|
| 143 |
- </dd> |
|
| 144 |
- <dt> |
|
| 145 |
- <p class="blue_text bold">8. 자동화 기반 비용처리</p> |
|
| 146 |
- </dt> |
|
| 147 |
- <dd> |
|
| 148 |
- <p class="text"> |
|
| 149 |
- 견적서, 세금계산서 자동발행*, 현금영수증, 간이영수증, 거래명세서, 사용내역서 등 자동화 기반의 신속한 비용처리 가능 |
|
| 150 |
- </p> |
|
| 151 |
- </dd> |
|
| 152 |
- <dt> |
|
| 153 |
- <p class="blue_text bold">9. 후불결제 서비스</p> |
|
| 154 |
- </dt> |
|
| 155 |
- <dd> |
|
| 156 |
- <p class="text">기업이나 관공서 등 선불로 이용할 수 없는 업체는 사전협의를 통해 후불제 이용 가능</p> |
|
| 157 |
- </dd> |
|
| 158 |
- <dt> |
|
| 159 |
- <p class="blue_text bold" style="padding:0 0 35px 0;"> 10. 카카오 알림톡 및 대량 팩스 전송 서비스 국내 최저가 제공</p> |
|
| 160 |
- </dt> |
|
| 161 |
- <dt> |
|
| 162 |
- <p class="blue_text bold"> 11. 강력한 보안</p> |
|
| 163 |
- </dt> |
|
| 164 |
- <dd> |
|
| 165 |
- <p class="text">HA-256, AES 암호화, 시큐어코딩 및 웹취약점 제거 등 빈틈없는 정보보안으로 시스템 안정성 제고</p> |
|
| 166 |
- </dd> |
|
| 167 |
- </dl> |
|
| 168 |
- <img src="/publish/publish_adv/img/template_v1_manuscript_5_section02_img01.png" alt="문자온 서비스 - 080 수신거부 무료제공,주소록 등록 무료 대행, 그림문자 맞춤 제작, 특정문구 일괄변환(치환)기능"> |
|
| 169 |
- </div> |
|
| 170 |
- </section> |
|
| 171 |
- <section class="section section03" id="section03"> |
|
| 172 |
- <div class="inner"> |
|
| 173 |
- <h3>문자온 문자발송 방법</h3> |
|
| 174 |
- <p class="text bold" style="margin: 0 0 8px 0;">[개요]</p> |
|
| 175 |
- <p class="text" style="margin: 0 0 8px 0;">단문·장문·그림 문자를 발송하는 메뉴입니다. 문자를 발송하기 위해서는 로그인이 되어 있어야 합니다.</p> |
|
| 176 |
- <p class="text bold">[화면 구성]</p> |
|
| 177 |
- <img src="/publish/publish_adv/img/template_v1_manuscript_5_section03_img01.png" alt="문자온 문자발송 화면"> |
|
| 178 |
- <ul> |
|
| 179 |
- <li style="margin: 20px 0 4px 0;"> |
|
| 180 |
- <p class="text">1. 광고규정 및 사용안내 : 광고문자 관련 법규 안내 및 문자전송 사용안내 화면 팝업</p> |
|
| 181 |
- </li> |
|
| 182 |
- <li style="margin: 0 0 4px 0;"> |
|
| 183 |
- <p class="text">2. 문자 분류 : 일반, 광고 문자 선택이 가능하며 광고 문자의 경우 광고 관련 문자 내용이 자동 입력</p> |
|
| 184 |
- </li> |
|
| 185 |
- <li style="margin: 0 0 4px 0;"> |
|
| 186 |
- <p class="text">3. 발신번호 선택 : 마이페이지를 통해 등록한 발신번호 선택</p> |
|
| 187 |
- </li> |
|
| 188 |
- <li style="margin: 0 0 4px 0;"> |
|
| 189 |
- <p class="text">4. 문자 내용 입력 : 문자 내용 입력, 특수 문자 입력, 특정문구 일괄 변환, 내 문자함을 통한 문자 선택, 이미지 불러오기, 입력 문자 저장, 입력 문자 초기화 등 제공</p> |
|
| 190 |
- </li> |
|
| 191 |
- <li style="margin: 0 0 4px 0;"> |
|
| 192 |
- <p class="text">5. 받는 사람 입력 : 받는 사람 직접 입력, 문자온 주소록 불러오기, 엑셀 주소록 불러오기, 최근 전송내역, 자주 보내는 번호, 오류 검사 등 제공</p> |
|
| 193 |
- </li> |
|
| 194 |
- <li style="margin: 0 0 4px 0;"> |
|
| 195 |
- <p class="text">6. 발송금액 표시 : 받는 사람 수 및 문자 종류(단문·장문·그림)에 따라 발송금액 자동 계산, 보유잔액 표시, 충전 바로가기 등 제공</p> |
|
| 196 |
- </li> |
|
| 197 |
- <li style="margin: 0 0 4px 0;"> |
|
| 198 |
- <p class="text">7. 나의 요금제 : 문자 발송별 단가 표시</p> |
|
| 199 |
- <p class="gray_text" style="margin: 0 0 0 32px; text-indent: -15px; display: block;">※ 대량 발송 회원의 경우 고객센터를 통해 단가 조절 가능</p> |
|
| 200 |
- </li> |
|
| 201 |
- <li style="margin: 0 0 4px 0;"> |
|
| 202 |
- <p class="text">8. 문자 미리보기 : 사용자가 입력한 문자내용 미리보기</p> |
|
| 203 |
- </li> |
|
| 204 |
- <li style="margin: 0 0 4px 0;"> |
|
| 205 |
- <p class="text">9. 문자 발송 : 즉시 발송, 예약 발송, 테스트 발송 등 제공</p> |
|
| 206 |
- </li> |
|
| 207 |
- </ul> |
|
| 208 |
- </div> |
|
| 209 |
- </section> |
|
| 210 |
- <section class="section section04" id="section04"> |
|
| 211 |
- <div class="inner"> |
|
| 212 |
- <h3>문자온 주요기능</h3> |
|
| 213 |
- <dl> |
|
| 214 |
- <dt> |
|
| 215 |
- <p class="text bold">1. 광고문자 내용 자동 입력</p> |
|
| 216 |
- </dt> |
|
| 217 |
- <dd> |
|
| 218 |
- <p class="text">문자 분류 “광고” 선택 시 광고문자에 필수로 포함되어야 할 내용(광고 표시, 무료거부 표시 및 무료거부번호)이 자동으로 입력됩니다. 단, 업체명과 업체 연락처는 직접 입력하셔야 하며 발신번호가 업체 연락처일 경우에는 업체 연락처를 별도로 표기하지 않으셔도 됩니다. </p> |
|
| 219 |
- <img src="/publish/publish_adv/img/template_v1_manuscript_5_section04_img01.png" alt="문자온 광고 문자전송 화면"> |
|
| 220 |
- </dd> |
|
| 221 |
- <dt> |
|
| 222 |
- <p class="text bold">2. 특수문자 입력</p> |
|
| 223 |
- </dt> |
|
| 224 |
- <dd> |
|
| 225 |
- <p class="text">특수문자 버튼 클릭 시 입력 가능한 특수문자를 선택할 수 있습니다.</p> |
|
| 226 |
- <img src="/publish/publish_adv/img/template_v1_manuscript_5_section04_img02.png" alt="문자온 문자전송 시 특수문자 입력 방법"> |
|
| 227 |
- </dd> |
|
| 228 |
- <dt> |
|
| 229 |
- <p class="text bold">3. 특정문구 변환</p> |
|
| 230 |
- </dt> |
|
| 231 |
- <dd> |
|
| 232 |
- <p class="text">다수에게 문자 발송 시 특정한 문구를 받는 사람에 따라 다르게 보낼 수 있습니다. 이름을 포함하여 총 5개 특정문구를 사용할 수 있습니다. 단, 미리보기에는 첫 번째 받는사람의 문자 내용만 표시됩니다.</p> |
|
| 233 |
- <img src="/publish/publish_adv/img/template_v1_manuscript_5_section04_img03.png" alt="문자온 문자전송 시 특정문구 변환 방법"> |
|
| 234 |
- </dd> |
|
| 235 |
- <dt> |
|
| 236 |
- <p class="text bold">4. 이미지 불러오기</p> |
|
| 237 |
- </dt> |
|
| 238 |
- <dd> |
|
| 239 |
- <p class="text">추천 템플릿 또는 내 사진을 불러와 문자에 첨부할 수 있습니다.</p> |
|
| 240 |
- <img src="/publish/publish_adv/img/template_v1_manuscript_5_section04_img04.png" alt="문자온 문자전송 시 이미지 불러오는 방법"> |
|
| 241 |
- </dd> |
|
| 242 |
- <dt> |
|
| 243 |
- <p class="text bold">5. 문자온 주소록 불러오기</p> |
|
| 244 |
- </dt> |
|
| 245 |
- <dd> |
|
| 246 |
- <p class="text">문자온 주소록 관리에 저장된 주소록을 통해 받는사람을 등록할 수 있습니다.</p> |
|
| 247 |
- <img src="/publish/publish_adv/img/template_v1_manuscript_5_section04_img05.png" alt="문자온 문자전송 시 주소록 불러오는 방법"> |
|
| 248 |
- </dd> |
|
| 249 |
- <dt> |
|
| 250 |
- <p class="text bold">6. 엑셀 주소록 불러오기</p> |
|
| 251 |
- </dt> |
|
| 252 |
- <dd> |
|
| 253 |
- <p class="text">엑셀 파일 주소록을 불러와 받는사람을 등록할 수 있습니다. 불러올 수 있는 엑셀 파일은 샘플파일을 다운로드 받아 확인할 수 있습니다.</p> |
|
| 254 |
- <img src="/publish/publish_adv/img/template_v1_manuscript_5_section04_img06.png" alt="문자온 문자전송 시 엑셀파일 불러오는 방법"> |
|
| 255 |
- </dd> |
|
| 256 |
- <dt> |
|
| 257 |
- <p class="text bold">7. 최근 전송내역/자주 보내는 번호 불러오기</p> |
|
| 258 |
- </dt> |
|
| 259 |
- <dd> |
|
| 260 |
- <p class="text">최근 전송내역 및 자주보내는 번호를 불러와 받는사람을 등록할 수 있습니다.</p> |
|
| 261 |
- <img src="/publish/publish_adv/img/template_v1_manuscript_5_section04_img07.png" alt="문자온 문자전송 시 최근 전송내역 및 자주보내는 번호 등록 방법"> |
|
| 262 |
- </dd> |
|
| 263 |
- <dt> |
|
| 264 |
- <p class="text bold">8. 오류 검사</p> |
|
| 265 |
- </dt> |
|
| 266 |
- <dd> |
|
| 267 |
- <p class="text">받는사람 연락처 미입력 및 오입력 오류가 있는지 검사합니다.</p> |
|
| 268 |
- <img src="/publish/publish_adv/img/template_v1_manuscript_5_section04_img08.png" alt="문자온 문자전송 시 오류 검사 방법"> |
|
| 269 |
- </dd> |
|
| 270 |
- <dt> |
|
| 271 |
- <p class="text bold">9. 테스트 발송</p> |
|
| 272 |
- </dt> |
|
| 273 |
- <dd> |
|
| 274 |
- <p class="text">보낼 문자 내용을 발신자에게 미리 테스트로 발송하여 정상적인 문자 발송 여부를 확인할 수 있습니다. 테스트 발송 건에 대해서는 정상요금이 부과됩니다.</p> |
|
| 275 |
- <img src="/publish/publish_adv/img/template_v1_manuscript_5_section04_img09.png" alt="문자온 문자전송 시 테스트 발송 방법"> |
|
| 276 |
- </dd> |
|
| 277 |
- <dt> |
|
| 278 |
- <p class="text bold">10. 예약 발송</p> |
|
| 279 |
- </dt> |
|
| 280 |
- <dd> |
|
| 281 |
- <p class="text">문자를 원하는 일자 및 시간에 발송할 수 있으며, 분할로 발송할 수 있습니다.</p> |
|
| 282 |
- <img src="/publish/publish_adv/img/template_v1_manuscript_5_section04_img10.png" alt="문자온 문자전송 시 예약 발송 방법"> |
|
| 283 |
- </dd> |
|
| 284 |
- </dl> |
|
| 285 |
- <p class="text"> |
|
| 286 |
- 인터넷문자 사이트인 “문자온”의 주요기능과 이용방법에 대해 알아보았습니다. 상기 소개된 기능 외에도 많은 기능을 제공하고 있으니 가입 후 이용해보시기 바랍니다. |
|
| 287 |
- <br><br> |
|
| 288 |
- 불편하시거나 궁금하신 사항이 있으면 언제든지 고객센터로 연락주시기 바랍니다. |
|
| 289 |
- </p> |
|
| 290 |
- </div> |
|
| 291 |
- </section> |
|
| 292 |
- <section class="section section05" id="section05"> |
|
| 293 |
- <div class="inner"> |
|
| 294 |
- <h3>문자온 사용방법</h3> |
|
| 295 |
- <p class="text" style="margin: 0 0 4px 0;">1. 문자온 서비스에 로그인 합니다.</p> |
|
| 296 |
- <p class="text" style="margin: 0 0 4px 0;">2. 보유잔액이 부족할 경우 메인화면 상단 [충전]을 클릭합니다.</p> |
|
| 297 |
- <img src="/publish/publish_adv/img/template_v1_manuscript_5_section05_img01.png" alt="문자온 충전하기" style="margin: 15px 0;"> |
|
| 298 |
- <p class="text" style="margin: 0 0 4px 0;">3. 메인화면 상단 [문자발송]을 클릭합니다.</p> |
|
| 299 |
- <img src="/publish/publish_adv/img/template_v1_manuscript_5_section05_img02.png" alt="문자온 문자발송 선택하기" style="margin: 15px 0;"> |
|
| 300 |
- <p class="text" style="margin: 0 0 4px 0;"> |
|
| 301 |
- 4. 발신번호를 선택합니다. |
|
| 302 |
- <span class="gray_small_text" style="margin: 0 0 0 20px;">※ 선택할 발신번호가 없을 경우 [번호등록] 버튼을 통해 발신번호를 등록합니다.</span> |
|
| 303 |
- </p> |
|
| 304 |
- <img src="/publish/publish_adv/img/template_v1_manuscript_5_section05_img03.png" alt="문자온 문자전송 발신번호 선택하기" style="margin: 15px 0;"> |
|
| 305 |
- <p class="text" style="margin: 0 0 4px 0;"> |
|
| 306 |
- 5. 문자내용을 입력합니다. |
|
| 307 |
- <span class="gray_small_text" style="margin: 0 0 0 20px;">※ 특수문자, 특정문구 일괄변환, 내문자함, 이미지 불러오기를 통해 내용을 추가할 수 있습니다.</span> |
|
| 308 |
- </p> |
|
| 309 |
- <p class="text" style="margin: 0 0 4px 0;">6. 미리보기를 통해 문자내용을 확인합니다.</p> |
|
| 310 |
- <p class="text" style="margin: 0 0 4px 0;"> |
|
| 311 |
- 7. 받는사람을 입력하고 [번호추가] 버튼을 클릭합니다. |
|
| 312 |
- <span class="gray_small_text" style="margin: 0 0 0 20px;">※ 주소록 불러오기, 엑셀 불러오기, 최근 전송내역, 자주 보내는 번호를 통해 번호를 추가할 수 있습니다.</span> |
|
| 313 |
- </p> |
|
| 314 |
- <p class="text" style="margin: 0 0 4px 0;">8. [오류 검사]를 클릭하여 받는사람 전화번호의 유효성을 검사합니다.</p> |
|
| 315 |
- <p class="text" style="margin: 0 0 4px 0;">9. 발송금액을 확인하고 [발송하기]를 클릭합니다.</p> |
|
| 316 |
- <p class="text" style="margin: 0 0 4px 0;">9-1. [예약]을 체크하고 발송일시 및 분할전송을 설정한 후 [예약하기]를 클릭합니다.</p> |
|
| 317 |
- <p class="text" style="margin: 0 0 4px 0;">9-2. [테스트발송]을 클릭하여 본인에게 문자메시지를 전송하여 문자의 정상 여부를 확인합니다.</p> |
|
| 318 |
- |
|
| 319 |
- </div> |
|
| 320 |
- </section> |
|
| 321 |
- |
|
| 322 |
- <div class="btn_wrap"> |
|
| 323 |
- <div class="inner"> |
|
| 324 |
- <a href="https://www.munjaon.co.kr/web/mjon/msgdata/selectMsgDataView.do">인터넷문자</a> |
|
| 325 |
- </div> |
|
| 326 |
- </div> |
|
| 327 |
- </div> |
|
| 328 |
- |
|
| 329 |
-</body> |
|
| 330 |
- |
|
| 1 |
+<!DOCTYPE html> |
|
| 2 |
+<html lang="ko"> |
|
| 3 |
+ |
|
| 4 |
+<head> |
|
| 5 |
+ <meta charset="UTF-8"> |
|
| 6 |
+ <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
|
| 7 |
+ <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
|
| 8 |
+ <title>인터넷문자 - 문자온</title> |
|
| 9 |
+ |
|
| 10 |
+ <meta name="Keywords" content="문자전송, 문자발송, SMS, LMS, MMS, 문자보내기, 단체문자, 단체문자전송, 단체문자발송,단체문자사이트,문자사이트, 대량문자"> |
|
| 11 |
+ <meta name="description" content="문자온의 '인터넷문자' 서비스로 대량 문자 발송을 쉽고 효율적으로 관리하세요. 080 수신거부 무료 제공, 주소록 등록 대행, 그림문자 제작, 특정문구 일괄변환, 무료 문자포토에디터 등 다양한 기능을 통해 마케팅, 공지, 알림 등 다양한 용도의 문자 발송을 지원합니다."> |
|
| 12 |
+ <meta property="og:type" content="website"> |
|
| 13 |
+ <meta property="og:title" content="인터넷문자 - 문자온"> |
|
| 14 |
+ <meta property="og:description" content="문자온의 '인터넷문자' 서비스로 대량 문자 발송을 쉽고 효율적으로 관리하세요. 080 수신거부 무료 제공, 주소록 등록 대행, 그림문자 제작, 특정문구 일괄변환, 무료 문자포토에디터 등 다양한 기능을 통해 마케팅, 공지, 알림 등 다양한 용도의 문자 발송을 지원합니다."> |
|
| 15 |
+ <link rel="apple-touch-icon" sizes="57x57" href="/publish/images/favicon/apple-icon-57x57.png"> |
|
| 16 |
+ <link rel="apple-touch-icon" sizes="60x60" href="/publish/images/favicon/apple-icon-60x60.png"> |
|
| 17 |
+ <link rel="apple-touch-icon" sizes="72x72" href="/publish/images/favicon/apple-icon-72x72.png"> |
|
| 18 |
+ <link rel="apple-touch-icon" sizes="76x76" href="/publish/images/favicon/apple-icon-76x76.png"> |
|
| 19 |
+ <link rel="apple-touch-icon" sizes="114x114" href="/publish/images/favicon/apple-icon-114x114.png"> |
|
| 20 |
+ <link rel="apple-touch-icon" sizes="120x120" href="/publish/images/favicon/apple-icon-120x120.png"> |
|
| 21 |
+ <link rel="apple-touch-icon" sizes="144x144" href="/publish/images/favicon/apple-icon-144x144.png"> |
|
| 22 |
+ <link rel="apple-touch-icon" sizes="152x152" href="/publish/images/favicon/apple-icon-152x152.png"> |
|
| 23 |
+ <link rel="apple-touch-icon" sizes="180x180" href="/publish/images/favicon/apple-icon-180x180.png"> |
|
| 24 |
+ <link rel="icon" type="image/png" sizes="192x192" href="/publish/images/favicon/android-icon-192x192.png"> |
|
| 25 |
+ <link rel="icon" type="image/png" sizes="32x32" href="/publish/images/favicon/favicon-32x32.png"> |
|
| 26 |
+ <link rel="icon" type="image/png" sizes="96x96" href="/publish/images/favicon/favicon-96x96.png"> |
|
| 27 |
+ <link rel="icon" type="image/png" sizes="16x16" href="/publish/images/favicon/favicon-16x16.png"> |
|
| 28 |
+ <link rel="manifest" href="/publish/images/favicon/manifest.json"> |
|
| 29 |
+ |
|
| 30 |
+ <link rel="stylesheet" href="/publish/publish_adv/css/reset.css"> |
|
| 31 |
+ <link rel="stylesheet" href="/publish/publish_adv/css/style.css"> |
|
| 32 |
+ <link rel="stylesheet" href="/publish/css/font.css"> |
|
| 33 |
+ |
|
| 34 |
+ <script src="/publish/js/jquery-3.5.0.js"></script> |
|
| 35 |
+ <script> |
|
| 36 |
+ function topBtn() {
|
|
| 37 |
+ $("html").scrollTop("0");
|
|
| 38 |
+ } |
|
| 39 |
+ </script> |
|
| 40 |
+</head> |
|
| 41 |
+ |
|
| 42 |
+<body> |
|
| 43 |
+ <div class="template_v1_content"> |
|
| 44 |
+ <button type="button" class="top_btn" onclick="topBtn()">▲<br>TOP</button> |
|
| 45 |
+ <header> |
|
| 46 |
+ <div class="inner"> |
|
| 47 |
+ <a href="https://www.munjaon.co.kr"> |
|
| 48 |
+ <h1><img src="/publish/publish_adv/img/template_v1_header_logo.png" alt="문자온"></h1> |
|
| 49 |
+ </a> |
|
| 50 |
+ </div> |
|
| 51 |
+ </header> |
|
| 52 |
+ <div class="visual"> |
|
| 53 |
+ <div class="inner"> |
|
| 54 |
+ <p class="keyword">keyword</p> |
|
| 55 |
+ <h2>인터넷문자</h2> |
|
| 56 |
+ </div> |
|
| 57 |
+ </div> |
|
| 58 |
+ <div class="index"> |
|
| 59 |
+ <div class="inner"> |
|
| 60 |
+ <p>목 차</p> |
|
| 61 |
+ <nav> |
|
| 62 |
+ <ul> |
|
| 63 |
+ <li><a href="#section01">단체문자발송</a></li> |
|
| 64 |
+ <li><a href="#section02">문자온의 주요 서비스</a></li> |
|
| 65 |
+ <li><a href="#section03">문자온 문자발송 방법</a></li> |
|
| 66 |
+ <li><a href="#section04">문자온 주요기능</a></li> |
|
| 67 |
+ <li><a href="#section05">문자온 사용방법</a></li> |
|
| 68 |
+ </ul> |
|
| 69 |
+ </nav> |
|
| 70 |
+ </div> |
|
| 71 |
+ </div> |
|
| 72 |
+ <section class="section section01" id="section01"> |
|
| 73 |
+ <div class="inner"> |
|
| 74 |
+ <h3>단체문자발송</h3> |
|
| 75 |
+ <p class="text"> |
|
| 76 |
+ 안녕하세요~ “똑똑한 프리미엄 인터넷문자 전송 사이트, 문자온!”입니다. <br> |
|
| 77 |
+ 개인 사업자나 기업이 대량으로 단체문자, 인터넷문자를 발송해야 하는 경우 휴대폰으로 보내기에는 너무 번거롭고 한계가 있습니다. <br><br> |
|
| 78 |
+ |
|
| 79 |
+ 인터넷문자, 단체문자 발송 전문 사이트인 “문자온”을 이용하신다면 누구나 쉽고 편리하게 웹문자를 대량으로 발송하실 수 있습니다. |
|
| 80 |
+ </p> |
|
| 81 |
+ <img src="/publish/publish_adv/img/template_v1_manuscript_5_section01_img01.png" alt="문자온 메인화면"> |
|
| 82 |
+ </div> |
|
| 83 |
+ </section> |
|
| 84 |
+ <section class="section section02" id="section02"> |
|
| 85 |
+ <div class="inner"> |
|
| 86 |
+ <h3>문자온의 주요 서비스</h3> |
|
| 87 |
+ <dl> |
|
| 88 |
+ <dt> |
|
| 89 |
+ <p class="blue_text bold">1. 080 수신거부 무료 제공</p> |
|
| 90 |
+ </dt> |
|
| 91 |
+ <dd> |
|
| 92 |
+ <p class="text"> |
|
| 93 |
+ 광고, 선거 등 문자 전송 시 반드시 표기되어야 하는 080 수신거부 서비스 무료 제공 |
|
| 94 |
+ </p> |
|
| 95 |
+ </dd> |
|
| 96 |
+ <dt> |
|
| 97 |
+ <p class="blue_text bold">2. 주소록 등록 무료 대행</p> |
|
| 98 |
+ </dt> |
|
| 99 |
+ <dd> |
|
| 100 |
+ <p class="text"> |
|
| 101 |
+ 주소록 직접 등록이 어려운 고객을 위해 엑셀, TXT 파일 등 주소록 등록 무료 대행 |
|
| 102 |
+ </p> |
|
| 103 |
+ </dd> |
|
| 104 |
+ <dt> |
|
| 105 |
+ <p class="blue_text bold">3. 그림문자 맞춤 제작</p> |
|
| 106 |
+ </dt> |
|
| 107 |
+ <dd> |
|
| 108 |
+ <p class="text"> |
|
| 109 |
+ 전문 디자이너가 문자 이미지를 편집, 수정하여 사용목적에 맞는 최적의 이미지를 직접 맞춤 제작 |
|
| 110 |
+ </p> |
|
| 111 |
+ </dd> |
|
| 112 |
+ <dt> |
|
| 113 |
+ <p class="blue_text bold">4. 특정문구 일괄변환(치환) 기능</p> |
|
| 114 |
+ </dt> |
|
| 115 |
+ <dd> |
|
| 116 |
+ <p class="text"> |
|
| 117 |
+ 문자내용의 특정문구(성명, 단어, 문구 등)를 수신자마다 다르게 일괄 변환하여 제공 |
|
| 118 |
+ </p> |
|
| 119 |
+ </dd> |
|
| 120 |
+ <dt> |
|
| 121 |
+ <p class="blue_text bold">5. 무료 문자포토에디터 제공</p> |
|
| 122 |
+ </dt> |
|
| 123 |
+ <dd> |
|
| 124 |
+ <p class="text"> |
|
| 125 |
+ 국내 최초 자사 기술로 개발한 문자 전용 포토에디터 무료 제공 |
|
| 126 |
+ </p> |
|
| 127 |
+ </dd> |
|
| 128 |
+ <dt> |
|
| 129 |
+ <p class="blue_text bold">6. 문자 제목 및 약도 추가</p> |
|
| 130 |
+ </dt> |
|
| 131 |
+ <dd> |
|
| 132 |
+ <p class="text"> |
|
| 133 |
+ 문자메시지 내 제목 및 약도 추가 기능 |
|
| 134 |
+ </p> |
|
| 135 |
+ </dd> |
|
| 136 |
+ <dt> |
|
| 137 |
+ <p class="blue_text bold">7. 편리한 주소록 기능</p> |
|
| 138 |
+ </dt> |
|
| 139 |
+ <dd> |
|
| 140 |
+ <p class="text"> |
|
| 141 |
+ 쉽고 편리한 주소록 관리 모듈 및 폰주소록(CSV, XLSX) 등록 기능 제공 |
|
| 142 |
+ </p> |
|
| 143 |
+ </dd> |
|
| 144 |
+ <dt> |
|
| 145 |
+ <p class="blue_text bold">8. 자동화 기반 비용처리</p> |
|
| 146 |
+ </dt> |
|
| 147 |
+ <dd> |
|
| 148 |
+ <p class="text"> |
|
| 149 |
+ 견적서, 세금계산서 자동발행*, 현금영수증, 간이영수증, 거래명세서, 사용내역서 등 자동화 기반의 신속한 비용처리 가능 |
|
| 150 |
+ </p> |
|
| 151 |
+ </dd> |
|
| 152 |
+ <dt> |
|
| 153 |
+ <p class="blue_text bold">9. 후불결제 서비스</p> |
|
| 154 |
+ </dt> |
|
| 155 |
+ <dd> |
|
| 156 |
+ <p class="text">기업이나 관공서 등 선불로 이용할 수 없는 업체는 사전협의를 통해 후불제 이용 가능</p> |
|
| 157 |
+ </dd> |
|
| 158 |
+ <dt> |
|
| 159 |
+ <p class="blue_text bold" style="padding:0 0 35px 0;"> 10. 카카오 알림톡 및 대량 팩스 전송 서비스 국내 최저가 제공</p> |
|
| 160 |
+ </dt> |
|
| 161 |
+ <dt> |
|
| 162 |
+ <p class="blue_text bold"> 11. 강력한 보안</p> |
|
| 163 |
+ </dt> |
|
| 164 |
+ <dd> |
|
| 165 |
+ <p class="text">HA-256, AES 암호화, 시큐어코딩 및 웹취약점 제거 등 빈틈없는 정보보안으로 시스템 안정성 제고</p> |
|
| 166 |
+ </dd> |
|
| 167 |
+ </dl> |
|
| 168 |
+ <img src="/publish/publish_adv/img/template_v1_manuscript_5_section02_img01.png" alt="문자온 서비스 - 080 수신거부 무료제공,주소록 등록 무료 대행, 그림문자 맞춤 제작, 특정문구 일괄변환(치환)기능"> |
|
| 169 |
+ </div> |
|
| 170 |
+ </section> |
|
| 171 |
+ <section class="section section03" id="section03"> |
|
| 172 |
+ <div class="inner"> |
|
| 173 |
+ <h3>문자온 문자발송 방법</h3> |
|
| 174 |
+ <p class="text bold" style="margin: 0 0 8px 0;">[개요]</p> |
|
| 175 |
+ <p class="text" style="margin: 0 0 8px 0;">단문·장문·그림 문자를 발송하는 메뉴입니다. 문자를 발송하기 위해서는 로그인이 되어 있어야 합니다.</p> |
|
| 176 |
+ <p class="text bold">[화면 구성]</p> |
|
| 177 |
+ <img src="/publish/publish_adv/img/template_v1_manuscript_5_section03_img01.png" alt="문자온 문자발송 화면"> |
|
| 178 |
+ <ul> |
|
| 179 |
+ <li style="margin: 20px 0 4px 0;"> |
|
| 180 |
+ <p class="text">1. 광고규정 및 사용안내 : 광고문자 관련 법규 안내 및 문자전송 사용안내 화면 팝업</p> |
|
| 181 |
+ </li> |
|
| 182 |
+ <li style="margin: 0 0 4px 0;"> |
|
| 183 |
+ <p class="text">2. 문자 분류 : 일반, 광고 문자 선택이 가능하며 광고 문자의 경우 광고 관련 문자 내용이 자동 입력</p> |
|
| 184 |
+ </li> |
|
| 185 |
+ <li style="margin: 0 0 4px 0;"> |
|
| 186 |
+ <p class="text">3. 발신번호 선택 : 마이페이지를 통해 등록한 발신번호 선택</p> |
|
| 187 |
+ </li> |
|
| 188 |
+ <li style="margin: 0 0 4px 0;"> |
|
| 189 |
+ <p class="text">4. 문자 내용 입력 : 문자 내용 입력, 특수 문자 입력, 특정문구 일괄 변환, 내 문자함을 통한 문자 선택, 이미지 불러오기, 입력 문자 저장, 입력 문자 초기화 등 제공</p> |
|
| 190 |
+ </li> |
|
| 191 |
+ <li style="margin: 0 0 4px 0;"> |
|
| 192 |
+ <p class="text">5. 받는 사람 입력 : 받는 사람 직접 입력, 문자온 주소록 불러오기, 엑셀 주소록 불러오기, 최근 전송내역, 자주 보내는 번호, 오류 검사 등 제공</p> |
|
| 193 |
+ </li> |
|
| 194 |
+ <li style="margin: 0 0 4px 0;"> |
|
| 195 |
+ <p class="text">6. 발송금액 표시 : 받는 사람 수 및 문자 종류(단문·장문·그림)에 따라 발송금액 자동 계산, 보유잔액 표시, 충전 바로가기 등 제공</p> |
|
| 196 |
+ </li> |
|
| 197 |
+ <li style="margin: 0 0 4px 0;"> |
|
| 198 |
+ <p class="text">7. 나의 요금제 : 문자 발송별 단가 표시</p> |
|
| 199 |
+ <p class="gray_text" style="margin: 0 0 0 32px; text-indent: -15px; display: block;">※ 대량 발송 회원의 경우 고객센터를 통해 단가 조절 가능</p> |
|
| 200 |
+ </li> |
|
| 201 |
+ <li style="margin: 0 0 4px 0;"> |
|
| 202 |
+ <p class="text">8. 문자 미리보기 : 사용자가 입력한 문자내용 미리보기</p> |
|
| 203 |
+ </li> |
|
| 204 |
+ <li style="margin: 0 0 4px 0;"> |
|
| 205 |
+ <p class="text">9. 문자 발송 : 즉시 발송, 예약 발송, 테스트 발송 등 제공</p> |
|
| 206 |
+ </li> |
|
| 207 |
+ </ul> |
|
| 208 |
+ </div> |
|
| 209 |
+ </section> |
|
| 210 |
+ <section class="section section04" id="section04"> |
|
| 211 |
+ <div class="inner"> |
|
| 212 |
+ <h3>문자온 주요기능</h3> |
|
| 213 |
+ <dl> |
|
| 214 |
+ <dt> |
|
| 215 |
+ <p class="text bold">1. 광고문자 내용 자동 입력</p> |
|
| 216 |
+ </dt> |
|
| 217 |
+ <dd> |
|
| 218 |
+ <p class="text">문자 분류 “광고” 선택 시 광고문자에 필수로 포함되어야 할 내용(광고 표시, 무료거부 표시 및 무료거부번호)이 자동으로 입력됩니다. 단, 업체명과 업체 연락처는 직접 입력하셔야 하며 발신번호가 업체 연락처일 경우에는 업체 연락처를 별도로 표기하지 않으셔도 됩니다. </p> |
|
| 219 |
+ <img src="/publish/publish_adv/img/template_v1_manuscript_5_section04_img01.png" alt="문자온 광고 문자전송 화면"> |
|
| 220 |
+ </dd> |
|
| 221 |
+ <dt> |
|
| 222 |
+ <p class="text bold">2. 특수문자 입력</p> |
|
| 223 |
+ </dt> |
|
| 224 |
+ <dd> |
|
| 225 |
+ <p class="text">특수문자 버튼 클릭 시 입력 가능한 특수문자를 선택할 수 있습니다.</p> |
|
| 226 |
+ <img src="/publish/publish_adv/img/template_v1_manuscript_5_section04_img02.png" alt="문자온 문자전송 시 특수문자 입력 방법"> |
|
| 227 |
+ </dd> |
|
| 228 |
+ <dt> |
|
| 229 |
+ <p class="text bold">3. 특정문구 변환</p> |
|
| 230 |
+ </dt> |
|
| 231 |
+ <dd> |
|
| 232 |
+ <p class="text">다수에게 문자 발송 시 특정한 문구를 받는 사람에 따라 다르게 보낼 수 있습니다. 이름을 포함하여 총 5개 특정문구를 사용할 수 있습니다. 단, 미리보기에는 첫 번째 받는사람의 문자 내용만 표시됩니다.</p> |
|
| 233 |
+ <img src="/publish/publish_adv/img/template_v1_manuscript_5_section04_img03.png" alt="문자온 문자전송 시 특정문구 변환 방법"> |
|
| 234 |
+ </dd> |
|
| 235 |
+ <dt> |
|
| 236 |
+ <p class="text bold">4. 이미지 불러오기</p> |
|
| 237 |
+ </dt> |
|
| 238 |
+ <dd> |
|
| 239 |
+ <p class="text">추천 템플릿 또는 내 사진을 불러와 문자에 첨부할 수 있습니다.</p> |
|
| 240 |
+ <img src="/publish/publish_adv/img/template_v1_manuscript_5_section04_img04.png" alt="문자온 문자전송 시 이미지 불러오는 방법"> |
|
| 241 |
+ </dd> |
|
| 242 |
+ <dt> |
|
| 243 |
+ <p class="text bold">5. 문자온 주소록 불러오기</p> |
|
| 244 |
+ </dt> |
|
| 245 |
+ <dd> |
|
| 246 |
+ <p class="text">문자온 주소록 관리에 저장된 주소록을 통해 받는사람을 등록할 수 있습니다.</p> |
|
| 247 |
+ <img src="/publish/publish_adv/img/template_v1_manuscript_5_section04_img05.png" alt="문자온 문자전송 시 주소록 불러오는 방법"> |
|
| 248 |
+ </dd> |
|
| 249 |
+ <dt> |
|
| 250 |
+ <p class="text bold">6. 엑셀 주소록 불러오기</p> |
|
| 251 |
+ </dt> |
|
| 252 |
+ <dd> |
|
| 253 |
+ <p class="text">엑셀 파일 주소록을 불러와 받는사람을 등록할 수 있습니다. 불러올 수 있는 엑셀 파일은 샘플파일을 다운로드 받아 확인할 수 있습니다.</p> |
|
| 254 |
+ <img src="/publish/publish_adv/img/template_v1_manuscript_5_section04_img06.png" alt="문자온 문자전송 시 엑셀파일 불러오는 방법"> |
|
| 255 |
+ </dd> |
|
| 256 |
+ <dt> |
|
| 257 |
+ <p class="text bold">7. 최근 전송내역/자주 보내는 번호 불러오기</p> |
|
| 258 |
+ </dt> |
|
| 259 |
+ <dd> |
|
| 260 |
+ <p class="text">최근 전송내역 및 자주보내는 번호를 불러와 받는사람을 등록할 수 있습니다.</p> |
|
| 261 |
+ <img src="/publish/publish_adv/img/template_v1_manuscript_5_section04_img07.png" alt="문자온 문자전송 시 최근 전송내역 및 자주보내는 번호 등록 방법"> |
|
| 262 |
+ </dd> |
|
| 263 |
+ <dt> |
|
| 264 |
+ <p class="text bold">8. 오류 검사</p> |
|
| 265 |
+ </dt> |
|
| 266 |
+ <dd> |
|
| 267 |
+ <p class="text">받는사람 연락처 미입력 및 오입력 오류가 있는지 검사합니다.</p> |
|
| 268 |
+ <img src="/publish/publish_adv/img/template_v1_manuscript_5_section04_img08.png" alt="문자온 문자전송 시 오류 검사 방법"> |
|
| 269 |
+ </dd> |
|
| 270 |
+ <dt> |
|
| 271 |
+ <p class="text bold">9. 테스트 발송</p> |
|
| 272 |
+ </dt> |
|
| 273 |
+ <dd> |
|
| 274 |
+ <p class="text">보낼 문자 내용을 발신자에게 미리 테스트로 발송하여 정상적인 문자 발송 여부를 확인할 수 있습니다. 테스트 발송 건에 대해서는 정상요금이 부과됩니다.</p> |
|
| 275 |
+ <img src="/publish/publish_adv/img/template_v1_manuscript_5_section04_img09.png" alt="문자온 문자전송 시 테스트 발송 방법"> |
|
| 276 |
+ </dd> |
|
| 277 |
+ <dt> |
|
| 278 |
+ <p class="text bold">10. 예약 발송</p> |
|
| 279 |
+ </dt> |
|
| 280 |
+ <dd> |
|
| 281 |
+ <p class="text">문자를 원하는 일자 및 시간에 발송할 수 있으며, 분할로 발송할 수 있습니다.</p> |
|
| 282 |
+ <img src="/publish/publish_adv/img/template_v1_manuscript_5_section04_img10.png" alt="문자온 문자전송 시 예약 발송 방법"> |
|
| 283 |
+ </dd> |
|
| 284 |
+ </dl> |
|
| 285 |
+ <p class="text"> |
|
| 286 |
+ 인터넷문자 사이트인 “문자온”의 주요기능과 이용방법에 대해 알아보았습니다. 상기 소개된 기능 외에도 많은 기능을 제공하고 있으니 가입 후 이용해보시기 바랍니다. |
|
| 287 |
+ <br><br> |
|
| 288 |
+ 불편하시거나 궁금하신 사항이 있으면 언제든지 고객센터로 연락주시기 바랍니다. |
|
| 289 |
+ </p> |
|
| 290 |
+ </div> |
|
| 291 |
+ </section> |
|
| 292 |
+ <section class="section section05" id="section05"> |
|
| 293 |
+ <div class="inner"> |
|
| 294 |
+ <h3>문자온 사용방법</h3> |
|
| 295 |
+ <p class="text" style="margin: 0 0 4px 0;">1. 문자온 서비스에 로그인 합니다.</p> |
|
| 296 |
+ <p class="text" style="margin: 0 0 4px 0;">2. 보유잔액이 부족할 경우 메인화면 상단 [충전]을 클릭합니다.</p> |
|
| 297 |
+ <img src="/publish/publish_adv/img/template_v1_manuscript_5_section05_img01.png" alt="문자온 충전하기" style="margin: 15px 0;"> |
|
| 298 |
+ <p class="text" style="margin: 0 0 4px 0;">3. 메인화면 상단 [문자발송]을 클릭합니다.</p> |
|
| 299 |
+ <img src="/publish/publish_adv/img/template_v1_manuscript_5_section05_img02.png" alt="문자온 문자발송 선택하기" style="margin: 15px 0;"> |
|
| 300 |
+ <p class="text" style="margin: 0 0 4px 0;"> |
|
| 301 |
+ 4. 발신번호를 선택합니다. |
|
| 302 |
+ <span class="gray_small_text" style="margin: 0 0 0 20px;">※ 선택할 발신번호가 없을 경우 [번호등록] 버튼을 통해 발신번호를 등록합니다.</span> |
|
| 303 |
+ </p> |
|
| 304 |
+ <img src="/publish/publish_adv/img/template_v1_manuscript_5_section05_img03.png" alt="문자온 문자전송 발신번호 선택하기" style="margin: 15px 0;"> |
|
| 305 |
+ <p class="text" style="margin: 0 0 4px 0;"> |
|
| 306 |
+ 5. 문자내용을 입력합니다. |
|
| 307 |
+ <span class="gray_small_text" style="margin: 0 0 0 20px;">※ 특수문자, 특정문구 일괄변환, 내문자함, 이미지 불러오기를 통해 내용을 추가할 수 있습니다.</span> |
|
| 308 |
+ </p> |
|
| 309 |
+ <p class="text" style="margin: 0 0 4px 0;">6. 미리보기를 통해 문자내용을 확인합니다.</p> |
|
| 310 |
+ <p class="text" style="margin: 0 0 4px 0;"> |
|
| 311 |
+ 7. 받는사람을 입력하고 [번호추가] 버튼을 클릭합니다. |
|
| 312 |
+ <span class="gray_small_text" style="margin: 0 0 0 20px;">※ 주소록 불러오기, 엑셀 불러오기, 최근 전송내역, 자주 보내는 번호를 통해 번호를 추가할 수 있습니다.</span> |
|
| 313 |
+ </p> |
|
| 314 |
+ <p class="text" style="margin: 0 0 4px 0;">8. [오류 검사]를 클릭하여 받는사람 전화번호의 유효성을 검사합니다.</p> |
|
| 315 |
+ <p class="text" style="margin: 0 0 4px 0;">9. 발송금액을 확인하고 [발송하기]를 클릭합니다.</p> |
|
| 316 |
+ <p class="text" style="margin: 0 0 4px 0;">9-1. [예약]을 체크하고 발송일시 및 분할전송을 설정한 후 [예약하기]를 클릭합니다.</p> |
|
| 317 |
+ <p class="text" style="margin: 0 0 4px 0;">9-2. [테스트발송]을 클릭하여 본인에게 문자메시지를 전송하여 문자의 정상 여부를 확인합니다.</p> |
|
| 318 |
+ |
|
| 319 |
+ </div> |
|
| 320 |
+ </section> |
|
| 321 |
+ |
|
| 322 |
+ <div class="btn_wrap"> |
|
| 323 |
+ <div class="inner"> |
|
| 324 |
+ <a href="https://www.munjaon.co.kr/web/mjon/msgdata/selectMsgDataView.do">인터넷문자</a> |
|
| 325 |
+ </div> |
|
| 326 |
+ </div> |
|
| 327 |
+ </div> |
|
| 328 |
+ |
|
| 329 |
+</body> |
|
| 330 |
+ |
|
| 331 | 331 |
</html>(No newline at end of file) |
--- src/main/webapp/publish/textingmsg_detail_allimtalk.html
+++ src/main/webapp/publish/textingmsg_detail_allimtalk.html
... | ... | @@ -702,19 +702,20 @@ |
| 702 | 702 |
</dl> |
| 703 | 703 |
</div> |
| 704 | 704 |
</div> |
| 705 |
+ <div class="table_btn clearfix" style="margin:15px 0 0 0;"> |
|
| 706 |
+ <div class="table_btn_left"> |
|
| 707 |
+ <!-- <button type="button" data-tooltip="rev_popup02" class="btnType btnType14"><i class="add_img"></i>주소록 등록</button> |
|
| 708 |
+ <button type="button" class="excel_btn btnType"><i class="downroad"></i>엑셀 다운로드</button> --> |
|
| 709 |
+ </div> |
|
| 710 |
+ <div class="table_btn_right"> |
|
| 711 |
+ <p class="table_btn_right_txt">* 전체 건수를 클릭하면 받는 사람 상세정보를 확인하실 수 있습니다.</p> |
|
| 712 |
+ </div> |
|
| 713 |
+ </div> |
|
| 705 | 714 |
</div> |
| 706 | 715 |
</div> |
| 707 | 716 |
<!--// 발송결과--> |
| 708 | 717 |
|
| 709 |
- <div class="table_btn clearfix"> |
|
| 710 |
- <div class="table_btn_left"> |
|
| 711 |
- <button type="button" data-tooltip="rev_popup02" class="btnType btnType14"><i class="add_img"></i>주소록 등록</button> |
|
| 712 |
- <button type="button" class="excel_btn btnType"><i class="downroad"></i>엑셀 다운로드</button> |
|
| 713 |
- </div> |
|
| 714 |
- <div class="table_btn_right"> |
|
| 715 |
- <p class="table_btn_right_txt">* 전체 건수를 클릭하면 받는 사람 상세정보를 확인하실 수 있습니다.</p> |
|
| 716 |
- </div> |
|
| 717 |
- </div> |
|
| 718 |
+ |
|
| 718 | 719 |
</div> |
| 719 | 720 |
<!--// 발송결과 상세 정보 --> |
| 720 | 721 |
|
... | ... | @@ -798,15 +799,10 @@ |
| 798 | 799 |
</div> |
| 799 | 800 |
</div> |
| 800 | 801 |
<p class="addText">※ 단말기 설정에 따라 다르게 보일 수 있습니다</p> |
| 801 |
- <p> |
|
| 802 |
- </p> |
|
| 803 | 802 |
</div> |
| 804 | 803 |
</div> |
| 805 | 804 |
<!--// 카카오 알림톡 미리보기 --> |
| 806 | 805 |
<!-- // 대체문자 --> |
| 807 |
- |
|
| 808 |
- |
|
| 809 |
- |
|
| 810 | 806 |
|
| 811 | 807 |
</div> |
| 812 | 808 |
</div> |
--- src/main/webapp/publish/transaction_statement.html
+++ src/main/webapp/publish/transaction_statement.html
... | ... | @@ -13,13 +13,10 @@ |
| 13 | 13 |
<link rel="stylesheet" href="/publish/css/font.css"> |
| 14 | 14 |
<link rel="stylesheet" href="/publish/css/button.css"> |
| 15 | 15 |
|
| 16 |
- <style> |
|
| 17 |
- .est_table th.text {text-align: center;vertical-align: middle;}
|
|
| 18 |
- </style> |
|
| 19 |
- |
|
| 20 | 16 |
</head> |
| 21 | 17 |
|
| 22 | 18 |
<body> |
| 19 |
+ <!-- 견적서 --> |
|
| 23 | 20 |
<div class="estimate_wrap"> |
| 24 | 21 |
<div class="estimate"> |
| 25 | 22 |
<div class="est_head clearfix"> |
... | ... | @@ -30,160 +27,285 @@ |
| 30 | 27 |
</div> |
| 31 | 28 |
</div> |
| 32 | 29 |
<div class="est_body"> |
| 33 |
- <h2>거래명세서<span>(공급받는자 보관용)</span></h2> |
|
| 34 |
- <div class="cont1"> |
|
| 35 |
- <div> |
|
| 36 |
- <p>공급받는자</p> |
|
| 30 |
+ <h2>거래명세서<span style="font-size:20px;font-weight:400;">(공급받는자 보관용)</span></h2> |
|
| 31 |
+ <div class="cont1 tb_ver2" style="display:flex;"> |
|
| 32 |
+ <div style="width:calc((100% - 40px)/2);"> |
|
| 33 |
+ <p>공급받는 자</p> |
|
| 37 | 34 |
<table class="est_table"> |
| 38 |
- <caption>공급받는자 정보</caption> |
|
| 35 |
+ <caption>등록번호, 상호, 성명, 전화번호, 이메일 정보 제공</caption> |
|
| 39 | 36 |
<colgroup> |
| 40 |
- <col style="width: 50px;"> |
|
| 37 |
+ <col style="width: 60px;"> |
|
| 41 | 38 |
<col style="width: auto;"> |
| 42 | 39 |
</colgroup> |
| 43 | 40 |
<tbody> |
| 44 | 41 |
<tr> |
| 45 |
- <th>수<span class="blank"></span>신</th> |
|
| 46 |
- <td>원영현</td> |
|
| 42 |
+ <th>등록번호</th> |
|
| 43 |
+ <td>사업자등록번호 |
|
| 44 |
+ <!--(개인회원인 경우 하이픈(-) 처리)--> |
|
| 45 |
+ </td> |
|
| 47 | 46 |
</tr> |
| 48 | 47 |
<tr> |
| 49 |
- <th>참<span class="blank"></span>조</th> |
|
| 50 |
- <td>원영현 (01093414986)</td> |
|
| 48 |
+ <th style="letter-spacing:-0.69px;">상    호</th> |
|
| 49 |
+ <td>기업명 |
|
| 50 |
+ <!-- (개인회원인 경우 하이픈(-) 처리--> |
|
| 51 |
+ </td> |
|
| 51 | 52 |
</tr> |
| 52 | 53 |
<tr> |
| 53 |
- <th>거래일자</th> |
|
| 54 |
- <td>2024-04-26~2025-04-25</td> |
|
| 54 |
+ <th style="letter-spacing:-0.69px;">성    명</th> |
|
| 55 |
+ <td>가입자명</td> |
|
| 55 | 56 |
</tr> |
| 56 | 57 |
<tr> |
| 57 |
- <th rowspan="2" colspan="2" class="text">아래와 같이 계산합니다.</th> |
|
| 58 |
+ <th>전화번호</th> |
|
| 59 |
+ <td>가입자 연락처</td> |
|
| 58 | 60 |
</tr> |
| 59 |
- <tr></tr> |
|
| 61 |
+ <tr> |
|
| 62 |
+ <th style="letter-spacing:-0.85px;">이 메 일</th> |
|
| 63 |
+ <td>가입자 이메일</td> |
|
| 64 |
+ </tr> |
|
| 60 | 65 |
</tbody> |
| 61 | 66 |
</table> |
| 62 | 67 |
</div> |
| 63 |
- <div> |
|
| 68 |
+ <div style="width:calc((100% - 40px)/2);"> |
|
| 64 | 69 |
<p>공급자</p> |
| 65 | 70 |
<img src="/publish/images/content/stamp.png" alt="도장" class="stamp mCS_img_loaded"> |
| 66 | 71 |
<table class="est_table"> |
| 67 |
- <caption>공급자 정보</caption> |
|
| 72 |
+ <caption>등록번호, 상호, 성명, 전화번호, 이메일 정보 제공</caption> |
|
| 68 | 73 |
<colgroup> |
| 69 |
- <col style="width: 82px;"> |
|
| 74 |
+ <col style="width: 60px;"> |
|
| 70 | 75 |
<col style="width: auto;"> |
| 71 | 76 |
</colgroup> |
| 72 | 77 |
<tbody> |
| 73 | 78 |
<tr> |
| 74 |
- <th>회<span class="blank2"></span>사<span class="blank2"></span>명</th> |
|
| 75 |
- <td>주식회사 아이티앤</td> |
|
| 76 |
- </tr> |
|
| 77 |
- <tr> |
|
| 78 |
- <th>사업자등록번호</th> |
|
| 79 |
+ <th>등록번호</th> |
|
| 79 | 80 |
<td>653-87-00858</td> |
| 80 | 81 |
</tr> |
| 81 | 82 |
<tr> |
| 82 |
- <th>대<span class="blank2"></span>표<span class="blank2"></span>자</th> |
|
| 83 |
+ <th style="letter-spacing:-0.69px;">상    호</th> |
|
| 84 |
+ <td>주식회사 아이티앤</td> |
|
| 85 |
+ </tr> |
|
| 86 |
+ <tr> |
|
| 87 |
+ <th style="letter-spacing:-0.69px;">성    명</th> |
|
| 83 | 88 |
<td>유인식</td> |
| 84 | 89 |
</tr> |
| 85 | 90 |
<tr> |
| 86 |
- <th>전<span class="blank3"></span>화</th> |
|
| 91 |
+ <th>전화번호</th> |
|
| 87 | 92 |
<td>1551-8011</td> |
| 88 | 93 |
</tr> |
| 89 | 94 |
<tr> |
| 90 |
- <th>이<span class="blank2"></span>메<span class="blank2"></span>일</th> |
|
| 95 |
+ <th style="letter-spacing:-0.85px;">이 메 일</th> |
|
| 91 | 96 |
<td>help@iten.co.kr</td> |
| 92 | 97 |
</tr> |
| 93 | 98 |
</tbody> |
| 94 | 99 |
</table> |
| 95 | 100 |
</div> |
| 96 | 101 |
</div> |
| 97 |
- <div class="cont2 clearfix"> |
|
| 98 |
- <p>총 사용금액</p> |
|
| 99 |
- <p><span>517</span> 원(VAT 별도)</p> |
|
| 100 |
- </div> |
|
| 101 | 102 |
<div class="cont3"> |
| 102 |
- <p>(단위 : 원, 건)</p> |
|
| 103 | 103 |
<div class="est_table2_wrap"> |
| 104 | 104 |
<table class="est_table2"> |
| 105 |
- <caption>품목, 발송건수, 공급가액, 금액 정보를 제공하는 표</caption> |
|
| 105 |
+ <caption>작성일자, 공급가액, 세액, 비고 정보를 제공하는 표</caption> |
|
| 106 | 106 |
<colgroup> |
| 107 |
- <col style="width:20%;"> |
|
| 108 |
- <col style="width:20%;"> |
|
| 109 |
- <col style="width:20%;"> |
|
| 110 |
- <col style="width:auto;"> |
|
| 107 |
+ <col style="width: 25%;"> |
|
| 108 |
+ <col style="width: 25%;"> |
|
| 109 |
+ <col style="width: 25%;"> |
|
| 111 | 110 |
</colgroup> |
| 112 | 111 |
<thead> |
| 113 | 112 |
<tr> |
| 114 |
- <th scope="col">품목</th> |
|
| 115 |
- <th scope="col">발송건수</th> |
|
| 113 |
+ <th scope="col">작성일자</th> |
|
| 116 | 114 |
<th scope="col">공급가액</th> |
| 117 |
- <th scope="col">금액</th> |
|
| 115 |
+ <th scope="col">세액</th> |
|
| 118 | 116 |
</tr> |
| 119 | 117 |
</thead> |
| 120 | 118 |
<tbody> |
| 121 | 119 |
<tr> |
| 122 |
- <td>단문(SMS)</td> |
|
| 123 |
- <td>7</td> |
|
| 124 |
- <td>67</td> |
|
| 125 |
- <td>67</td> |
|
| 126 |
- </tr> |
|
| 127 |
- |
|
| 128 |
- <tr> |
|
| 129 |
- <td>장문(LMS)</td> |
|
| 130 |
- <td>8</td> |
|
| 131 |
- <td>160</td> |
|
| 132 |
- <td>160</td> |
|
| 133 |
- </tr> |
|
| 134 |
- |
|
| 135 |
- <tr> |
|
| 136 |
- <td>그림(MMS)</td> |
|
| 137 |
- <td>2</td> |
|
| 138 |
- <td>60</td> |
|
| 139 |
- <td>60</td> |
|
| 140 |
- </tr> |
|
| 141 |
- |
|
| 142 |
- <tr> |
|
| 143 |
- <td>알림톡</td> |
|
| 144 |
- <td>26</td> |
|
| 145 |
- <td>130</td> |
|
| 146 |
- <td>130</td> |
|
| 147 |
- </tr> |
|
| 148 |
- |
|
| 149 |
- <tr> |
|
| 150 |
- <td>팩스</td> |
|
| 151 |
- <td>2</td> |
|
| 152 |
- <td>100</td> |
|
| 153 |
- <td>100</td> |
|
| 120 |
+ <td>2024-07-18</td> |
|
| 121 |
+ <td>500,000</td> |
|
| 122 |
+ <td>50,000</td> |
|
| 154 | 123 |
</tr> |
| 155 | 124 |
</tbody> |
| 125 |
+ <tfoot> |
|
| 126 |
+ <tr> |
|
| 127 |
+ <th>비고</th> |
|
| 128 |
+ <td style="padding:0 0 0 20px;">사용기간(2024-01-01 ~ 2024-01-31)</td> |
|
| 129 |
+ </tr> |
|
| 130 |
+ </tfoot> |
|
| 131 |
+ </table> |
|
| 132 |
+ </div> |
|
| 133 |
+ |
|
| 134 |
+ |
|
| 135 |
+ <div class="est_table2_wrap" style="margin:20px 0 0 0;"> |
|
| 136 |
+ <table class="est_table2"> |
|
| 137 |
+ <caption>월, 일, 품목, 규격, 수량, 단가, 공급가액, 세액, 비고 정보를 제공하는 표</caption> |
|
| 138 |
+ <colgroup> |
|
| 139 |
+ <col style="width: 60px;"> |
|
| 140 |
+ <col style="width: 60px;"> |
|
| 141 |
+ <col style="width: auto;"> |
|
| 142 |
+ <col style="width: 60px;"> |
|
| 143 |
+ <col style="width: 60px;"> |
|
| 144 |
+ <col style="width: 60px;"> |
|
| 145 |
+ <col style="width: 100px;"> |
|
| 146 |
+ <col style="width: 60px;"> |
|
| 147 |
+ <col style="width: 70px;"> |
|
| 148 |
+ </colgroup> |
|
| 149 |
+ <thead> |
|
| 150 |
+ <tr> |
|
| 151 |
+ <th scope="col">월</th> |
|
| 152 |
+ <th scope="col">일</th> |
|
| 153 |
+ <th scope="col">품목</th> |
|
| 154 |
+ <th scope="col">규격</th> |
|
| 155 |
+ <th scope="col">수량</th> |
|
| 156 |
+ <th scope="col">단가</th> |
|
| 157 |
+ <th scope="col">공급가액</th> |
|
| 158 |
+ <th scope="col">세액</th> |
|
| 159 |
+ <th scope="col">비고</th> |
|
| 160 |
+ </tr> |
|
| 161 |
+ </thead> |
|
| 162 |
+ <tbody> |
|
| 163 |
+ <tr> |
|
| 164 |
+ <td>7</td> |
|
| 165 |
+ <td>18</td> |
|
| 166 |
+ <td>문자온 메시징 서비스 이용료</td> |
|
| 167 |
+ <td></td> |
|
| 168 |
+ <td></td> |
|
| 169 |
+ <td></td> |
|
| 170 |
+ <td>500,000</td> |
|
| 171 |
+ <td>50,000</td> |
|
| 172 |
+ <td>-</td> |
|
| 173 |
+ </tr> |
|
| 174 |
+ <tr> |
|
| 175 |
+ <td></td> |
|
| 176 |
+ <td></td> |
|
| 177 |
+ <td></td> |
|
| 178 |
+ <td></td> |
|
| 179 |
+ <td></td> |
|
| 180 |
+ <td></td> |
|
| 181 |
+ <td></td> |
|
| 182 |
+ <td></td> |
|
| 183 |
+ <td></td> |
|
| 184 |
+ </tr> |
|
| 185 |
+ <tr> |
|
| 186 |
+ <td></td> |
|
| 187 |
+ <td></td> |
|
| 188 |
+ <td></td> |
|
| 189 |
+ <td></td> |
|
| 190 |
+ <td></td> |
|
| 191 |
+ <td></td> |
|
| 192 |
+ <td></td> |
|
| 193 |
+ <td></td> |
|
| 194 |
+ <td></td> |
|
| 195 |
+ </tr> |
|
| 196 |
+ <tr> |
|
| 197 |
+ <td></td> |
|
| 198 |
+ <td></td> |
|
| 199 |
+ <td></td> |
|
| 200 |
+ <td></td> |
|
| 201 |
+ <td></td> |
|
| 202 |
+ <td></td> |
|
| 203 |
+ <td></td> |
|
| 204 |
+ <td></td> |
|
| 205 |
+ <td></td> |
|
| 206 |
+ </tr> |
|
| 207 |
+ <tr> |
|
| 208 |
+ <td></td> |
|
| 209 |
+ <td></td> |
|
| 210 |
+ <td></td> |
|
| 211 |
+ <td></td> |
|
| 212 |
+ <td></td> |
|
| 213 |
+ <td></td> |
|
| 214 |
+ <td></td> |
|
| 215 |
+ <td></td> |
|
| 216 |
+ <td></td> |
|
| 217 |
+ </tr> |
|
| 218 |
+ <tr> |
|
| 219 |
+ <td></td> |
|
| 220 |
+ <td></td> |
|
| 221 |
+ <td></td> |
|
| 222 |
+ <td></td> |
|
| 223 |
+ <td></td> |
|
| 224 |
+ <td></td> |
|
| 225 |
+ <td></td> |
|
| 226 |
+ <td></td> |
|
| 227 |
+ <td></td> |
|
| 228 |
+ </tr> |
|
| 229 |
+ <tr> |
|
| 230 |
+ <td></td> |
|
| 231 |
+ <td></td> |
|
| 232 |
+ <td></td> |
|
| 233 |
+ <td></td> |
|
| 234 |
+ <td></td> |
|
| 235 |
+ <td></td> |
|
| 236 |
+ <td></td> |
|
| 237 |
+ <td></td> |
|
| 238 |
+ <td></td> |
|
| 239 |
+ </tr> |
|
| 240 |
+ <tr> |
|
| 241 |
+ <td></td> |
|
| 242 |
+ <td></td> |
|
| 243 |
+ <td></td> |
|
| 244 |
+ <td></td> |
|
| 245 |
+ <td></td> |
|
| 246 |
+ <td></td> |
|
| 247 |
+ <td></td> |
|
| 248 |
+ <td></td> |
|
| 249 |
+ <td></td> |
|
| 250 |
+ </tr> |
|
| 251 |
+ </tbody> |
|
| 252 |
+ |
|
| 253 |
+ <!-- 후불제 --> |
|
| 254 |
+ <!-- <tfoot> |
|
| 255 |
+ <tr> |
|
| 256 |
+ <th colspan="2">합계금액</th> |
|
| 257 |
+ <th>전잔액</th> |
|
| 258 |
+ <th colspan="2">입금액</th> |
|
| 259 |
+ <th colspan="2">현잔액</th> |
|
| 260 |
+ <th colspan="2" rowspan="2" style="background:#fff;vertical-align:middle;">이 금액을 [<span>청 구</span>]함</th> |
|
| 261 |
+ </tr> |
|
| 262 |
+ <tr> |
|
| 263 |
+ <td style="text-align:center;" colspan="2">550,000</td> |
|
| 264 |
+ <td style="text-align:center;">-</td> |
|
| 265 |
+ <td style="text-align:center;" colspan="2">-</td> |
|
| 266 |
+ <td style="text-align:center;" colspan="2">550,000</td> |
|
| 267 |
+ </tr> |
|
| 268 |
+ </tfoot> --> |
|
| 269 |
+ <!-- //후불제 --> |
|
| 270 |
+ |
|
| 271 |
+ <!-- 일반회원(선불제) --> |
|
| 272 |
+ <tfoot> |
|
| 273 |
+ <tr> |
|
| 274 |
+ <th colspan="2">합계금액</th> |
|
| 275 |
+ <th>전잔액</th> |
|
| 276 |
+ <th colspan="2">입금액</th> |
|
| 277 |
+ <th colspan="2">현잔액</th> |
|
| 278 |
+ <th colspan="2" rowspan="2" style="background:#fff;vertical-align:middle;">이 금액을 [<span>영 수</span>]함</th> |
|
| 279 |
+ </tr> |
|
| 280 |
+ <tr> |
|
| 281 |
+ <td style="text-align:center;" colspan="2">550,000</td> |
|
| 282 |
+ <td style="text-align:center;">-</td> |
|
| 283 |
+ <td style="text-align:center;" colspan="2">-</td> |
|
| 284 |
+ <td style="text-align:center;" colspan="2">550,000</td> |
|
| 285 |
+ </tr> |
|
| 286 |
+ </tfoot> |
|
| 287 |
+ <!-- //일반회원(선불제) --> |
|
| 288 |
+ |
|
| 156 | 289 |
</table> |
| 157 | 290 |
</div> |
| 158 | 291 |
</div> |
| 159 |
- <div class="cont4"> |
|
| 160 |
- <table class="est_table"> |
|
| 161 |
- <caption>공급가액, 총 결제금액에 대한 표</caption> |
|
| 162 |
- <colgroup> |
|
| 163 |
- <col style="width: 100px;"> |
|
| 164 |
- <col style="width: auto;"> |
|
| 165 |
- </colgroup> |
|
| 166 |
- <tbody> |
|
| 167 |
- <tr> |
|
| 168 |
- <th>공급가액</th> |
|
| 169 |
- <td><span>517</span></td> |
|
| 170 |
- </tr> |
|
| 171 |
- <tr class="total_price"> |
|
| 172 |
- <th>총 사용금액</th> |
|
| 173 |
- <td><span>517</span></td> |
|
| 174 |
- </tr> |
|
| 175 |
- </tbody> |
|
| 176 |
- </table> |
|
| 177 |
- </div> |
|
| 178 |
- <div class="cont5"> |
|
| 179 |
- <p><span>2025 년 <span>4</span> 월 <span>25</span> 일</span></p> |
|
| 180 |
- </div> |
|
| 292 |
+ |
|
| 293 |
+ <!-- <div class="cont5"> |
|
| 294 |
+ <p><span>2021</span> 년 <span>6</span> 월 <span>17</span> 일</p> |
|
| 295 |
+ <div> |
|
| 296 |
+ <span></span> |
|
| 297 |
+ <span>주식회사 아이티앤</span> |
|
| 298 |
+ <span>유 인 식 (인)</span> |
|
| 299 |
+ </div> |
|
| 300 |
+ </div> --> |
|
| 301 |
+ |
|
| 181 | 302 |
</div> |
| 182 |
- <div class="est_btn_wrap" id="est_btn_wrap"> |
|
| 183 |
- <button type="button" class="btnType" onclick="javascript:f_print(); return false;"><i class="print_img"></i>인쇄하기</button> |
|
| 303 |
+ <div class="est_btn_wrap"> |
|
| 304 |
+ <button type="button" class="btnType" onclick="window.print();"><i class="print_img"></i>인쇄하기</button> |
|
| 184 | 305 |
</div> |
| 185 | 306 |
</div> |
| 186 | 307 |
</div> |
| 308 |
+ <!--// 견적서 --> |
|
| 187 | 309 |
</body> |
| 188 | 310 |
|
| 189 | 311 |
</html>(No newline at end of file) |
--- src/main/webapp/publish/use_statement.html
+++ src/main/webapp/publish/use_statement.html
... | ... | @@ -13,6 +13,29 @@ |
| 13 | 13 |
<link rel="stylesheet" href="/publish/css/font.css"> |
| 14 | 14 |
<link rel="stylesheet" href="/publish/css/button.css"> |
| 15 | 15 |
|
| 16 |
+ <style type="text/css"> |
|
| 17 |
+ .blank {
|
|
| 18 |
+ margin: 0 11.5px; |
|
| 19 |
+ } |
|
| 20 |
+ |
|
| 21 |
+ .est_table2_wrap {
|
|
| 22 |
+ overflow: hidden; |
|
| 23 |
+ } |
|
| 24 |
+ |
|
| 25 |
+ .est_table2 {
|
|
| 26 |
+ border: 0 none; |
|
| 27 |
+ } |
|
| 28 |
+ |
|
| 29 |
+ .est_table2 tbody td:first-child {
|
|
| 30 |
+ border-left: 0 none; |
|
| 31 |
+ } |
|
| 32 |
+ |
|
| 33 |
+ .est_table2 tbody tr:last-child th, |
|
| 34 |
+ .est_table2 tbody tr:last-child td {
|
|
| 35 |
+ border-bottom: 0 none; |
|
| 36 |
+ } |
|
| 37 |
+ </style> |
|
| 38 |
+ |
|
| 16 | 39 |
</head> |
| 17 | 40 |
|
| 18 | 41 |
<body> |
... | ... | @@ -38,30 +61,37 @@ |
| 38 | 61 |
</colgroup> |
| 39 | 62 |
<tbody> |
| 40 | 63 |
<tr> |
| 41 |
- <th>수<span class="blank"></span>신</th> |
|
| 42 |
- <td>원영현</td> |
|
| 64 |
+ <th>등록번호</th> |
|
| 65 |
+ <td>사업자등록번호(개인회원인 경우 하이픈(-) 처리)</td> |
|
| 43 | 66 |
</tr> |
| 44 | 67 |
<tr> |
| 45 |
- <th>참<span class="blank"></span>조</th> |
|
| 46 |
- <td>담당자 원영현 님</td> |
|
| 68 |
+ <th>상<span class="blank"></span>호</th> |
|
| 69 |
+ <td>기업명 (개인회원인 경우 하이픈(-) 처리)</td> |
|
| 47 | 70 |
</tr> |
| 48 | 71 |
<tr> |
| 49 |
- <th>거래일자</th> |
|
| 50 |
- <td>2024-04-29~2025-04-28</td> |
|
| 72 |
+ <th>성<span class="blank"></span>명</th> |
|
| 73 |
+ <td>가입자명</td> |
|
| 74 |
+ </tr> |
|
| 75 |
+ <tr> |
|
| 76 |
+ <th>전화번호</th> |
|
| 77 |
+ <td>가입자 연락처</td> |
|
| 78 |
+ </tr> |
|
| 79 |
+ <tr> |
|
| 80 |
+ <th style="letter-spacing:-0.85px;">이 메 일</th> |
|
| 81 |
+ <td>가입자 이메일</td> |
|
| 82 |
+ </tr> |
|
| 83 |
+ <tr> |
|
| 84 |
+ <td colspan="2" style="text-align:center;"><span>주식회사OOO</span>님의 사용내역(2024-01-01~2024-07-19)을 아래와 같이 확인합니다.</td> |
|
| 51 | 85 |
</tr> |
| 52 | 86 |
</tbody> |
| 53 | 87 |
</table> |
| 54 | 88 |
</div> |
| 55 | 89 |
</div> |
| 56 |
- <div class="cont2 clearfix"> |
|
| 57 |
- <p>총 사용금액</p> |
|
| 58 |
- <p><span>517</span> 원(VAT 별도)</p> |
|
| 59 |
- </div> |
|
| 60 | 90 |
<div class="cont3"> |
| 61 | 91 |
<p>(단위 : 원, 건)</p> |
| 62 | 92 |
<div class="est_table2_wrap"> |
| 63 | 93 |
<table class="est_table2"> |
| 64 |
- <caption>품목, 발송건수, 공급가액, 부가세, 금액 정보를 제공하는 표</caption> |
|
| 94 |
+ <caption>사용일시, 문자유형, 발송건수, 사용금액을 제공하는 표</caption> |
|
| 65 | 95 |
<colgroup> |
| 66 | 96 |
<col style="width:20%;"> |
| 67 | 97 |
<col style="width:20%;"> |
... | ... | @@ -70,46 +100,36 @@ |
| 70 | 100 |
</colgroup> |
| 71 | 101 |
<thead> |
| 72 | 102 |
<tr> |
| 73 |
- <th scope="col">품목</th> |
|
| 103 |
+ <th scope="col">사용일시</th> |
|
| 104 |
+ <th scope="col">문자유형</th> |
|
| 74 | 105 |
<th scope="col">발송건수</th> |
| 75 |
- <th scope="col">공급가액</th> |
|
| 76 |
- <th scope="col">금액</th> |
|
| 106 |
+ <th scope="col">사용금액</th> |
|
| 77 | 107 |
</tr> |
| 78 | 108 |
</thead> |
| 79 | 109 |
<tbody> |
| 80 | 110 |
<tr> |
| 81 |
- <td>단문(SMS)</td> |
|
| 82 |
- <td>7</td> |
|
| 83 |
- <td>67</td> |
|
| 84 |
- <td>67</td> |
|
| 111 |
+ <td>2024-07-18 12:11</td> |
|
| 112 |
+ <td>단문</td> |
|
| 113 |
+ <td>1</td> |
|
| 114 |
+ <td>75</td> |
|
| 85 | 115 |
</tr> |
| 86 |
- |
|
| 87 | 116 |
<tr> |
| 88 |
- <td>장문(LMS)</td> |
|
| 89 |
- <td>8</td> |
|
| 90 |
- <td>160</td> |
|
| 91 |
- <td>160</td> |
|
| 92 |
- </tr> |
|
| 93 |
- |
|
| 94 |
- <tr> |
|
| 95 |
- <td>그림(MMS)</td> |
|
| 117 |
+ <td>2024-07-18 12:11</td> |
|
| 118 |
+ <td>장문</td> |
|
| 96 | 119 |
<td>2</td> |
| 97 |
- <td>60</td> |
|
| 98 |
- <td>60</td> |
|
| 120 |
+ <td>64</td> |
|
| 99 | 121 |
</tr> |
| 100 |
- |
|
| 101 | 122 |
<tr> |
| 102 |
- <td>알림톡</td> |
|
| 103 |
- <td>26</td> |
|
| 104 |
- <td>130</td> |
|
| 105 |
- <td>130</td> |
|
| 123 |
+ <td>2024-07-18 12:11</td> |
|
| 124 |
+ <td>그림</td> |
|
| 125 |
+ <td>1</td> |
|
| 126 |
+ <td>59</td> |
|
| 106 | 127 |
</tr> |
| 107 |
- |
|
| 108 | 128 |
<tr> |
| 109 |
- <td>팩스</td> |
|
| 110 |
- <td>2</td> |
|
| 111 |
- <td>100</td> |
|
| 112 |
- <td>100</td> |
|
| 129 |
+ <td>2024-07-18 12:11</td> |
|
| 130 |
+ <td>단문</td> |
|
| 131 |
+ <td>1</td> |
|
| 132 |
+ <td>75</td> |
|
| 113 | 133 |
</tr> |
| 114 | 134 |
|
| 115 | 135 |
</tbody> |
... | ... | @@ -117,25 +137,9 @@ |
| 117 | 137 |
</div> |
| 118 | 138 |
</div> |
| 119 | 139 |
|
| 120 |
- <div class="cont4"> |
|
| 121 |
- <table class="est_table"> |
|
| 122 |
- <caption>공급가액, 총 결제금액에 대한 표</caption> |
|
| 123 |
- <colgroup> |
|
| 124 |
- <col style="width: 100px;"> |
|
| 125 |
- <col style="width: auto;"> |
|
| 126 |
- </colgroup> |
|
| 127 |
- <tbody> |
|
| 128 |
- <tr> |
|
| 129 |
- <th>공급가액</th> |
|
| 130 |
- <td><span>517</span></td> |
|
| 131 |
- </tr> |
|
| 132 |
- |
|
| 133 |
- <tr class="total_price"> |
|
| 134 |
- <th>총 사용금액</th> |
|
| 135 |
- <td><span>517</span></td> |
|
| 136 |
- </tr> |
|
| 137 |
- </tbody> |
|
| 138 |
- </table> |
|
| 140 |
+ <div class="cont2 clearfix"> |
|
| 141 |
+ <p>총 사용금액 <span>(VAT 별도)</span></p> |
|
| 142 |
+ <p><span>145.5</span>원</p> |
|
| 139 | 143 |
</div> |
| 140 | 144 |
<div class="cont5"> |
| 141 | 145 |
<p><span>2025 년 <span>4</span> 월 <span>28</span> 일</span></p> |
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?