模板管理-批量添加
<p><strong>简要描述:</strong> </p>
<ul>
<li>模板管理-批量添加 </li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li>` /aggplat_mvc/templateManageAction/batchAddTemplate.do </li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </li>
</ul>
<p><strong>权限描述:</strong> </p>
<ul>
<li>incrementServicesss.addTemplate
<strong>参数:</strong> </li>
</ul>
<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>
<tr>
<td style="text-align: left;">bid</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">Integer</td>
<td>上传模板文件的批次号</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
&quot;respCode&quot;:&quot;success&quot;,
&quot;respMsg&quot;:&quot;添加成功&quot;,
&quot;data&quot;:null,
&quot;dataObject&quot;:null
}</code></pre>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>