roomck


蓄电池健康度分析-蓄电池五维分析雷达图

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>蓄电池五维分析雷达图</li> </ul> <h5>请求URL</h5> <ul> <li><code>http://localhost:8095/zhejiang-cm/batteryHealth/radarChart</code></li> </ul> <h5>请求方式</h5> <ul> <li>POST </li> </ul> <h5>入参</h5> <pre><code>{ &amp;quot;topCont&amp;quot;: { &amp;quot;svcCode&amp;quot;: &amp;quot;BSS&amp;quot;, &amp;quot;reqTime&amp;quot;: &amp;quot;2024-06-18 11:41:41&amp;quot;, &amp;quot;version&amp;quot;: &amp;quot;V1.0&amp;quot;, &amp;quot;appChl&amp;quot;: &amp;quot;&amp;quot;, &amp;quot;appSecret&amp;quot;: &amp;quot;&amp;quot; }, &amp;quot;svcCont&amp;quot;: { &amp;quot;data&amp;quot;: [ { &amp;quot;accountDate&amp;quot;: &amp;quot;2024-06&amp;quot;, &amp;quot;eqId&amp;quot;: &amp;quot;585883&amp;quot; }, { &amp;quot;accountDate&amp;quot;: &amp;quot;2024-06&amp;quot;, &amp;quot;eqId&amp;quot;: &amp;quot;585884&amp;quot; }, { &amp;quot;accountDate&amp;quot;: &amp;quot;2024-06&amp;quot;, &amp;quot;eqId&amp;quot;: &amp;quot;585885&amp;quot; } ], &amp;quot;userId&amp;quot;: 21118136534048 } }</code></pre> <h5>参数</h5> <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;">accountDate</td> <td style="text-align: left;">Y</td> <td style="text-align: left;">String</td> <td>统计账期</td> </tr> <tr> <td style="text-align: left;">eqId</td> <td style="text-align: left;">Y</td> <td style="text-align: left;">String</td> <td>设备ID</td> </tr> </tbody> </table> <h5>返回示例</h5> <pre><code>{ &amp;quot;topCont&amp;quot;: { &amp;quot;resultCode&amp;quot;: &amp;quot;0&amp;quot;, &amp;quot;respTime&amp;quot;: &amp;quot;2024-06-18 14:21:10&amp;quot;, &amp;quot;remark&amp;quot;: &amp;quot;success&amp;quot; }, &amp;quot;svcCont&amp;quot;: { &amp;quot;data&amp;quot;: [ { &amp;quot;batteryName&amp;quot;: &amp;quot;XXXX蓄电池组1&amp;quot;, &amp;quot;lifeScore&amp;quot;: 60, &amp;quot;envScore&amp;quot;: 70, &amp;quot;staticScore&amp;quot;: 50, &amp;quot;dynamicScore&amp;quot;: 40, &amp;quot;maintenanceScore&amp;quot;: 80, &amp;quot;accountDate&amp;quot;:&amp;quot;2024-06&amp;quot; }, { &amp;quot;batteryName&amp;quot;: &amp;quot;XXXX蓄电池组2&amp;quot;, &amp;quot;lifeScore&amp;quot;: 55, &amp;quot;envScore&amp;quot;: 65, &amp;quot;staticScore&amp;quot;: 45, &amp;quot;dynamicScore&amp;quot;: 35, &amp;quot;maintenanceScore&amp;quot;: 75, &amp;quot;accountDate&amp;quot;:&amp;quot;2024-06&amp;quot; }, { &amp;quot;batteryName&amp;quot;: &amp;quot;XXXX蓄电池组3&amp;quot;, &amp;quot;lifeScore&amp;quot;: 70, &amp;quot;envScore&amp;quot;: 75, &amp;quot;staticScore&amp;quot;: 60, &amp;quot;dynamicScore&amp;quot;: 50, &amp;quot;maintenanceScore&amp;quot;: 85, &amp;quot;accountDate&amp;quot;:&amp;quot;2024-06&amp;quot; }, { &amp;quot;batteryName&amp;quot;: &amp;quot;XXXX蓄电池组4&amp;quot;, &amp;quot;lifeScore&amp;quot;: 65, &amp;quot;envScore&amp;quot;: 60, &amp;quot;staticScore&amp;quot;: 55, &amp;quot;dynamicScore&amp;quot;: 45, &amp;quot;maintenanceScore&amp;quot;: 70, &amp;quot;accountDate&amp;quot;:&amp;quot;2024-06&amp;quot; } ] } }</code></pre> <h5>返回参数说明</h5> <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;">batteryName</td> <td style="text-align: left;">String</td> <td>蓄电池名称</td> </tr> <tr> <td style="text-align: left;">lifeScore</td> <td style="text-align: left;">Double</td> <td>寿命评分</td> </tr> <tr> <td style="text-align: left;">envScore</td> <td style="text-align: left;">Double</td> <td>环境评分</td> </tr> <tr> <td style="text-align: left;">staticScore</td> <td style="text-align: left;">Double</td> <td>静态评分</td> </tr> <tr> <td style="text-align: left;">dynamicScore</td> <td style="text-align: left;">Double</td> <td>动态评分</td> </tr> <tr> <td style="text-align: left;">maintenanceScore</td> <td style="text-align: left;">Double</td> <td>维护评分</td> </tr> <tr> <td style="text-align: left;">accountDate</td> <td style="text-align: left;">Y</td> <td>String</td> <td>统计账期</td> </tr> </tbody> </table> <h5>备注</h5> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML