个人中心--实用工具和banner入口
<p><strong>简要描述:</strong> </p>
<ul>
<li>个人中心实用工具和中间banner入口</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所属类型 ---24品牌页面banner; 50个人中心实用工具图标;51个人中心中间banner</td>
</tr>
</tbody>
</table>
<p><strong>返回内容</strong></p>
<pre><code>{
"code": 200,
"message": "SUCCESS",
"time": 1543650947,
"data": [
{
"name": "商学院",
"img": "http://img.gaoyong666.com/testbanner2018-11-30-1543571867.png",
"url": "111",
"details": null
},
{
"name": "云发单",
"img": "http://img.gaoyong666.com/testbanner2018-11-30-1543572112.png",
"url": "333669",
"details": null
},
{
"name": "线下地推",
"img": "http://img.gaoyong666.com/testbanner2018-11-30-1543572165.png",
"url": "33669",
"details": null
},
{
"name": "营销素材",
"img": "http://img.gaoyong666.com/testbanner2018-11-30-1543572285.png",
"url": "987654",
"details": null
}
]
}
</code></pre>
<p><strong>备注</strong> </p>
<ul>
<li>code 为200时,也会有一种数据为空的时候</li>
</ul>