源码动力微信接口

通过API接口调用和回调操控微信


设备掉线通知

<p><strong>回调数据</strong></p> <pre><code>{ "cmd": 10001, "device": "xxxxxxxx" // opencode }</code></pre> <ul> <li>字段说明</li> </ul> <table> <thead> <tr> <th style="text-align: left;">字段</th> <th style="text-align: left;">类型</th> <th style="text-align: left;">注释</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">cmd</td> <td style="text-align: left;">int</td> <td style="text-align: left;">指令号</td> </tr> <tr> <td style="text-align: left;">device</td> <td style="text-align: left;">string</td> <td style="text-align: left;">掉线设备的open code</td> </tr> </tbody> </table> <ul> <li>备注:无</li> </ul>

页面列表

ITEM_HTML