17、充电桩充满自停和拔出自停参数读取
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://120.77.72.190:8082/api/ChargeCtl/getChargeFull</code></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>充电桩开始充电参数说明设备端口号9105</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">macno</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>设备号</td>
</tr>
<tr>
<td style="text-align: left;">sign</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>签名(md5("charging"))</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"code": "1",
"msg": "发送成功",
"data":{
"macno":"2019070600000132",
"charge_full_curr":0,//充满自停门槛电流值,单位为毫安(1~65535)
"charge_full_time":16,//充满自停判断时间,单位为秒(1~65535)
"out_curr":0,//拔出自停门槛电流值,单位为毫安(1~65535)
"out_time":16,//拔出自停判断时间,单位为秒(1~65535)
}
}</code></pre>