Cat.1 智能门锁接口对接

t


查询设备型号

<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>Cat.1</code>)</td> </tr> </tbody> </table> <h3>请求接口示例</h3> <pre><code>https://5gnbiot.com.cn/api/open/commercial/device/model?type=Cat.1</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;CAT-700&amp;quot;,             &amp;quot;CAT-700H&amp;quot;         ]     } }</code></pre>

页面列表

ITEM_HTML