蓄电池机历管理-导出
<h3>请求URL</h3>
<pre><code>POST http://localhost:8095/zhejiang-cm/batteryLifecycle/exportExcel</code></pre>
<h3>请求方式</h3>
<p>POST(JSON),响应为文件下载(<code>application/vnd.openxmlformats-officedocument.spreadsheetml.sheet</code>)</p>
<h3>入参示例</h3>
<p>与“分页/列表查询”的 <code>svcCont</code> 一致;导出会自动忽略分页参数,导出全部命中数据。</p>
<pre><code class="language-json">{
&quot;topCont&quot;: {
&quot;svcCode&quot;: &quot;ROOMCK&quot;,
&quot;reqTime&quot;: &quot;2025-11-04 14:45:00&quot;,
&quot;version&quot;: &quot;V1.0&quot;
},
&quot;svcCont&quot;: {
&quot;cityName&quot;: &quot;杭州市&quot;,
&quot;beginAccountMonth&quot;: &quot;202501&quot;,
&quot;endAccountMonth&quot;: &quot;202511&quot;
}
}</code></pre>
<h3>请求参数</h3>
<p>同“分页/列表查询”。</p>
<h3>返回</h3>
<ul>
<li>直接返回 Excel 文件,文件名:<code>蓄电池机历管理.xlsx</code>。</li>
<li>导出的列:账期、地市、园区、机楼名称、机房名称、资源大类、资源小类、设备名称、设备编码、设备品牌、单体电压(V)、电池组数、额定容量、设备入网时间、预计报废时间、故障隐患次数、容量预测及测试。</li>
</ul>