模板管理-常用模板
<p><strong>简要描述:</strong> </p>
<ul>
<li>常用模板</li>
</ul>
<p><strong>权限描述:</strong> </p>
<ul>
<li>incrementServicesss.queryTemplateExample</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li>` /aggplat_mvc/templateManageAction/queryTemplateExample.do</li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </li>
</ul>
<p><strong>参数:</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">必选</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">tempType</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">Integer</td>
<td>短信类型 (13,行业短信 14,营销短信)</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
&quot;respCode&quot;:&quot;success&quot;,
&quot;respMsg&quot;:&quot;通讯成功&quot;,
&quot;data&quot;:{
&quot;list&quot;:[
{
&quot;content&quot;:&quot;${code}您的登陆验证码&quot;,
&quot;tempType&quot;:1,
&quot;tempName&quot;:&quot;&quot;,
&quot;tempSignature&quot;:&quot;&quot;,
&quot;tempSignatureType&quot;:
}
]
},
&quot;dataObject&quot;:null
}</code></pre>
<p><strong>返回参数说明</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">content</td>
<td style="text-align: left;">String</td>
<td>模板内容</td>
</tr>
<tr>
<td style="text-align: left;">tempType</td>
<td style="text-align: left;">Integer</td>
<td>短信类型(13,行业短信 14,营销短信)</td>
</tr>
<tr>
<td style="text-align: left;">tempName</td>
<td style="text-align: left;">String</td>
<td>模板名称</td>
</tr>
<tr>
<td style="text-align: left;">tempSignature</td>
<td style="text-align: left;">String</td>
<td>模板签名</td>
</tr>
<tr>
<td style="text-align: left;">tempSignatureType</td>
<td style="text-align: left;">Integer</td>
<td>模版签名类型(1前置签名 2后置签名)</td>
</tr>
</tbody>
</table>