模板管理-模板文件上传
<p><strong>简要描述:</strong> </p>
<ul>
<li>模板管理-模板文件上传</li>
</ul>
<p><strong>权限描述:</strong> </p>
<ul>
<li>incrementServicesss.importTemplate</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li>` /aggplat_mvc/templateManageAction/importContentTemplate.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;">uploadFile</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">MultipartFile</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;:{
&quot;id&quot;:604,
&quot;receiveFilename&quot;:&quot;templateContent.xls&quot;,
&quot;storeFilename&quot;:null,
&quot;locaPath&quot;:&quot;/opt/export/mch_center/aggplat_mvc_upload/contentTemplate/000000000512351&quot;,
&quot;xftpPath&quot;:null,
&quot;mchId&quot;:&quot;000000000512351&quot;,
&quot;userId&quot;:70,
&quot;filechecksum&quot;:null,
&quot;numberCount&quot;:null,
&quot;sendType&quot;:2,
&quot;status&quot;:null,
&quot;uplodStatus&quot;:&quot;A00H&quot;,
&quot;remark&quot;:null,
&quot;createdTime&quot;:1531291420753,
&quot;updateTime&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;">id</td>
<td style="text-align: left;">Integer</td>
<td>批次号</td>
</tr>
</tbody>
</table>