检索弹窗配置-田平
<p><strong>简要描述:</strong> </p>
<p>-检索弹窗配置</p>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://gytest.gaoyong666.com/gylm/configs/V1/advertisement</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </li>
</ul>
<p><strong>参数:</strong> </p>
<p><strong>返回示例</strong></p>
<pre><code>{
"code": 200,
"message": "SUCCESS",
"time": 1575616978,
"data": {
"imageUrl": "http://img.gaoyong666.com/otherImage/2019-12-06-1575615930.png",
"switch": "0",
"url": "999888777"
}
}</code></pre>
<p><strong>返回参数说明</strong> </p>
<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;">imageUrl</td>
<td style="text-align: left;">string</td>
<td>广告图片地址</td>
</tr>
<tr>
<td style="text-align: left;">switch</td>
<td style="text-align: left;">int</td>
<td>图片是否显示,0:不显示;1:显示</td>
</tr>
<tr>
<td style="text-align: left;">url</td>
<td style="text-align: left;">string</td>
<td>点击图片需要跳转的url</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>欢迎使用ShowDoc!</p>