获取弹窗内容
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>获取弹窗内容</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>http://xgkj.hljnyxx.com/dongnongBackend/Home/Plc/getPopInfo</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;">controlId</td>
<td style="text-align: left;">是</td>
<td>获取图片上文字信息接口的 id 字段</td>
</tr>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code> {
&quot;code&quot;: 0,
&quot;msg&quot;: &quot;查询成功&quot;,
&quot;data&quot;: {
&quot;control_list&quot;: [
{
&quot;control_name&quot;: &quot;遮阳&quot;,
&quot;button_info&quot;: [
{
&quot;button_name&quot;: &quot;上升&quot;,
&quot;color&quot;: &quot;#2db2ff&quot;,
&quot;need_verify&quot;:true,
&quot;msg&quot;: 1,
&quot;id&quot;: &quot;0&quot;
},
{
&quot;button_name&quot;: &quot;下降&quot;,
&quot;color&quot;: &quot;#15f4ee&quot;,
&quot;need_verify&quot;:true,
&quot;msg&quot;: 2,
&quot;id&quot;: &quot;0&quot;
},
{
&quot;button_name&quot;: &quot;停止&quot;,
&quot;color&quot;: &quot;#ff1f71&quot;,
&quot;need_verify&quot;:false,
&quot;msg&quot;: 3,
&quot;id&quot;: &quot;0&quot;
}
]
},
{
&quot;control_name&quot;: &quot;外卷被&quot;,
&quot;button_info&quot;: [
{
&quot;button_name&quot;: &quot;上升&quot;,
&quot;color&quot;: &quot;#2db2ff&quot;,
&quot;need_verify&quot;:true,
&quot;msg&quot;: 1,
&quot;id&quot;: &quot;1&quot;
},
{
&quot;button_name&quot;: &quot;下降&quot;,
&quot;color&quot;: &quot;#15f4ee&quot;,
&quot;need_verify&quot;:true,
&quot;msg&quot;: 2,
&quot;id&quot;: &quot;1&quot;
},
{
&quot;button_name&quot;: &quot;停止&quot;,
&quot;color&quot;: &quot;#ff1f71&quot;,
&quot;need_verify&quot;:false,
&quot;msg&quot;: 3,
&quot;id&quot;: &quot;1&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;">control_name</td>
<td>显示,名称 ,以下面图为准</td>
</tr>
<tr>
<td style="text-align: left;">button_info</td>
<td>按钮信息</td>
</tr>
<tr>
<td style="text-align: left;">+button_name</td>
<td>按钮名称</td>
</tr>
<tr>
<td style="text-align: left;">+color</td>
<td>按钮背景色</td>
</tr>
<tr>
<td style="text-align: left;">+need_verify</td>
<td>点击按钮后是否需要弹出验证框,true-需要;false-不需要</td>
</tr>
<tr>
<td style="text-align: left;">+msg</td>
<td>无实际意思,后续传参用</td>
</tr>
<tr>
<td style="text-align: left;">+id</td>
<td>无实际意思,后续传参用</td>
</tr>
</tbody>
</table>
<h5>备注</h5>
<ul>
<li><img src="https://www.showdoc.com.cn/server/api/attachment/visitFile?sign=c486f4bed67b004081b74e957956e90e&amp;file=file.png" alt="" /></li>
</ul>