faet:REST API 설명 > 문자보내기 완료
This commit is contained in:
parent
0b25d8b959
commit
6c7207c606
@ -16,6 +16,12 @@ $(document).ready(function(){
|
||||
padding-bottom: 8px;
|
||||
}
|
||||
|
||||
.padding_add > div > p
|
||||
{
|
||||
padding-left: 60px;
|
||||
padding-bottom: 8px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
</style>
|
||||
|
||||
@ -105,7 +105,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<th>nameStr</th>
|
||||
<td>메세지 내용에 [*이름*]이 있으면 치환용 이름 입력</td>
|
||||
<td>메세지 내용에 [*이름*]이 있으면 치환용 이름 입력( | 로 구분 )</td>
|
||||
<td>String</td>
|
||||
<td>X</td>
|
||||
</tr>
|
||||
@ -135,15 +135,14 @@
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="padding_add">
|
||||
{<br />
|
||||
<p>"mberId":"String"</p>
|
||||
<p>,"accessKey":"String"</p>
|
||||
<p>,"callFrom":"String"</p>
|
||||
<p>,"callToList":"String"</p>
|
||||
<p>,"smsTxt":"String"</p>
|
||||
<p>,"nameStr":"String"</p>
|
||||
<p>,"callFrom":"String"</p>
|
||||
<p>,"test_yn":"( YS | YF )"</p>
|
||||
{
|
||||
<p>"mberId":"홍길동"</p>
|
||||
<p>,"accessKey":"XXXXXXXXXXXXXX414050694b953"</p>
|
||||
<p>,"callFrom":"01012341234"</p>
|
||||
<p>,"callToList":"01011111111,01022222222,01033333333"</p>
|
||||
<p>,"smsTxt":"문자 테스트~![*이름*]"</p>
|
||||
<p>,"nameStr":"홍길동1|홍길동2|홍길동3"</p>
|
||||
<p>,"test_yn":""</p>
|
||||
}
|
||||
</td>
|
||||
</tr>
|
||||
@ -152,3 +151,127 @@
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
<p class="tType1_title">
|
||||
<img src="/publish/images/content/icon_fee1.png" alt="문자이미지"> [Response]
|
||||
</p>
|
||||
<span class="reqTxt4">
|
||||
JSON 객체로 응답 합니다.
|
||||
</span>
|
||||
<table class="tType2">
|
||||
<caption></caption>
|
||||
<colgroup>
|
||||
<col style="width: 13%;">
|
||||
<col style="width: auto;">
|
||||
<col style="width: 20%;">
|
||||
</colgroup>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>키</th>
|
||||
<th>설명</th>
|
||||
<th>타입</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th>resultCode</th>
|
||||
<td>성공 여부 ( "0" 아니면 실패 )</td>
|
||||
<td>String</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>data</th>
|
||||
<td>결과값 객체 ( 성공 : 데이터, 실패 : 메세지 )</td>
|
||||
<td>Object</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>[data].msgGroupId</th>
|
||||
<td>메세지 그룹 ID</td>
|
||||
<td>String</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>[data].msgType</th>
|
||||
<td>메세지 타입 ( 4: 단문, 5: 장문 )</td>
|
||||
<td>String</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>[data].blockCnt</th>
|
||||
<td>수신거부 건수</td>
|
||||
<td>String</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>[data].failCnt</th>
|
||||
<td>전송실패 건수</td>
|
||||
<td>String</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>[data].successCnt</th>
|
||||
<td>성공 건수</td>
|
||||
<td>String</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<span class="reqTxt4">* 성공 예시</span>
|
||||
<ul class="clause_list">
|
||||
<li class="list_open on">
|
||||
<div class="clause_list_head">
|
||||
<div class="list_head_in">
|
||||
<span>Example</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="clause_list_body">
|
||||
<table class="">
|
||||
<colgroup>
|
||||
<col style="width: auto;">
|
||||
</colgroup>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="padding_add">
|
||||
{
|
||||
<p>"resultCode":"0"</p>
|
||||
<p>, "data":[</p>
|
||||
<div>
|
||||
<p>"msgGroupId":"MSGGID_0000000000000"</p>
|
||||
<p>, "msgType":"4"</p>
|
||||
<p>, "blockCnt":"0"</p>
|
||||
<p>, "failCnt":"0"</p>
|
||||
<p>, "successCnt":"3"</p>
|
||||
</div>
|
||||
<p>]</p>
|
||||
}
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
<span class="reqTxt4">* 실패 예시</span>
|
||||
<ul class="clause_list">
|
||||
<li class="list_open on">
|
||||
<div class="clause_list_head">
|
||||
<div class="list_head_in">
|
||||
<span>Example</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="clause_list_body">
|
||||
<table class="">
|
||||
<colgroup>
|
||||
<col style="width: auto;">
|
||||
</colgroup>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="padding_add">
|
||||
{
|
||||
<p>"resultCode":"1040"</p>
|
||||
<p>,"data":"치환 데이터 오류"</p>
|
||||
}
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user