api 문자/카카오톡으로 탭 나눔
This commit is contained in:
parent
e9a5932ba0
commit
2e12af0f2f
@ -40,7 +40,7 @@
|
|||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div class="mask on"></div>
|
<div class="mask"></div>
|
||||||
<div class="skip_menu">
|
<div class="skip_menu">
|
||||||
<a href="#cont" title="본문 바로가기" class="contGo">본문 바로가기</a>
|
<a href="#cont" title="본문 바로가기" class="contGo">본문 바로가기</a>
|
||||||
</div>
|
</div>
|
||||||
@ -201,7 +201,7 @@
|
|||||||
<div id="container" class="cont sub">
|
<div id="container" class="cont sub">
|
||||||
|
|
||||||
<!-- 0724 기업회원 이동 팝업 -->
|
<!-- 0724 기업회원 이동 팝업 -->
|
||||||
<div class="tooltip-wrap cvt_member_popup_wrap">
|
<!-- <div class="tooltip-wrap cvt_member_popup_wrap">
|
||||||
<div class="popup-com cvt_member_layer popup01" tabindex="0" data-tooltip-con="popup01" data-focus="popup01" data-focus-prev="popup01-close">
|
<div class="popup-com cvt_member_layer popup01" tabindex="0" data-tooltip-con="popup01" data-focus="popup01" data-focus-prev="popup01-close">
|
||||||
<div class="popup_heading">
|
<div class="popup_heading">
|
||||||
<p>알림</p>
|
<p>알림</p>
|
||||||
@ -215,7 +215,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div> -->
|
||||||
<!--// 0724 기업회원 이동 팝업 -->
|
<!--// 0724 기업회원 이동 팝업 -->
|
||||||
<button type="button" id="btnDeptPop" data-tooltip="popup01" style="display: none;"></button>
|
<button type="button" id="btnDeptPop" data-tooltip="popup01" style="display: none;"></button>
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
@ -223,8 +223,8 @@
|
|||||||
<div class="send_top">
|
<div class="send_top">
|
||||||
<!-- tab button -->
|
<!-- tab button -->
|
||||||
<ul class="tabType4">
|
<ul class="tabType4">
|
||||||
<li class="tab"><button type="button" onclick="location.href='/publish/api_intro.html'">문자 API소개</button></li>
|
<li class="tab "><button type="button" onclick="location.href='/publish/api_intro.html'">연동 안내</button></li>
|
||||||
<li class="tab"><button type="button" onclick="location.href='/publish/api_guide.html'">API 사용안내</button></li>
|
<li class="tab"><button type="button" onclick="location.href='/publish/api_guide.html'">개발 가이드</button></li>
|
||||||
<li class="tab"><button type="button" onclick="location.href='/publish/api_download.html'">예제 다운로드</button></li>
|
<li class="tab"><button type="button" onclick="location.href='/publish/api_download.html'">예제 다운로드</button></li>
|
||||||
<li class="tab active"><button type="button" onclick="location.href='/publish/api_admin1.html'">신청/관리</button></li>
|
<li class="tab active"><button type="button" onclick="location.href='/publish/api_admin1.html'">신청/관리</button></li>
|
||||||
</ul>
|
</ul>
|
||||||
@ -238,6 +238,10 @@
|
|||||||
<!--신청/관리 내용-->
|
<!--신청/관리 내용-->
|
||||||
<!--API 신청 정보 : 신청 전-->
|
<!--API 신청 정보 : 신청 전-->
|
||||||
<div class="api_admin">
|
<div class="api_admin">
|
||||||
|
<ul class="info">
|
||||||
|
<li>- 서비스 사용 신청 시, 문자 및 카카오톡 연동서비스를 모두 이용하실 수 있습니다.</li>
|
||||||
|
<li>- 관리자 승인 이후 발송 서버 IP를 등록해 주셔야 합니다.</li>
|
||||||
|
</ul>
|
||||||
<div class="admin_title">API 신청 정보</div>
|
<div class="admin_title">API 신청 정보</div>
|
||||||
<div class="tb_wrap_t1">
|
<div class="tb_wrap_t1">
|
||||||
<table class="tType4">
|
<table class="tType4">
|
||||||
|
|||||||
@ -181,8 +181,8 @@
|
|||||||
<div class="send_top">
|
<div class="send_top">
|
||||||
<!-- tab button -->
|
<!-- tab button -->
|
||||||
<ul class="tabType4">
|
<ul class="tabType4">
|
||||||
<li class="tab"><button type="button" onclick="location.href='/publish/api_intro.html'">문자 API소개</button></li>
|
<li class="tab "><button type="button" onclick="location.href='/publish/api_intro.html'">연동 안내</button></li>
|
||||||
<li class="tab"><button type="button" onclick="location.href='/publish/api_guide.html'">API 사용안내</button></li>
|
<li class="tab"><button type="button" onclick="location.href='/publish/api_guide.html'">개발 가이드</button></li>
|
||||||
<li class="tab active"><button type="button" onclick="location.href='/publish/api_download.html'">예제 다운로드</button></li>
|
<li class="tab active"><button type="button" onclick="location.href='/publish/api_download.html'">예제 다운로드</button></li>
|
||||||
<li class="tab"><button type="button" onclick="location.href='/publish/api_admin1.html'">신청/관리</button></li>
|
<li class="tab"><button type="button" onclick="location.href='/publish/api_admin1.html'">신청/관리</button></li>
|
||||||
</ul>
|
</ul>
|
||||||
@ -193,270 +193,543 @@
|
|||||||
<h2>예제 다운로드</h2>
|
<h2>예제 다운로드</h2>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!--예제 다운로드 내용-->
|
<div class="pay_tab_wrap">
|
||||||
<div class="api_download">
|
<ul class="tabType1">
|
||||||
<ul class="info">
|
<li class="tab active"><button type="button" onclick="TabType5(this,'1');TabType3(this,'1');">문자</button></li>
|
||||||
<li>- 아래 예제(JSP)를 참고하시어 쉽고 편리하게 API를 연동할 수 있습니다.</li>
|
<li class="tab"><button type="button" onclick="TabType5(this,'2');TabType3(this,'7');">카카오톡</button></li>
|
||||||
<li>- JSP 외 타 예제는 계속해서 업데이트 될 예정입니다.</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="list_tab_wrap2 type2">
|
<div class="api_guide current" id="tab5_1">
|
||||||
<!-- tab button -->
|
<div class="api_download">
|
||||||
<ul class="list_tab">
|
<ul class="info">
|
||||||
<li class="tab active"><button type="button" onclick="listTab3(this,'1');">JSP</button>
|
<li>- 아래 예제(JSP)를 참고하시어 쉽고 편리하게 API를 연동할 수 있습니다.</li>
|
||||||
</li>
|
<li>- JSP 외 타 예제는 계속해서 업데이트 될 예정입니다.</li>
|
||||||
<!-- <li class="tab"><button type="button" onclick="listTab3(this,'2');">ASP</button>
|
|
||||||
</li> -->
|
|
||||||
<li class="tab"><button type="button" onclick="listTab3(this,'3');">PHP</button>
|
|
||||||
</li>
|
|
||||||
<!--<li class="tab"><button type="button" onclick="listTab3(this,'4');">.NET</button>
|
|
||||||
</li>
|
|
||||||
<li class="tab"><button type="button" onclick="listTab3(this,'5');">AOS</button>
|
|
||||||
</li>
|
|
||||||
<li class="tab"><button type="button" onclick="listTab3(this,'6');">IOS</button>
|
|
||||||
</li>-->
|
|
||||||
</ul>
|
</ul>
|
||||||
<!--// tab button -->
|
|
||||||
</div>
|
|
||||||
|
<div class="list_tab_wrap2 type2">
|
||||||
<!-- JSP 다운로드-->
|
<!-- tab button -->
|
||||||
<div class="download_cont current" id="listTab3_1">
|
<ul class="list_tab">
|
||||||
<div class="box">
|
<li class="tab active"><button type="button" onclick="listTab3(this,'1');">JSP</button>
|
||||||
<div class="text">
|
</li>
|
||||||
<h4>JSP Example</h4>
|
<!-- <li class="tab"><button type="button" onclick="listTab3(this,'2');">ASP</button>
|
||||||
<table>
|
</li> -->
|
||||||
<caption>JSP 샘플 파일 설명 테이블</caption>
|
<li class="tab"><button type="button" onclick="listTab3(this,'3');">PHP</button>
|
||||||
<colgroup>
|
</li>
|
||||||
<col style="width:35%;">
|
<!--<li class="tab"><button type="button" onclick="listTab3(this,'4');">.NET</button>
|
||||||
<col style="width:65%;">
|
</li>
|
||||||
</colgroup>
|
<li class="tab"><button type="button" onclick="listTab3(this,'5');">AOS</button>
|
||||||
<tr>
|
</li>
|
||||||
<th>jsp_example_send_msg_r1.jsp</th>
|
<li class="tab"><button type="button" onclick="listTab3(this,'6');">IOS</button>
|
||||||
<td>문자보내기(여러명에게 동일한문자)</td>
|
</li>-->
|
||||||
</tr>
|
</ul>
|
||||||
<tr>
|
<!--// tab button -->
|
||||||
<th>sp_example_send_msgs_r1.jsp</th>
|
|
||||||
<td>문자보내기(여러명에게 다른문자)</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<th>jsp_example_hstry_r1.jsp</th>
|
|
||||||
<td>전송내역조회</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<th>jsp_example_hstry_detail_r1.jsp</th>
|
|
||||||
<td>상세전송내역조회</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<th>jsp_example_select_price_r1.jsp</th>
|
|
||||||
<td>발송가능건수</td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="btn_area">
|
|
||||||
<button type="button" class="btnType btnType11">JSP용 예제 다운받기</button>
|
<!-- JSP 다운로드-->
|
||||||
</div>
|
<div class="download_cont current" id="listTab3_1">
|
||||||
</div>
|
<div class="box">
|
||||||
<!--// JSP 다운로드-->
|
<div class="text">
|
||||||
<!--ASP 다운로드-->
|
<h4>JSP Example</h4>
|
||||||
<div class="download_cont" id="listTab3_2">
|
<table>
|
||||||
<div class="box">
|
<caption>JSP 샘플 파일 설명 테이블</caption>
|
||||||
<div class="text">
|
<colgroup>
|
||||||
<h4>ASP Example</h4>
|
<col style="width:35%;">
|
||||||
<table>
|
<col style="width:65%;">
|
||||||
<caption>ASP 샘플 파일 설명 테이블</caption>
|
</colgroup>
|
||||||
<colgroup>
|
|
||||||
<col style="width:35%;">
|
|
||||||
<col style="width:65%;">
|
|
||||||
</colgroup>
|
|
||||||
<tr>
|
|
||||||
<th>파일명</th>
|
|
||||||
<td>파일 설명</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<th>파일명</th>
|
|
||||||
<td>파일 설명</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<th>파일명</th>
|
|
||||||
<td>파일 설명</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<th>파일명</th>
|
|
||||||
<td>파일 설명</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<th>파일명</th>
|
|
||||||
<td>파일 설명</td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="btn_area">
|
|
||||||
<button type="button" class="btnType btnType11">ASP용 예제 다운받기</button>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<!--// ASP 다운로드-->
|
|
||||||
<!--PHP 다운로드-->
|
|
||||||
<div class="download_cont" id="listTab3_3">
|
|
||||||
<div class="box">
|
|
||||||
<div class="text">
|
|
||||||
<h4>PHP Example</h4>
|
|
||||||
<table>
|
|
||||||
<caption>PHP 샘플 파일 설명 테이블</caption>
|
|
||||||
<colgroup>
|
|
||||||
<col style="width:35%;">
|
|
||||||
<col style="width:65%;">
|
|
||||||
</colgroup>
|
|
||||||
<tbody>
|
|
||||||
<tr>
|
<tr>
|
||||||
<th>php_example_send_msg_r1.php</th>
|
<th>jsp_example_send_msg_r1.jsp</th>
|
||||||
<td>문자보내기(여러명에게 동일한문자)</td>
|
<td>문자보내기(여러명에게 동일한문자)</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th>php_example_send_msgs_r1.php</th>
|
<th>sp_example_send_msgs_r1.jsp</th>
|
||||||
<td>문자보내기(여러명에게 다른문자)</td>
|
<td>문자보내기(여러명에게 다른문자)</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th>php_example_hstry_r1.php</th>
|
<th>jsp_example_hstry_r1.jsp</th>
|
||||||
<td>전송내역조회</td>
|
<td>전송내역조회</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th>php_example_hstry_detail_r1.php</th>
|
<th>jsp_example_hstry_detail_r1.jsp</th>
|
||||||
<td>상세전송내역조회</td>
|
<td>상세전송내역조회</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th>php_example_select_price_r1.php</th>
|
<th>jsp_example_select_price_r1.jsp</th>
|
||||||
<td>발송가능건수</td>
|
<td>발송가능건수</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</table>
|
||||||
</table>
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="btn_area">
|
||||||
|
<button type="button" class="btnType btnType11">JSP용 예제 다운받기</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="btn_area">
|
<!--// JSP 다운로드-->
|
||||||
<button type="button" class="btnType btnType11">PHP용 예제 다운받기</button>
|
<!--ASP 다운로드-->
|
||||||
</div>
|
<div class="download_cont" id="listTab3_2">
|
||||||
</div>
|
<div class="box">
|
||||||
<!--// PHP 다운로드-->
|
<div class="text">
|
||||||
<!--.NET 다운로드-->
|
<h4>ASP Example</h4>
|
||||||
<div class="download_cont" id="listTab3_4">
|
<table>
|
||||||
<div class="box">
|
<caption>ASP 샘플 파일 설명 테이블</caption>
|
||||||
<div class="text">
|
<colgroup>
|
||||||
<h4>.NET Example</h4>
|
<col style="width:35%;">
|
||||||
<table>
|
<col style="width:65%;">
|
||||||
<caption>.NET 샘플 파일 설명 테이블</caption>
|
</colgroup>
|
||||||
<colgroup>
|
<tr>
|
||||||
<col style="width:35%;">
|
<th>파일명</th>
|
||||||
<col style="width:65%;">
|
<td>파일 설명</td>
|
||||||
</colgroup>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th>파일명</th>
|
<th>파일명</th>
|
||||||
<td>파일 설명</td>
|
<td>파일 설명</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th>파일명</th>
|
<th>파일명</th>
|
||||||
<td>파일 설명</td>
|
<td>파일 설명</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th>파일명</th>
|
<th>파일명</th>
|
||||||
<td>파일 설명</td>
|
<td>파일 설명</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th>파일명</th>
|
<th>파일명</th>
|
||||||
<td>파일 설명</td>
|
<td>파일 설명</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
</table>
|
||||||
<th>파일명</th>
|
</div>
|
||||||
<td>파일 설명</td>
|
</div>
|
||||||
</tr>
|
<div class="btn_area">
|
||||||
</table>
|
<button type="button" class="btnType btnType11">ASP용 예제 다운받기</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="btn_area">
|
<!--// ASP 다운로드-->
|
||||||
<button type="button" class="btnType btnType11">.NET용 예제 다운받기</button>
|
<!--PHP 다운로드-->
|
||||||
</div>
|
<div class="download_cont" id="listTab3_3">
|
||||||
</div>
|
<div class="box">
|
||||||
<!--// .NET 다운로드-->
|
<div class="text">
|
||||||
<!--AOS 다운로드-->
|
<h4>PHP Example</h4>
|
||||||
<div class="download_cont" id="listTab3_5">
|
<table>
|
||||||
<div class="box">
|
<caption>PHP 샘플 파일 설명 테이블</caption>
|
||||||
<div class="text">
|
<colgroup>
|
||||||
<h4>AOS Example</h4>
|
<col style="width:35%;">
|
||||||
<table>
|
<col style="width:65%;">
|
||||||
<caption>AOS 샘플 파일 설명 테이블</caption>
|
</colgroup>
|
||||||
<colgroup>
|
<tbody>
|
||||||
<col style="width:35%;">
|
<tr>
|
||||||
<col style="width:65%;">
|
<th>php_example_send_msg_r1.php</th>
|
||||||
</colgroup>
|
<td>문자보내기(여러명에게 동일한문자)</td>
|
||||||
<tr>
|
</tr>
|
||||||
<th>파일명</th>
|
<tr>
|
||||||
<td>파일 설명</td>
|
<th>php_example_send_msgs_r1.php</th>
|
||||||
</tr>
|
<td>문자보내기(여러명에게 다른문자)</td>
|
||||||
<tr>
|
</tr>
|
||||||
<th>파일명</th>
|
<tr>
|
||||||
<td>파일 설명</td>
|
<th>php_example_hstry_r1.php</th>
|
||||||
</tr>
|
<td>전송내역조회</td>
|
||||||
<tr>
|
</tr>
|
||||||
<th>파일명</th>
|
<tr>
|
||||||
<td>파일 설명</td>
|
<th>php_example_hstry_detail_r1.php</th>
|
||||||
</tr>
|
<td>상세전송내역조회</td>
|
||||||
<tr>
|
</tr>
|
||||||
<th>파일명</th>
|
<tr>
|
||||||
<td>파일 설명</td>
|
<th>php_example_select_price_r1.php</th>
|
||||||
</tr>
|
<td>발송가능건수</td>
|
||||||
<tr>
|
</tr>
|
||||||
<th>파일명</th>
|
</tbody>
|
||||||
<td>파일 설명</td>
|
</table>
|
||||||
</tr>
|
</div>
|
||||||
</table>
|
</div>
|
||||||
|
<div class="btn_area">
|
||||||
|
<button type="button" class="btnType btnType11">PHP용 예제 다운받기</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="btn_area">
|
<!--// PHP 다운로드-->
|
||||||
<button type="button" class="btnType btnType11">AOS용 예제 다운받기</button>
|
<!--.NET 다운로드-->
|
||||||
</div>
|
<div class="download_cont" id="listTab3_4">
|
||||||
</div>
|
<div class="box">
|
||||||
<!--// AOS 다운로드-->
|
<div class="text">
|
||||||
<!--IOS 다운로드-->
|
<h4>.NET Example</h4>
|
||||||
<div class="download_cont" id="listTab3_6">
|
<table>
|
||||||
<div class="box">
|
<caption>.NET 샘플 파일 설명 테이블</caption>
|
||||||
<div class="text">
|
<colgroup>
|
||||||
<h4>IOS Example</h4>
|
<col style="width:35%;">
|
||||||
<table>
|
<col style="width:65%;">
|
||||||
<caption>IOS 샘플 파일 설명 테이블</caption>
|
</colgroup>
|
||||||
<colgroup>
|
<tr>
|
||||||
<col style="width:35%;">
|
<th>파일명</th>
|
||||||
<col style="width:65%;">
|
<td>파일 설명</td>
|
||||||
</colgroup>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th>파일명</th>
|
<th>파일명</th>
|
||||||
<td>파일 설명</td>
|
<td>파일 설명</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th>파일명</th>
|
<th>파일명</th>
|
||||||
<td>파일 설명</td>
|
<td>파일 설명</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th>파일명</th>
|
<th>파일명</th>
|
||||||
<td>파일 설명</td>
|
<td>파일 설명</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th>파일명</th>
|
<th>파일명</th>
|
||||||
<td>파일 설명</td>
|
<td>파일 설명</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
</table>
|
||||||
<th>파일명</th>
|
</div>
|
||||||
<td>파일 설명</td>
|
</div>
|
||||||
</tr>
|
<div class="btn_area">
|
||||||
</table>
|
<button type="button" class="btnType btnType11">.NET용 예제 다운받기</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="btn_area">
|
<!--// .NET 다운로드-->
|
||||||
<button type="button" class="btnType btnType11">IOS용 예제 다운받기</button>
|
<!--AOS 다운로드-->
|
||||||
|
<div class="download_cont" id="listTab3_5">
|
||||||
|
<div class="box">
|
||||||
|
<div class="text">
|
||||||
|
<h4>AOS Example</h4>
|
||||||
|
<table>
|
||||||
|
<caption>AOS 샘플 파일 설명 테이블</caption>
|
||||||
|
<colgroup>
|
||||||
|
<col style="width:35%;">
|
||||||
|
<col style="width:65%;">
|
||||||
|
</colgroup>
|
||||||
|
<tr>
|
||||||
|
<th>파일명</th>
|
||||||
|
<td>파일 설명</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th>파일명</th>
|
||||||
|
<td>파일 설명</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th>파일명</th>
|
||||||
|
<td>파일 설명</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th>파일명</th>
|
||||||
|
<td>파일 설명</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th>파일명</th>
|
||||||
|
<td>파일 설명</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="btn_area">
|
||||||
|
<button type="button" class="btnType btnType11">AOS용 예제 다운받기</button>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<!--// AOS 다운로드-->
|
||||||
|
<!--IOS 다운로드-->
|
||||||
|
<div class="download_cont" id="listTab3_6">
|
||||||
|
<div class="box">
|
||||||
|
<div class="text">
|
||||||
|
<h4>IOS Example</h4>
|
||||||
|
<table>
|
||||||
|
<caption>IOS 샘플 파일 설명 테이블</caption>
|
||||||
|
<colgroup>
|
||||||
|
<col style="width:35%;">
|
||||||
|
<col style="width:65%;">
|
||||||
|
</colgroup>
|
||||||
|
<tr>
|
||||||
|
<th>파일명</th>
|
||||||
|
<td>파일 설명</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th>파일명</th>
|
||||||
|
<td>파일 설명</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th>파일명</th>
|
||||||
|
<td>파일 설명</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th>파일명</th>
|
||||||
|
<td>파일 설명</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th>파일명</th>
|
||||||
|
<td>파일 설명</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="btn_area">
|
||||||
|
<button type="button" class="btnType btnType11">IOS용 예제 다운받기</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!--// IOS 다운로드-->
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="api_guide current" id="tab5_2">
|
||||||
|
<div class="api_download">
|
||||||
|
<ul class="info">
|
||||||
|
<li>- 카카오톡아래 예제(JSP)를 참고하시어 쉽고 편리하게 API를 연동할 수 있습니다.</li>
|
||||||
|
<li>- JSP 외 타 예제는 계속해서 업데이트 될 예정입니다.</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="list_tab_wrap2 type2">
|
||||||
|
<!-- tab button -->
|
||||||
|
<ul class="list_tab">
|
||||||
|
<li class="tab active"><button type="button" onclick="listTab3(this,'7');">JSP</button>
|
||||||
|
</li>
|
||||||
|
<!-- <li class="tab"><button type="button" onclick="listTab3(this,'8');">ASP</button>
|
||||||
|
</li> -->
|
||||||
|
<li class="tab"><button type="button" onclick="listTab3(this,'9');">PHP</button>
|
||||||
|
</li>
|
||||||
|
<!--<li class="tab"><button type="button" onclick="listTab3(this,'10');">.NET</button>
|
||||||
|
</li>
|
||||||
|
<li class="tab"><button type="button" onclick="listTab3(this,'11');">AOS</button>
|
||||||
|
</li>
|
||||||
|
<li class="tab"><button type="button" onclick="listTab3(this,'12');">IOS</button>
|
||||||
|
</li>-->
|
||||||
|
</ul>
|
||||||
|
<!--// tab button -->
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- JSP 다운로드-->
|
||||||
|
<div class="download_cont current" id="listTab3_7">
|
||||||
|
<div class="box">
|
||||||
|
<div class="text">
|
||||||
|
<h4>JSP Example</h4>
|
||||||
|
<table>
|
||||||
|
<caption>JSP 샘플 파일 설명 테이블</caption>
|
||||||
|
<colgroup>
|
||||||
|
<col style="width:35%;">
|
||||||
|
<col style="width:65%;">
|
||||||
|
</colgroup>
|
||||||
|
<tr>
|
||||||
|
<th>kakao jsp_example_send_msg_r1.jsp</th>
|
||||||
|
<td>문자보내기(여러명에게 동일한문자)</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th>sp_example_send_msgs_r1.jsp</th>
|
||||||
|
<td>문자보내기(여러명에게 다른문자)</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th>jsp_example_hstry_r1.jsp</th>
|
||||||
|
<td>전송내역조회</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th>jsp_example_hstry_detail_r1.jsp</th>
|
||||||
|
<td>상세전송내역조회</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th>jsp_example_select_price_r1.jsp</th>
|
||||||
|
<td>발송가능건수</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="btn_area">
|
||||||
|
<button type="button" class="btnType btnType11">JSP용 예제 다운받기</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!--// JSP 다운로드-->
|
||||||
|
<!--ASP 다운로드-->
|
||||||
|
<div class="download_cont" id="listTab3_8">
|
||||||
|
<div class="box">
|
||||||
|
<div class="text">
|
||||||
|
<h4>ASP Example</h4>
|
||||||
|
<table>
|
||||||
|
<caption>ASP 샘플 파일 설명 테이블</caption>
|
||||||
|
<colgroup>
|
||||||
|
<col style="width:35%;">
|
||||||
|
<col style="width:65%;">
|
||||||
|
</colgroup>
|
||||||
|
<tr>
|
||||||
|
<th>파일명</th>
|
||||||
|
<td>파일 설명</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th>파일명</th>
|
||||||
|
<td>파일 설명</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th>파일명</th>
|
||||||
|
<td>파일 설명</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th>파일명</th>
|
||||||
|
<td>파일 설명</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th>파일명</th>
|
||||||
|
<td>파일 설명</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="btn_area">
|
||||||
|
<button type="button" class="btnType btnType11">ASP용 예제 다운받기</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!--// ASP 다운로드-->
|
||||||
|
<!--PHP 다운로드-->
|
||||||
|
<div class="download_cont" id="listTab3_9">
|
||||||
|
<div class="box">
|
||||||
|
<div class="text">
|
||||||
|
<h4>PHP Example</h4>
|
||||||
|
<table>
|
||||||
|
<caption>PHP 샘플 파일 설명 테이블</caption>
|
||||||
|
<colgroup>
|
||||||
|
<col style="width:35%;">
|
||||||
|
<col style="width:65%;">
|
||||||
|
</colgroup>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<th>php_example_send_msg_r1.php</th>
|
||||||
|
<td>문자보내기(여러명에게 동일한문자)</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th>php_example_send_msgs_r1.php</th>
|
||||||
|
<td>문자보내기(여러명에게 다른문자)</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th>php_example_hstry_r1.php</th>
|
||||||
|
<td>전송내역조회</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th>php_example_hstry_detail_r1.php</th>
|
||||||
|
<td>상세전송내역조회</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th>php_example_select_price_r1.php</th>
|
||||||
|
<td>발송가능건수</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="btn_area">
|
||||||
|
<button type="button" class="btnType btnType11">PHP용 예제 다운받기</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!--// PHP 다운로드-->
|
||||||
|
<!--.NET 다운로드-->
|
||||||
|
<div class="download_cont" id="listTab3_10">
|
||||||
|
<div class="box">
|
||||||
|
<div class="text">
|
||||||
|
<h4>.NET Example</h4>
|
||||||
|
<table>
|
||||||
|
<caption>.NET 샘플 파일 설명 테이블</caption>
|
||||||
|
<colgroup>
|
||||||
|
<col style="width:35%;">
|
||||||
|
<col style="width:65%;">
|
||||||
|
</colgroup>
|
||||||
|
<tr>
|
||||||
|
<th>파일명</th>
|
||||||
|
<td>파일 설명</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th>파일명</th>
|
||||||
|
<td>파일 설명</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th>파일명</th>
|
||||||
|
<td>파일 설명</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th>파일명</th>
|
||||||
|
<td>파일 설명</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th>파일명</th>
|
||||||
|
<td>파일 설명</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="btn_area">
|
||||||
|
<button type="button" class="btnType btnType11">.NET용 예제 다운받기</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!--// .NET 다운로드-->
|
||||||
|
<!--AOS 다운로드-->
|
||||||
|
<div class="download_cont" id="listTab3_11">
|
||||||
|
<div class="box">
|
||||||
|
<div class="text">
|
||||||
|
<h4>AOS Example</h4>
|
||||||
|
<table>
|
||||||
|
<caption>AOS 샘플 파일 설명 테이블</caption>
|
||||||
|
<colgroup>
|
||||||
|
<col style="width:35%;">
|
||||||
|
<col style="width:65%;">
|
||||||
|
</colgroup>
|
||||||
|
<tr>
|
||||||
|
<th>파일명</th>
|
||||||
|
<td>파일 설명</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th>파일명</th>
|
||||||
|
<td>파일 설명</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th>파일명</th>
|
||||||
|
<td>파일 설명</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th>파일명</th>
|
||||||
|
<td>파일 설명</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th>파일명</th>
|
||||||
|
<td>파일 설명</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="btn_area">
|
||||||
|
<button type="button" class="btnType btnType11">AOS용 예제 다운받기</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!--// AOS 다운로드-->
|
||||||
|
<!--IOS 다운로드-->
|
||||||
|
<div class="download_cont" id="listTab3_12">
|
||||||
|
<div class="box">
|
||||||
|
<div class="text">
|
||||||
|
<h4>IOS Example</h4>
|
||||||
|
<table>
|
||||||
|
<caption>IOS 샘플 파일 설명 테이블</caption>
|
||||||
|
<colgroup>
|
||||||
|
<col style="width:35%;">
|
||||||
|
<col style="width:65%;">
|
||||||
|
</colgroup>
|
||||||
|
<tr>
|
||||||
|
<th>파일명</th>
|
||||||
|
<td>파일 설명</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th>파일명</th>
|
||||||
|
<td>파일 설명</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th>파일명</th>
|
||||||
|
<td>파일 설명</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th>파일명</th>
|
||||||
|
<td>파일 설명</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th>파일명</th>
|
||||||
|
<td>파일 설명</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="btn_area">
|
||||||
|
<button type="button" class="btnType btnType11">IOS용 예제 다운받기</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!--// IOS 다운로드-->
|
||||||
</div>
|
</div>
|
||||||
<!--// IOS 다운로드-->
|
|
||||||
</div>
|
</div>
|
||||||
<!--// 예제 다운로드 내용-->
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@ -26,159 +26,8 @@
|
|||||||
<div class="skip_menu">
|
<div class="skip_menu">
|
||||||
<a href="#cont" title="본문 바로가기" class="contGo">본문 바로가기</a>
|
<a href="#cont" title="본문 바로가기" class="contGo">본문 바로가기</a>
|
||||||
</div>
|
</div>
|
||||||
<!--// skip 메뉴 -->
|
<div class="mask"></div>
|
||||||
<!-- quick 메뉴 -->
|
<div data-include-path="/publish/layout/_header.html"></div>
|
||||||
<div class="quickMenu">
|
|
||||||
<div>
|
|
||||||
<p class="quick_title">QUICK<br>MENU</p>
|
|
||||||
<p class="quick_title2">QUICK</p>
|
|
||||||
<ul class="quickMenuIn">
|
|
||||||
<li>
|
|
||||||
<a href="/publish/index.html"><i class="quick1"></i><span>이용안내</span></a>
|
|
||||||
<div class="hover_cont">이용안내</div>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="#"><i class="quick2"></i><span>채 팅상담</span></a>
|
|
||||||
<div class="hover_cont">채팅상담</div>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="#"><i class="quick3"></i><span>원격지원</span></a>
|
|
||||||
<div class="hover_cont">원격지원</div>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="#"><i class="quick4"></i><span>맞춤제작</span></a>
|
|
||||||
<div class="hover_cont">맞춤제작</div>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="#"><i class="quick5"></i><span>주소록 등록</span></a>
|
|
||||||
<div class="hover_cont">주소록 등록</div>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="#"><i class="quick6"></i><span>엑셀 전송</span></a>
|
|
||||||
<div class="hover_cont">엑셀 대량전송</div>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="#"><i class="quick7"></i><span>견적서</span></a>
|
|
||||||
<div class="hover_cont">견적서</div>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="#"><i class="quick8"></i><span>결제</span></a>
|
|
||||||
<div class="hover_cont">결제</div>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="#"><i class="quick9"></i><span>영수증/계산서</span></a>
|
|
||||||
<div class="hover_cont">영수증/계산서</div>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<button type="button" class="goTop" title="맨 위로 이동">TOP<i></i></button>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<!--// quick 메뉴 -->
|
|
||||||
<!-- header 영역 -->
|
|
||||||
<header id="header" class="header sub ">
|
|
||||||
<!-- header top 영역 -->
|
|
||||||
<div class="header_top">
|
|
||||||
<div class="inner">
|
|
||||||
<ul class="menu_left">
|
|
||||||
<li><a href="#"><i class="hdTop_fav"></i>즐겨찾기추가</a></li>
|
|
||||||
<li><a href="#"><i class="hdTop_mypage"></i>마이페이지</a></li>
|
|
||||||
<li><a href="#"><i class="hdTop_center"></i>고객센터</a></li>
|
|
||||||
</ul>
|
|
||||||
<ul class="menu_right">
|
|
||||||
<li><a href="#">충전하기</a></li>
|
|
||||||
<li class="SortLine"><a href="#">요금안내</a></li>
|
|
||||||
<li class="SortLine"><a href="#">이용안내</a></li>
|
|
||||||
<li class="SortLine"><a href="#">1:1고객상담</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</div><!-- header top 영역 -->
|
|
||||||
<!-- header body 영역 -->
|
|
||||||
<div class="header_body">
|
|
||||||
<div class="inner table">
|
|
||||||
<h1 class="logo"><a href="/publish/index.html" alt="문자온 메인 바로가기"><img src="/publish/images/CI.png"
|
|
||||||
alt="문자온 CI"></a></h1>
|
|
||||||
<ul class="gnbWrap table_cell">
|
|
||||||
<li><a href="#">문자발송</a></li>
|
|
||||||
<li><a href="#">선거문자</a></li>
|
|
||||||
<li><a href="#">맞춤제작</a></li>
|
|
||||||
<li><a href="#">비즈톡</a></li>
|
|
||||||
<li><a href="#">주소록 관리</a></li>
|
|
||||||
<li><a href="#">발송결과</a></li>
|
|
||||||
<li><a href="#">예약관리</a></li>
|
|
||||||
<li><a href="#">결제내역</a></li>
|
|
||||||
</ul>
|
|
||||||
<div class="s_menu">
|
|
||||||
<i class="allSearch_info"><span>문자검색</span></i>
|
|
||||||
<button type="button" title="전체검색" class="allSearch" onclick="searchToggle();"><img
|
|
||||||
src="/publish/images/search.png" alt="검색영역 열기" class="allMenu"></button>
|
|
||||||
<button type="button" title="전체메뉴"><img src="/publish/images/all_menu.png" alt="전체메뉴 열기"></button>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<!-- search popup 영역 -->
|
|
||||||
<div class="pop_search">
|
|
||||||
<div class="inner">
|
|
||||||
<div class="area_search">
|
|
||||||
<select name="" id="">
|
|
||||||
<option value="">그림문자</option>
|
|
||||||
<option value="">단문문자</option>
|
|
||||||
<option value="">장문문자</option>
|
|
||||||
<option value="">GIF</option>
|
|
||||||
</select>
|
|
||||||
<input type="text" placeholder="문자샘플 검색하기">
|
|
||||||
<button><img src="/publish/images/search02.png" alt=""></button>
|
|
||||||
</div>
|
|
||||||
<div class="area_popular">
|
|
||||||
<p><i></i>인기검색어</p>
|
|
||||||
<ul class="popular_tag">
|
|
||||||
<li><a href="#">#정월대보름</a></li>
|
|
||||||
<li class="on"><a href="#">#추석</a></li>
|
|
||||||
<li><a href="#">#가을인사</a></li>
|
|
||||||
<li><a href="#">#좋은하루</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<button class="btn_close" onclick="searchToggle();"><img src="/publish/images/btn_searchclose.png"
|
|
||||||
alt=""></button>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<!--// search popup 영역 -->
|
|
||||||
</div>
|
|
||||||
<!--// header body 영역 -->
|
|
||||||
<div id="login" class="login">
|
|
||||||
<div class="inner table">
|
|
||||||
<div class="login_left table_cell">
|
|
||||||
<div class="login_put">
|
|
||||||
<label for="id_text" class="label"></label>
|
|
||||||
<input type="text" placeholder="아이디를 입력해주세요" id="id_text" class="id_text" maxlength="30"
|
|
||||||
size="18">
|
|
||||||
<label for="password_text" class="label"></label>
|
|
||||||
<input type="password" placeholder="비밀번호를 입력해주세요" id="password_text" class="password_text"
|
|
||||||
maxlength="30" size="18">
|
|
||||||
<label for="login_button" class="label"></label>
|
|
||||||
<button type="submit" class="btnType btnType1" class="login_button">로그인</button>
|
|
||||||
</div>
|
|
||||||
<div class="login_save">
|
|
||||||
<input type="checkbox" id="save_id">
|
|
||||||
<label for="save_id">아이디 저장</label>
|
|
||||||
</div>
|
|
||||||
<div class="login_find">
|
|
||||||
<a href="#">아이디찾기 /</a>
|
|
||||||
<a href="#">비밀번호 찾기</a>
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<button type="button" class="btnType btnType2">회원가입</button>
|
|
||||||
<button type="button" class="btnType btnType3">둘러보기</button>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="login_right">
|
|
||||||
<span><i></i>이달의 이벤트</span>
|
|
||||||
<button type="button" class="btnType btnType4">바로가기</button>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<!--// login 영역 -->
|
|
||||||
</header>
|
|
||||||
<!--// header 영역 -->
|
|
||||||
<!-- login 영역 -->
|
|
||||||
<!-- content 영역 -->
|
<!-- content 영역 -->
|
||||||
<div id="container" class="cont sub">
|
<div id="container" class="cont sub">
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
@ -186,8 +35,8 @@
|
|||||||
<div class="send_top">
|
<div class="send_top">
|
||||||
<!-- tab button -->
|
<!-- tab button -->
|
||||||
<ul class="tabType4">
|
<ul class="tabType4">
|
||||||
<li class="tab active"><button type="button" onclick="location.href='/publish/api_intro.html'">문자 API소개</button></li>
|
<li class="tab active"><button type="button" onclick="location.href='/publish/api_intro.html'">연동 안내</button></li>
|
||||||
<li class="tab"><button type="button" onclick="location.href='/publish/api_guide.html'">API 사용안내</button></li>
|
<li class="tab"><button type="button" onclick="location.href='/publish/api_guide.html'">개발 가이드</button></li>
|
||||||
<li class="tab"><button type="button" onclick="location.href='/publish/api_download.html'">예제 다운로드</button></li>
|
<li class="tab"><button type="button" onclick="location.href='/publish/api_download.html'">예제 다운로드</button></li>
|
||||||
<li class="tab"><button type="button" onclick="location.href='/publish/api_admin1.html'">신청/관리</button></li>
|
<li class="tab"><button type="button" onclick="location.href='/publish/api_admin1.html'">신청/관리</button></li>
|
||||||
</ul>
|
</ul>
|
||||||
@ -195,7 +44,7 @@
|
|||||||
|
|
||||||
<div class="api_guide_cont current">
|
<div class="api_guide_cont current">
|
||||||
<div class="heading">
|
<div class="heading">
|
||||||
<h2>문자 API 소개</h2>
|
<h2>연동 서비스 안내</h2>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!--소개 내용-->
|
<!--소개 내용-->
|
||||||
@ -205,9 +54,16 @@
|
|||||||
<area target="_self" alt="문자 API 신청하기" title="문자 API 신청하기" href="#" coords="88,214,291,268" shape="rect">
|
<area target="_self" alt="문자 API 신청하기" title="문자 API 신청하기" href="#" coords="88,214,291,268" shape="rect">
|
||||||
</map>
|
</map>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="pay_tab_wrap">
|
||||||
|
<ul class="tabType1">
|
||||||
|
<li class="tab active"><button type="button" onclick="TabType5(this,'1');">문자</button></li>
|
||||||
|
<li class="tab"><button type="button" onclick="TabType5(this,'2');">카카오톡</button></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
<!--사용 절차 설명 -->
|
<!--사용 절차 설명 -->
|
||||||
<div class="api_intro">
|
<div class="api_intro api_guide current" id="tab5_1">
|
||||||
<div class="title">
|
<div class="title">
|
||||||
<h3>문자 API 사용 절차</h3>
|
<h3>문자 API 사용 절차</h3>
|
||||||
</div>
|
</div>
|
||||||
@ -222,47 +78,125 @@
|
|||||||
<li class="guide">
|
<li class="guide">
|
||||||
<p class="step_title">STEP <span>01</span></p>
|
<p class="step_title">STEP <span>01</span></p>
|
||||||
<div class="step_con">
|
<div class="step_con">
|
||||||
<div class="icon"><img src="/publish/images/api_intro_cont/api_guide_01.jpg" alt="문자 API 신청 아이콘"></div>
|
<div class="icon"><img src="/publish/images/api_intro_cont/api_guide_00.png" alt="문자 API 신청 아이콘"></div>
|
||||||
<dl>
|
<dl>
|
||||||
<dt>문자 API 신청</dt>
|
<dt>발신번호 사전 등록</dt>
|
||||||
<dd>관리자 승인 후 사용 가능</dd>
|
<dd>발송에 필요한 발신번호<br>등록 필요</dd>
|
||||||
</dl>
|
</dl>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
<li class="guide">
|
<li class="guide">
|
||||||
<p class="step_title">STEP <span>02</span></p>
|
<p class="step_title">STEP <span>02</span></p>
|
||||||
<div class="step_con">
|
<div class="step_con">
|
||||||
<div class="icon"><img src="/publish/images/api_intro_cont/api_guide_02.jpg" alt="관리자 승인 아이콘"></div>
|
<div class="icon"><img src="/publish/images/api_intro_cont/api_guide_01.jpg" alt="관리자 승인 아이콘"></div>
|
||||||
<dl>
|
<dl>
|
||||||
<dt>관리자 승인</dt>
|
<dt>문자 연동 API 신청</dt>
|
||||||
<dd>승인 완료 시 문자 안내</dd>
|
<dd>관리자 승인 후 사용 가능</dd>
|
||||||
</dl>
|
</dl>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
<li class="guide">
|
<li class="guide">
|
||||||
<p class="step_title">STEP <span>03</span></p>
|
<p class="step_title">STEP <span>03</span></p>
|
||||||
<div class="step_con">
|
<div class="step_con">
|
||||||
<div class="icon"><img src="/publish/images/api_intro_cont/api_guide_03.jpg" alt="아이피(IP) 등록 아이콘"></div>
|
<div class="icon"><img src="/publish/images/api_intro_cont/api_guide_02.jpg" alt="아이피(IP) 등록 아이콘"></div>
|
||||||
<dl>
|
<dl>
|
||||||
<dt>아이피<span>(IP)</span> 등록</dt>
|
<dt>관리자 승인</dt>
|
||||||
<dd>문자 API를 통해 문자 발송 서버 IP 등록</dd>
|
<dd>승인 완료 시 문자 안내</dd>
|
||||||
</dl>
|
</dl>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
<li class="guide">
|
<li class="guide">
|
||||||
<p class="step_title">STEP <span>04</span></p>
|
<p class="step_title">STEP <span>04</span></p>
|
||||||
|
<div class="step_con">
|
||||||
|
<div class="icon"><img src="/publish/images/api_intro_cont/api_guide_03.jpg" alt="API 연동 아이콘"></div>
|
||||||
|
<dl>
|
||||||
|
<dt>아이피(IP) 등록</dt>
|
||||||
|
<dd>문자 API를 통해<br>문자 발송 서버 IP 등록</dd>
|
||||||
|
</dt>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
<li class="guide">
|
||||||
|
<p class="step_title">STEP <span>05</span></p>
|
||||||
<div class="step_con">
|
<div class="step_con">
|
||||||
<div class="icon"><img src="/publish/images/api_intro_cont/api_guide_04.jpg" alt="API 연동 아이콘"></div>
|
<div class="icon"><img src="/publish/images/api_intro_cont/api_guide_04.jpg" alt="API 연동 아이콘"></div>
|
||||||
<dl>
|
<dl>
|
||||||
<dt>API 연동</dt>
|
<dt>API 연동</dt>
|
||||||
<dd>API 사용 매뉴얼 및 샘플링을 통해 누구나 손쉽게 연동 가능</dd>
|
<dd>API 사용 매뉴얼 및 샘플링을<br>통해 누구나 손쉽게 연동 가능</dd>
|
||||||
</dt>
|
</dt>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!--// 사용 절차 설명-->
|
<!--// 사용 절차 설명-->
|
||||||
|
|
||||||
|
|
||||||
|
<div class="api_intro api_guide kakao_intro" id="tab5_2">
|
||||||
|
<div class="title">
|
||||||
|
<h3>카카오톡 연동(API) 사용 절차</h3>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="title-line">
|
||||||
|
<div class="left-line"></div>
|
||||||
|
<div class="right-line"></div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="con">
|
||||||
|
<ul class="api_process_guide">
|
||||||
|
<li class="guide">
|
||||||
|
<p class="step_title">STEP <span>01</span></p>
|
||||||
|
<div class="step_con">
|
||||||
|
<div class="icon"><img src="/publish/images/api_intro_cont/api_guide_00.png" alt="문자 API 신청 아이콘"></div>
|
||||||
|
<dl>
|
||||||
|
<dt>발신프로필 사전 등록</dt>
|
||||||
|
<dd>발송에 필요한 발신프로필<br>등록 필요</dd>
|
||||||
|
</dl>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
<li class="guide">
|
||||||
|
<p class="step_title">STEP <span>02</span></p>
|
||||||
|
<div class="step_con">
|
||||||
|
<div class="icon"><img src="/publish/images/api_intro_cont/api_guide_01.jpg" alt="관리자 승인 아이콘"></div>
|
||||||
|
<dl>
|
||||||
|
<dt>카카오톡 연동<br>API 신청</dt>
|
||||||
|
<dd>관리자 승인 후 사용 가능</dd>
|
||||||
|
</dl>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
<li class="guide">
|
||||||
|
<p class="step_title">STEP <span>03</span></p>
|
||||||
|
<div class="step_con">
|
||||||
|
<div class="icon"><img src="/publish/images/api_intro_cont/api_guide_02.jpg" alt="아이피(IP) 등록 아이콘"></div>
|
||||||
|
<dl>
|
||||||
|
<dt>관리자 승인</dt>
|
||||||
|
<dd>승인 완료 시 문자 안내</dd>
|
||||||
|
</dl>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
<li class="guide">
|
||||||
|
<p class="step_title">STEP <span>04</span></p>
|
||||||
|
<div class="step_con">
|
||||||
|
<div class="icon"><img src="/publish/images/api_intro_cont/api_guide_03.jpg" alt="API 연동 아이콘"></div>
|
||||||
|
<dl>
|
||||||
|
<dt>아이피(IP) 등록</dt>
|
||||||
|
<dd>카카오톡 API를 통해<br>문자 발송 서버 IP 등록</dd>
|
||||||
|
</dt>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
<li class="guide">
|
||||||
|
<p class="step_title">STEP <span>05</span></p>
|
||||||
|
<div class="step_con">
|
||||||
|
<div class="icon"><img src="/publish/images/api_intro_cont/api_guide_04.jpg" alt="API 연동 아이콘"></div>
|
||||||
|
<dl>
|
||||||
|
<dt>API 연동</dt>
|
||||||
|
<dd>API 사용 매뉴얼 및 샘플링을<br>통해 누구나 손쉽게 연동 가능</dd>
|
||||||
|
</dt>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<!--// 소개 내용-->
|
<!--// 소개 내용-->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -2042,17 +2042,18 @@ button.check_validity:hover {border: 1px solid #a3a3a3;box-shadow: 0px 0px 5px
|
|||||||
.api_guide_cont .api_intro .title h3 {font-family:'yg-jalnan'; font-size: 28px; text-align: center; padding-top: 55px;}
|
.api_guide_cont .api_intro .title h3 {font-family:'yg-jalnan'; font-size: 28px; text-align: center; padding-top: 55px;}
|
||||||
.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;}
|
.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;}
|
||||||
.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;}
|
.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;}
|
||||||
|
.api_guide_cont .api_intro.kakao_intro .title-line .left-line,.api_guide_cont .api_intro.kakao_intro .title-line .right-line{width:25%;}
|
||||||
.api_guide_cont .api_intro .con { padding:0 0 50px 0; margin:30px 0 0 0; }
|
.api_guide_cont .api_intro .con { padding:0 0 50px 0; margin:30px 0 0 0; }
|
||||||
.api_guide_cont .api_process_guide {display: flex; margin: 0 0 20px 0;}
|
.api_guide_cont .api_process_guide {display: flex; margin: 0 0 20px 0;}
|
||||||
.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;}
|
.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;}
|
||||||
.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;}
|
.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;}
|
||||||
.api_guide_cont .api_process_guide li:last-child{margin: 0 0 0 0;}
|
.api_guide_cont .api_process_guide li:last-child{margin: 0 0 0 0;}
|
||||||
.api_guide_cont .api_process_guide li:last-child::after{display: none;}
|
.api_guide_cont .api_process_guide li:last-child::after{display: none;}
|
||||||
.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);}
|
.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);}
|
||||||
.api_guide_cont .api_process_guide .step_title span {font-weight: bold; font-size: 24px;}
|
.api_guide_cont .api_process_guide .step_title span {font-weight: bold; font-size: 24px;}
|
||||||
.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);}
|
.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);}
|
||||||
.api_guide_cont .api_process_guide dl dt {font-family: 'GmarketSansBold'; font-size: 23px; text-align: center; margin:20px 0 6px 0;}
|
.api_guide_cont .api_process_guide dl dt {font-family: 'GmarketSansBold'; font-size: 19px; text-align: center; margin:20px 0 6px 0;}
|
||||||
.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;}
|
.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;}
|
||||||
|
|
||||||
/* api - 사용안내 */
|
/* api - 사용안내 */
|
||||||
.api_guide {display: none;}
|
.api_guide {display: none;}
|
||||||
@ -2068,6 +2069,8 @@ button.check_validity:hover {border: 1px solid #a3a3a3;box-shadow: 0px 0px 5px
|
|||||||
.api_guide_cont .box .text table tr {border-bottom:1px solid #d5d5d5; }
|
.api_guide_cont .box .text table tr {border-bottom:1px solid #d5d5d5; }
|
||||||
.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;}
|
.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;}
|
||||||
.api_guide_cont .box .text table td {text-indent: 18px; font-weight: 200;}
|
.api_guide_cont .box .text table td {text-indent: 18px; font-weight: 200;}
|
||||||
|
|
||||||
|
.api_guide_cont .api_guide#tab5_1 .list_tab_wrap2.type3 li{width:calc(100%/5)}
|
||||||
/* // api 사용안내, 예제 다운로드 공통 사용*/
|
/* // api 사용안내, 예제 다운로드 공통 사용*/
|
||||||
.api_guide_cont .re_cont .type_table table {width:100%; margin:40px 0 7px 0;}
|
.api_guide_cont .re_cont .type_table table {width:100%; margin:40px 0 7px 0;}
|
||||||
.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; }
|
.api_guide_cont .re_cont .type_table table thead th {border-top:1px solid #000; border-left:1px solid #e5e5e5; border-bottom:1px solid #e5e5e5; background:#f7f7f7; padding: 15px 0; }
|
||||||
@ -2105,6 +2108,7 @@ button.check_validity:hover {border: 1px solid #a3a3a3;box-shadow: 0px 0px 5px
|
|||||||
|
|
||||||
/* api - 신청/관리 */
|
/* api - 신청/관리 */
|
||||||
.api_guide_cont .api_admin {margin:0 0 60px 0; }
|
.api_guide_cont .api_admin {margin:0 0 60px 0; }
|
||||||
|
.api_guide_cont .api_admin .info{margin:0 0 30px 0;}
|
||||||
.api_guide_cont .api_admin .admin_title {font-size:20px; font-weight:bold; letter-spacing: -1px; margin:0 0 10px 0;}
|
.api_guide_cont .api_admin .admin_title {font-size:20px; font-weight:bold; letter-spacing: -1px; margin:0 0 10px 0;}
|
||||||
.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;}
|
.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;}
|
||||||
.api_guide_cont .api_admin .admin_info { font-size:14px; font-weight:300; color:#555; margin:0 0 5px 0;}
|
.api_guide_cont .api_admin .admin_info { font-size:14px; font-weight:300; color:#555; margin:0 0 5px 0;}
|
||||||
|
|||||||
@ -698,6 +698,9 @@ function TabType2(obj, tabId) {
|
|||||||
$(".api_guide_con").not($tabCn).removeClass("current");
|
$(".api_guide_con").not($tabCn).removeClass("current");
|
||||||
$(".api_guide_con").not($tabCn).fadeOut(0);
|
$(".api_guide_con").not($tabCn).fadeOut(0);
|
||||||
|
|
||||||
|
$(".api_guide_con").not($tabCn).removeClass("current");
|
||||||
|
$(".api_guide_con").not($tabCn).fadeOut(0);
|
||||||
|
|
||||||
currTabId = tabId;
|
currTabId = tabId;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user