东农后台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/getEquipmentInfoByPlot</code></li> </ul> <h5>请求方式</h5> <ul> <li>GET </li> </ul> <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;">userId</td> <td style="text-align: left;">是</td> <td>用户ID</td> </tr> <tr> <td style="text-align: left;">plotId</td> <td style="text-align: left;">是</td> <td>地块ID</td> </tr> <tr> <td style="text-align: left;">isBind</td> <td style="text-align: left;">是</td> <td>获取绑定或者解绑列表的标识,解绑-0;绑定-1</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;: [         {             &amp;quot;plot_equ_id&amp;quot;: &amp;quot;22&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;10&amp;quot;,             &amp;quot;equ_name&amp;quot;: &amp;quot;风向传感器&amp;quot;,             &amp;quot;is_use&amp;quot;: 0         },         {             &amp;quot;plot_equ_id&amp;quot;: &amp;quot;23&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;11&amp;quot;,             &amp;quot;equ_name&amp;quot;: &amp;quot;风速传感器&amp;quot;,             &amp;quot;is_use&amp;quot;: 0         },         {             &amp;quot;plot_equ_id&amp;quot;: &amp;quot;24&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;12&amp;quot;,             &amp;quot;equ_name&amp;quot;: &amp;quot;大气压传感器&amp;quot;,             &amp;quot;is_use&amp;quot;: 0         }     ] }</code></pre> <h5>返回参数说明</h5> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">plot_equ_id</td> <td>此接口中无用,后续传参会用</td> </tr> <tr> <td style="text-align: left;">project_id</td> <td>此接口中无用,后续传参会用</td> </tr> <tr> <td style="text-align: left;">plot_id</td> <td>此接口中无用,后续传参会用</td> </tr> <tr> <td style="text-align: left;">equ_id</td> <td>此接口中无用,后续传参会用</td> </tr> <tr> <td style="text-align: left;">equ_name</td> <td>设备名称</td> </tr> <tr> <td style="text-align: left;">is_use</td> <td>是否被别人占用</td> </tr> </tbody> </table> <h5>备注</h5> <ul> <li>is_use 字段值为 1 时,在传感器列表显示时后面标注:该设备已被别人占用(具体提示信息以 UI 为准),并在点击绑定按钮时候提示:是否继续绑定</li> <li>如果返回的 data 字段值为空,则无传感器列表,可以友好提示:暂无设备绑定/解绑</li> </ul>

页面列表

ITEM_HTML