获取设备列表
<h5>请求URL</h5>
<ul>
<li><code>http://47.94.86.249/system/api/selectDidxf</code> </li>
</ul>
<h5>请求方式</h5>
<ul>
<li>get</li>
</ul>
<h3>请求头</h3>
<table>
<thead>
<tr>
<th>请求头名称</th>
<th>位置</th>
<th>类型</th>
<th>是否必需</th>
<th>描述</th>
</tr>
</thead>
<tbody>
<tr>
<td>Authorization</td>
<td>header</td>
<td>string</td>
<td>yes</td>
<td>tokenHead,token,返回令牌用于请求 拼接成成tokenHead+空格+token</td>
</tr>
</tbody>
</table>
<p>例:"Bearer eyJzdWIiOiJianhmeHlhZG1pbiIsImNyZWF0ZWQiOjE3MDg1ODM4NDQ4NjIsImV4cCI6MTcwODY4Mzg0NH0"</p>
<h5>返回示例</h5>
<pre><code>{
&quot;msg&quot;: &quot;操作成功&quot;,
&quot;code&quot;: 200,
&quot;data&quot;: [
{
&quot;equipmentManage&quot;: {
&quot;didName&quot;: &quot;中国消防救援学院1号设备&quot;, //站点名称
&quot;longitude&quot;: null,
&quot;latitude&quot;: null
},
&quot;imei&quot;: &quot;8675460576097801&quot;, //imei号
&quot;did&quot;: &quot;202312001&quot; //站点号
},
{
&quot;equipmentManage&quot;: {
&quot;didName&quot;: &quot;中国消防救援学院2号设备&quot;,
&quot;longitude&quot;: null,
&quot;latitude&quot;: null
},
&quot;imei&quot;: &quot;8675460576099621&quot;,
&quot;did&quot;: &quot;202312002&quot;
},
{
&quot;equipmentManage&quot;: {
&quot;didName&quot;: &quot;中国消防救援学院3号设备&quot;,
&quot;longitude&quot;: null,
&quot;latitude&quot;: null
},
&quot;imei&quot;: &quot;8679750539607821&quot;,
&quot;did&quot;: &quot;202312003&quot;
}
]
}</code></pre>