NB 智能锁接口对接

对外开放api文档


查询设备型号

<p>[TOC]</p> <h3>请求URL</h3> <ul> <li><code>commercial/device/model</code></li> </ul> <h3>请求方式</h3> <ul> <li><code>GET</code></li> </ul> <h3>请求参数</h3> <table> <thead> <tr> <th>参数名</th> <th>必选</th> <th>类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td>type</td> <td>是</td> <td>String</td> <td>类型(这里固定:<code>NB</code>)</td> </tr> </tbody> </table> <h3>请求接口示例</h3> <pre><code>https://5gnbiot.com.cn/api/open/commercial/device/model?type=NB</code></pre> <h3>返回示例</h3> <pre><code>{     &amp;quot;code&amp;quot;: 0,     &amp;quot;message&amp;quot;: &amp;quot;成功&amp;quot;,     &amp;quot;data&amp;quot;: {         &amp;quot;list&amp;quot;: [             &amp;quot;NB-550&amp;quot;,             &amp;quot;NB-600HW&amp;quot;,             &amp;quot;NB-500&amp;quot;,             &amp;quot;NB-550W&amp;quot;,             &amp;quot;NB-600&amp;quot;,             &amp;quot;NB-600H&amp;quot;,             &amp;quot;NB-600A&amp;quot;,             &amp;quot;NB-700L&amp;quot;,             &amp;quot;NB-700&amp;quot;,             &amp;quot;NB-700M&amp;quot;,             &amp;quot;NB-700H&amp;quot;,             &amp;quot;NB-700HM&amp;quot;         ]     } }</code></pre>

页面列表

ITEM_HTML