嘟嘟有位API文档(对外)

嘟嘟有位API文档(对外)


清空所有设备(慎用)

<p><strong>接口描述:</strong></p> <ul> <li>清空某个PID名下的所有设备,一般在完成开发后进入正式生产环境时使用。</li> <li><code>注意:清空后是不可恢复的,请谨慎使用!</code></li> </ul> <p><strong>请求URL:</strong></p> <ul> <li><code>/ClearAllLock</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li>POST</li> </ul> <p><strong>data参数:</strong></p> <ul> <li>无参数</li> </ul> <p><strong>参数示例</strong></p> <pre><code>{ &amp;quot;PID&amp;quot;:&amp;quot;2020050614236218&amp;quot;, &amp;quot;Timestamp&amp;quot;:&amp;quot;1685987537276&amp;quot;, &amp;quot;Sign&amp;quot;:&amp;quot;51c0d073d34acd05e3cc2006fdcf2fb8&amp;quot;, &amp;quot;data&amp;quot;: { } }</code></pre> <p><strong>返回示例</strong></p> <pre><code>{ &amp;quot;PID&amp;quot;: null, &amp;quot;Timestamp&amp;quot;: null, &amp;quot;Sign&amp;quot;: null, &amp;quot;state&amp;quot;: 1, &amp;quot;message&amp;quot;: &amp;quot;操作成功完成&amp;quot;, &amp;quot;data&amp;quot;: null }</code></pre> <p><strong>返回参数说明</strong></p> <table> <thead> <tr> <th>参数名</th> <th>类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td>state</td> <td>int</td> <td>详看<strong>附录</strong>中的接口返回state值说明</td> </tr> <tr> <td>message</td> <td>string</td> <td>接口结果说明</td> </tr> <tr> <td>data</td> <td>object</td> <td>接口返回的具体数据</td> </tr> </tbody> </table> <p><strong>备注</strong></p> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML