Merge branch 'hylee'
This commit is contained in:
commit
efbea2aad0
@ -16,6 +16,12 @@ $(document).ready(function(){
|
|||||||
padding-bottom: 8px;
|
padding-bottom: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.padding_add > div > p
|
||||||
|
{
|
||||||
|
padding-left: 60px;
|
||||||
|
padding-bottom: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@ -105,7 +105,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th>nameStr</th>
|
<th>nameStr</th>
|
||||||
<td>메세지 내용에 [*이름*]이 있으면 치환용 이름 입력</td>
|
<td>메세지 내용에 [*이름*]이 있으면 치환용 이름 입력( | 로 구분 )</td>
|
||||||
<td>String</td>
|
<td>String</td>
|
||||||
<td>X</td>
|
<td>X</td>
|
||||||
</tr>
|
</tr>
|
||||||
@ -135,15 +135,14 @@
|
|||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="padding_add">
|
<td class="padding_add">
|
||||||
{<br />
|
{
|
||||||
<p>"mberId":"String"</p>
|
<p>"mberId":"홍길동"</p>
|
||||||
<p>,"accessKey":"String"</p>
|
<p>,"accessKey":"XXXXXXXXXXXXXX414050694b953"</p>
|
||||||
<p>,"callFrom":"String"</p>
|
<p>,"callFrom":"01012341234"</p>
|
||||||
<p>,"callToList":"String"</p>
|
<p>,"callToList":"01011111111,01022222222,01033333333"</p>
|
||||||
<p>,"smsTxt":"String"</p>
|
<p>,"smsTxt":"문자 테스트~![*이름*]"</p>
|
||||||
<p>,"nameStr":"String"</p>
|
<p>,"nameStr":"홍길동1|홍길동2|홍길동3"</p>
|
||||||
<p>,"callFrom":"String"</p>
|
<p>,"test_yn":""</p>
|
||||||
<p>,"test_yn":"( YS | YF )"</p>
|
|
||||||
}
|
}
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
@ -152,3 +151,127 @@
|
|||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</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