根据编号查询设备基础信息
<h5>简要描述</h5>
<ul>
<li>无</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>http://192.182.20.15:8080/holly/jm/device/{number}</code> </li>
</ul>
<h5>请求方式</h5>
<ul>
<li>get</li>
</ul>
<h5>成功返回示例</h5>
<pre><code>{
"msg": "操作成功",
"code": 200,
"data": {
"id": 77,
"number": "020020",
"port": "37777",
"userName": "admin",
"password": "yx123456",
"matrixId": "1000003$1$0$76",
"channelId": 77,
"buildingId": null,
"floor": null,
"address": "东围墙内则道路020020",
"status": null,
"number2": null,
"name": null,
"ability": null,
"ip": "192.182.20.20"
}
}
</code></pre>