获取 PLC 左侧菜单内容
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>获取菜单内容</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>http://xgkj.hljnyxx.com/dongnongBackend/Home/Plc/getPlcMenu</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>GET </li>
</ul>
<h5>返回示例</h5>
<pre><code> {
&quot;code&quot;: 0,
&quot;msg&quot;: &quot;查询成功&quot;,
&quot;data&quot;: {
&quot;menu_data&quot;: [
{
&quot;id&quot;: &quot;1&quot;,
&quot;greenhouse_id&quot;: &quot;1&quot;,
&quot;location&quot;: &quot;90013&quot;,
&quot;greenhouse_name&quot;: &quot;二号温室&quot;
},
{
&quot;id&quot;: &quot;2&quot;,
&quot;greenhouse_id&quot;: &quot;4&quot;,
&quot;location&quot;: &quot;90014&quot;,
&quot;greenhouse_name&quot;: &quot;四号温室&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>后续传参用</td>
</tr>
<tr>
<td style="text-align: left;">greenhouse_id</td>
<td>温室 id ,后续传参用</td>
</tr>
<tr>
<td style="text-align: left;">location</td>
<td>无实际意义 ,后续传参用</td>
</tr>
<tr>
<td style="text-align: left;">greenhouse_name</td>
<td>显示信息</td>
</tr>
</tbody>
</table>
<h5>备注</h5>
<ul>
<li>无</li>
</ul>