东农后台api接口文档

接口文档


我的地块详情页-解绑传感器设备

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>传感器设备解绑</li> </ul> <h5>请求URL</h5> <ul> <li><code>http://xgkj.hljnyxx.com/dongnongBackend/index.php//Home/Equipment/unbindEquipmentUseInfo</code></li> </ul> <h5>请求方式</h5> <ul> <li>POST <h5>请求示例</h5></li> </ul> <pre><code> {     &amp;quot;equipment_list&amp;quot;:[             {                 &amp;quot;plot_equ_id&amp;quot;: &amp;quot;3&amp;quot;,                 &amp;quot;project_id&amp;quot;: &amp;quot;4&amp;quot;,                 &amp;quot;plot_id&amp;quot;: &amp;quot;1&amp;quot;,                 &amp;quot;equ_id&amp;quot;: &amp;quot;1&amp;quot;             },             {                 &amp;quot;plot_equ_id&amp;quot;: &amp;quot;4&amp;quot;,                 &amp;quot;project_id&amp;quot;: &amp;quot;4&amp;quot;,                 &amp;quot;plot_id&amp;quot;: &amp;quot;1&amp;quot;,                 &amp;quot;equ_id&amp;quot;: &amp;quot;2&amp;quot;             }         ] }</code></pre> <h5>参数</h5> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">必选</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">plot_equ_id</td> <td style="text-align: left;">是</td> <td>传感器请求接口中的对应值</td> </tr> <tr> <td style="text-align: left;">project_id</td> <td style="text-align: left;">是</td> <td>传感器请求接口中的对应值</td> </tr> <tr> <td style="text-align: left;">plot_id</td> <td style="text-align: left;">是</td> <td>传感器请求接口中的对应值</td> </tr> <tr> <td style="text-align: left;">equ_id</td> <td style="text-align: left;">是</td> <td>传感器请求接口中的对应值</td> </tr> </tbody> </table> <h5>返回示例</h5> <pre><code>{ &amp;quot;code&amp;quot;: 0, &amp;quot;msg&amp;quot;: &amp;quot;请求成功&amp;quot;, &amp;quot;data&amp;quot;: [ ] }</code></pre> <h5>备注</h5> <ul> <li>该接口的参数值皆为获取传感器列表接口的返回字段值</li> </ul>

页面列表

ITEM_HTML