搜索页面小技巧
<p><strong>简要描述:</strong> </p>
<ul>
<li>搜索页面搜索小技巧</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://gytest.gaoyong666.com/gylm/banner/v1/common</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST
<strong>参数:</strong> </li>
</ul>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">必选</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">type</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>banner所属类型 ---50个人中心实用工具图标;51个人中心中间banner; 53搜索页面个人小技巧</td>
</tr>
</tbody>
</table>
<p><strong>返回内容</strong></p>
<pre><code>{
"code": 200,
"message": "SUCCESS",
"time": 1544167146,
"data": [
{
"name": null,
"img": "http://img.gaoyong666.com/testbanner2018-12-07-1544152030.png",
"url": "code-今日免单",
"details": null
}
]
}</code></pre>
<p><strong>备注</strong> </p>
<ul>
<li>code 为200时,也会有一种数据为空的时候</li>
</ul>