80 lines
2.3 KiB
Plaintext
80 lines
2.3 KiB
Plaintext
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
|
|
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
|
|
<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui"%>
|
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn"%>
|
|
<script language=javascript>
|
|
$(document).ready(function(){
|
|
|
|
});
|
|
|
|
</script>
|
|
<style>
|
|
|
|
.padding_add > p
|
|
{
|
|
padding-left: 30px;
|
|
padding-bottom: 8px;
|
|
}
|
|
|
|
.padding_add > div > p
|
|
{
|
|
padding-left: 60px;
|
|
padding-bottom: 8px;
|
|
}
|
|
|
|
|
|
|
|
</style>
|
|
<!-- content 영역 -->
|
|
<div class="inner">
|
|
<!-- send top -->
|
|
<div class="send_top">
|
|
|
|
<c:import url="./top_tepMenu.jsp" /><!--// tab button -->
|
|
|
|
<!-- tab button -->
|
|
<div class="api_guide_cont current" id="tab5_1">
|
|
<div class="heading">
|
|
<h2>REST API 설명</h2>
|
|
</div>
|
|
<div class="pay_tab_wrap">
|
|
<!-- tab button -->
|
|
<ul class="tabType1">
|
|
<li class="tab active"><button type="button" onclick="TabType1(this,'1')">문자보내기</button></li>
|
|
<li class="tab"><button type="button" onclick="TabType1(this,'2')" id="btnEstimate">문자보내기(대량)</button></li>
|
|
<li class="tab"><button type="button" onclick="TabType1(this,'3')" id="btnEstimate3">전송내역조회</button></li>
|
|
<li class="tab"><button type="button" onclick="TabType1(this,'4')" id="btnEstimate4">전송결과조회(상세)</button></li>
|
|
<li class="tab"><button type="button" onclick="TabType1(this,'5')" id="btnEstimate5">발송가능건수</button></li>
|
|
</ul><!--// tab button -->
|
|
</div>
|
|
|
|
<!-- 문자보내기 -->
|
|
<!-- 문자보내기 -->
|
|
<!-- 문자보내기 -->
|
|
<div class="fee_cont current" id="tab1_1">
|
|
<c:import url="./apiSpec_tab1.jsp" />
|
|
</div>
|
|
|
|
<!-- 문자보내기(대량) -->
|
|
<!-- 문자보내기(대량) -->
|
|
<!-- 문자보내기(대량) -->
|
|
<div class="fee_cont" id="tab1_2">
|
|
<c:import url="./apiSpec_tab2.jsp" />
|
|
</div>
|
|
|
|
<!-- 전송내역조회 -->
|
|
<div class="fee_cont" id="tab1_3">
|
|
<c:import url="./apiSpec_tab3.jsp" />
|
|
</div>
|
|
<!-- 전송결과조회(상세) -->
|
|
<div class="fee_cont" id="tab1_4">
|
|
<c:import url="./apiSpec_tab4.jsp" />
|
|
</div>
|
|
<!-- 발송가능건수 -->
|
|
<div class="fee_cont" id="tab1_5">
|
|
<c:import url="./apiSpec_tab5.jsp" />
|
|
</div>
|
|
</div>
|
|
</div><!--// send top -->
|
|
</div>
|