推料机2.0


后端内部交互数据接口

<h3>推料上下线数据上行内部交互接口说明</h3> <ul> <li><font color=blue >参数描述</font></li> </ul> <table> <thead> <tr> <th>参数</th> <th>描述</th> </tr> </thead> <tbody> <tr> <td>sn</td> <td>设备sn</td> </tr> <tr> <td>timestamp</td> <td>时间戳</td> </tr> <tr> <td>status</td> <td>在线状态 0:离线 1:在线</td> </tr> </tbody> </table> <ul> <li><font color=blue >示例</font></li> </ul> <pre><code>{ "sn":"sn188732", "timestamp":13774356234, "status":1 }</code></pre> <h3>图片流开启数据下行指令</h3> <ul> <li><font color=blue >参数描述</font></li> </ul> <table> <thead> <tr> <th>参数</th> <th>描述</th> </tr> </thead> <tbody> <tr> <td>sn</td> <td>设备sn</td> </tr> </tbody> </table> <ul> <li><font color=blue >示例</font></li> </ul> <pre><code>{ "sn":"sn188732" }</code></pre> <h3>图片流关闭数据下行指令</h3> <p><font color=blue >参数描述</font></p> <table> <thead> <tr> <th>参数</th> <th>描述</th> </tr> </thead> <tbody> <tr> <td>sn</td> <td>设备sn</td> </tr> </tbody> </table> <p><font color=blue >示例</font></p> <pre><code>{ "sn":"sn188732" }</code></pre>

页面列表

ITEM_HTML