获取电池组数与电池节数
<p><strong>简要描述</strong></p>
<ul>
<li>通过此接口,可获取电池组数与每组电池数量</li>
</ul>
<p><strong>接口地址</strong></p>
<ul>
<li>`<a href="http://ip:8080/webService/getBatteryStorageNumber">http://ip:8080/webService/getBatteryStorageNumber</a></li>
</ul>
<p><strong>请求方式</strong></p>
<ul>
<li>POST</li>
</ul>
<p><strong>请求参数</strong>
无</p>
<p><strong>返回data数据结构</strong></p>
<table>
<thead>
<tr>
<th>参数名</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>batteryStorageNumber</td>
<td>int</td>
<td>电池组数,范围1~4组</td>
</tr>
<tr>
<td>batteryNumber</td>
<td>int</td>
<td>电池数量</td>
</tr>
</tbody>
</table>