查询固件升级列表
<p><strong>简要描述:</strong> </p>
<ul>
<li>查询固件升级列表</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xx.com/dev/firmware/list</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </li>
</ul>
<p><strong>参数:</strong> </p>
<pre><code>{
"current":1,
"size":10,
"firmwareName":"",
"sftpName":null,
"protocolVersion":null,
"controlVersion":null,
"displayVersion":null,
"kernelVersion":null,
"softwareVersion":null
}</code></pre>
<p><strong>返回示例</strong></p>
<pre><code> {
"code": 0,
"msg": "success",
"data": {
"records": [
{
"id": 1,
"sftpId": 1,
"sftpName": "测试",
"firmwareName": "测试",
"filePath": "/save/firmware/42298dbc873840a1a3243f51581ff5dd.gz",
"protocolVersion": "1.1.1",
"controlVersion": "1.1.1",
"displayVersion": "1.1.1",
"kernelVersion": "1.1.1",
"softwareVersion": "1.1.1",
"delFlag": 0,
"createBy": "admin",
"createTime": "2020-02-12 15:55:33",
"updateBy": null,
"updateTime": null
}
],
"total": 1,
"size": 10,
"current": 1,
"searchCount": true,
"pages": 1
}
}</code></pre>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>欢迎使用ShowDoc!</p>