Merge branch 'master' into 알림톡api
This commit is contained in:
commit
5d6934e311
@ -82,6 +82,7 @@
|
||||
, REQ_DATE
|
||||
|
||||
, FILE_CNT
|
||||
, MSG_RESULT
|
||||
)VALUES
|
||||
<iterate conjunction=",">
|
||||
(
|
||||
@ -108,7 +109,8 @@
|
||||
, #[].bizJsonName#
|
||||
, #[].reqDate#
|
||||
|
||||
, #[].fileCnt#
|
||||
, #[].fileCnt#,
|
||||
'00'
|
||||
)
|
||||
</iterate>
|
||||
</insert>
|
||||
|
||||
@ -173,7 +173,8 @@
|
||||
FILE_PATH1,
|
||||
FILE_PATH2,
|
||||
FILE_PATH3,
|
||||
MSG_GROUP_ID
|
||||
MSG_GROUP_ID,
|
||||
MSG_RESULT
|
||||
)VALUES
|
||||
<iterate conjunction=",">
|
||||
(
|
||||
@ -191,7 +192,8 @@
|
||||
#[].filePath1#,
|
||||
#[].filePath2#,
|
||||
#[].filePath3#,
|
||||
#[].msgGroupId#
|
||||
#[].msgGroupId#,
|
||||
'00'
|
||||
)
|
||||
</iterate>
|
||||
</insert>
|
||||
|
||||
@ -469,6 +469,38 @@
|
||||
</tbody>
|
||||
</table>
|
||||
<span class="reqTxt4">* 텍스트 용량(Byte)에 대한 안내 : 한글2Byte, 영문·숫자 1Byte를 차지.</span>
|
||||
|
||||
<p class="tType1_title"><img src="/publish/images/content/icon_fee2.png" alt="알림톡 아이콘 이미지"> 친구톡</p>
|
||||
<table class="tType2">
|
||||
<colgroup>
|
||||
<col style="width: 20%;">
|
||||
<col style="width: 60%;">
|
||||
<col style="width: 20%;">
|
||||
</colgroup>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>구분</th>
|
||||
<th>특징</th>
|
||||
<th>가격</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th>친구톡(텍스트)</th>
|
||||
<td rowspan="3">카카오톡을 통해 채널 친구 대상으로 발송이 가능한 광고성 메시지<br />(1,000자 이하의 텍스트 및 이미지 발송 가능)</td>
|
||||
<td><span>13.8</span>원</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>친구톡(이미지)</th>
|
||||
<td><span>19.9</span>원</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>친구톡(와이드 이미지)</th>
|
||||
<td><span>22.9</span>원</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<!-- <span class="reqTxt4">* 텍스트 용량(Byte)에 대한 안내 : 한글2Byte, 영문·숫자 1Byte를 차지.</span> -->
|
||||
|
||||
<p class="tType1_title"><img src="/publish/images/content/icon_fee_fax.png" alt="팩스 아이콘 이미지"> 팩스</p>
|
||||
<table class="tType2">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user