11 充电桩充满自停和拔出自停读取
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://10.27.204.40/Newcharging/get_charging</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>说明</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>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"code": "1",
"msg": "发送成功",
"data":{
"full_current": 1,
"full_time": 1,
"out_current": 1,
"out_time": 1,
}
}</code></pre>