roomck


蓄电池健康度分析-权重配置查询

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>蓄电池健康度分析-权重配置查询</li> </ul> <h5>请求URL</h5> <ul> <li><code>http://localhost:8095/zhejiang-cm/batteryHealth/qryWeightConfig</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;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> </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;id&amp;quot;: 3130, &amp;quot;overallScore&amp;quot;: 0.3, &amp;quot;lifeScore&amp;quot;: 0.3, &amp;quot;envScore&amp;quot;: 0.3, &amp;quot;staticScore&amp;quot;: 0.3, &amp;quot;dynamicScore&amp;quot;: 0.3, &amp;quot;maintenanceScore&amp;quot;: 0.3, &amp;quot;onlineYearsScore&amp;quot;: 0.3, &amp;quot;avgTempScore&amp;quot;: 0.3, &amp;quot;tempStdDevScore&amp;quot;: 0.3, &amp;quot;floatVoltageRatioScore&amp;quot;: 0.3, &amp;quot;floatVoltageStdDevScore&amp;quot;: 0.3, &amp;quot;resistanceRatioScore&amp;quot;: 0.3, &amp;quot;resistanceStdDevScore&amp;quot;: 0.3, &amp;quot;alarmCountScore&amp;quot;: 0.3, &amp;quot;replacementCountScore&amp;quot;: 0.3, &amp;quot;capacityScore&amp;quot;: 0.3, &amp;quot;capacityMinScore&amp;quot;: 0.3, &amp;quot;capacityAvgScore&amp;quot;: 0.3, &amp;quot;capacityStdDevScore&amp;quot;: 0.3 } } }</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;">overallScore</td> <td style="text-align: left;">Double</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;">onlineYearsScore</td> <td style="text-align: left;">Double</td> <td>入网时长评分的权重</td> </tr> <tr> <td style="text-align: left;">avgTempScore</td> <td style="text-align: left;">Double</td> <td>平均温度评分的权重</td> </tr> <tr> <td style="text-align: left;">tempStdDevScore</td> <td style="text-align: left;">Double</td> <td>标准温度差评分的权重</td> </tr> <tr> <td style="text-align: left;">floatVoltageRatioScore</td> <td style="text-align: left;">Double</td> <td>浮充电压比评分的权重</td> </tr> <tr> <td style="text-align: left;">floatVoltageStdDevScore</td> <td style="text-align: left;">Double</td> <td>浮充电压标准差评分的权重</td> </tr> <tr> <td style="text-align: left;">resistanceRatioScore</td> <td style="text-align: left;">Double</td> <td>内阻比评分的权重</td> </tr> <tr> <td style="text-align: left;">resistanceStdDevScore</td> <td style="text-align: left;">Double</td> <td>内阻标准差评分的权重</td> </tr> <tr> <td style="text-align: left;">alarmCountScore</td> <td style="text-align: left;">Double</td> <td>告警次数评分的权重</td> </tr> <tr> <td style="text-align: left;">replacementCountScore</td> <td style="text-align: left;">Double</td> <td>更换次数评分的权重</td> </tr> <tr> <td style="text-align: left;">capacityScore</td> <td style="text-align: left;">Double</td> <td>预测容量评分的权重</td> </tr> <tr> <td style="text-align: left;">capacityMinScore</td> <td style="text-align: left;">Double</td> <td>预测容量最低值评分的权重</td> </tr> <tr> <td style="text-align: left;">capacityAvgScore</td> <td style="text-align: left;">Double</td> <td>预测容量平均值评分的权重</td> </tr> <tr> <td style="text-align: left;">capacityStdDevScore</td> <td style="text-align: left;">Double</td> <td>预测容量标准差评分的权重</td> </tr> </tbody> </table> <h5>备注</h5> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML