东农后台api接口文档

接口文档


获取自控命令列表

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>获取自控命令列表</li> </ul> <h5>请求URL</h5> <ul> <li><code>http://xgkj.hljnyxx.com/dongnongBackend/index.php//Home/Plc/getAutoControlCommandList</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;">location</td> <td style="text-align: left;">是</td> <td>左侧菜单接口的 location 字段</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;id&amp;quot;: &amp;quot;1&amp;quot;,             &amp;quot;name&amp;quot;: &amp;quot;种植南瓜&amp;quot;,             &amp;quot;is_enabled&amp;quot;: &amp;quot;1&amp;quot;,             &amp;quot;showCondition&amp;quot;: &amp;quot;空气温度10-20℃ 空气湿度30-40% &amp;quot;,             &amp;quot;showAction&amp;quot;: &amp;quot;卷膜上升 外卷膜上升 &amp;quot;,             &amp;quot;showDate&amp;quot;: &amp;quot;2023-05-10 00:00:00至2023-06-02 00:00:00&amp;quot;         },         {             &amp;quot;id&amp;quot;: &amp;quot;2&amp;quot;,             &amp;quot;name&amp;quot;: &amp;quot;种植南瓜&amp;quot;,             &amp;quot;is_enabled&amp;quot;: &amp;quot;1&amp;quot;,             &amp;quot;showCondition&amp;quot;: &amp;quot;空气温度10-20℃ 空气湿度30-40% &amp;quot;,             &amp;quot;showAction&amp;quot;: &amp;quot;卷膜上升 外卷膜上升 &amp;quot;,             &amp;quot;showDate&amp;quot;: &amp;quot;2023-05-10 00:00:00至2023-06-02 00:00:00&amp;quot;         }     ] }</code></pre> <h5>返回参数说明</h5> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">id</td> <td>主键 id</td> </tr> <tr> <td style="text-align: left;">name</td> <td>名称</td> </tr> <tr> <td style="text-align: left;">is_enabled</td> <td>始能,是否启动,0-未启动;1-已启动</td> </tr> <tr> <td style="text-align: left;">showCondition</td> <td>条件</td> </tr> <tr> <td style="text-align: left;">showAction</td> <td>动作</td> </tr> <tr> <td style="text-align: left;">showDate</td> <td>时效</td> </tr> </tbody> </table> <h5>备注</h5> <ul> <li>列表表格横坐标为:名称、条件、动作、时效、始能、操作</li> <li>操作的表格放上删除按钮</li> <li>始能上面放启动和未启动的转换按钮</li> </ul>

页面列表

ITEM_HTML