东农后台api接口文档

接口文档


检查当前用户是否绑定了施肥机

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>检测用户绑定施肥机的状态</li> </ul> <h5>请求URL</h5> <ul> <li><code>http://xgkj.hljnyxx.com/dongnongBackend/index.php//Home/FertilizerApplicator/checkFertilizerStatus</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> </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;status&amp;quot;: true     } }</code></pre> <h5>返回参数说明</h5> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">status</td> <td>是否绑定</td> </tr> </tbody> </table> <h5>备注</h5> <ul> <li>用户id为1的绑定了施肥机,可以以此作为测试用例</li> </ul>

页面列表

ITEM_HTML