设备异常列表
<h5>简要描述</h5>
<ul>
<li>DevicePanic = 1 // 设备异常
DevicePanicDisConnection = 2 // 设备掉线
DevicePanicDistributePwd = 3 // 密码下发失败
DevicePanicDistributeIDCard = 4 // 卡下发失败
DevicePanicDistributeDel = 5 // 删除失败
DevicePanicCONNET = 6 // 设备上线</li>
</ul>
<p><code>deviceType:设备类型 1控电/2门锁/3人证核验机/4核验前端/5人员计数/6网关</code></p>
<p><code> type:异常类型 1异常 2设备掉线 3下发密码失败 4下发卡失败 5删除失败 6设备上线 </code></p>
<h5>请求URL</h5>
<ul>
<li><code>/home/panics</code> </li>
</ul>
<h5>请求方式</h5>
<ul>
<li>post</li>
</ul>
<h5>Header</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">header</th>
<th style="text-align: left;">必选</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">token</td>
<td style="text-align: left;">否</td>
<td>string</td>
<td>无</td>
</tr>
</tbody>
</table>
<h5>请求参数示例</h5>
<pre><code>{
&quot;page&quot;: &quot;&quot;,
&quot;pageSize&quot;: &quot;&quot;
}
</code></pre>
<h5>成功返回示例</h5>
<pre><code>[]
</code></pre>