竞彩首页、发现界面-动态广告图片
<p><strong>简要描述:</strong> </p>
<ul>
<li>竞彩首页、发现界面动态广告图片</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li>` <a href="http://xx.com/api/publicinterface/interface/get-bananer-pic">http://xx.com/api/publicinterface/interface/get-bananer-pic</a></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </li>
</ul>
<p><strong>参数:</strong> </p>
<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>图片类型 1:竞彩首页-足球 2:竞彩首页-篮球 3:发现界面</td>
</tr>
<tr>
<td style="text-align: left;">size</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">int</td>
<td>获取张数</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
&quot;code&quot;: 600,
&quot;msg&quot;: &quot;获取成功&quot;,
&quot;result&quot;: [
{
&quot;bananer_id&quot;: &quot;9&quot;,//图片ID
&quot;pic_name&quot;: &quot;发现界面广告02&quot;,//图片名称
&quot;pic_url&quot;: &quot;http://php.javaframework.cn/img/bananer/180103050441_find-bj-banner2.png&quot;,//图片URL
&quot;jump_url&quot;: &quot;&quot;,//跳转URL
&quot;type&quot;: &quot;2&quot;,//适用类型 1:竞彩首页 2:发现界面
&quot;status&quot;: &quot;1&quot;,//状态 1正常
&quot;create_time&quot;: &quot;2018-01-03 17:05:20&quot;,//创建时间
&quot;update_time&quot;: null,//更新时间
&quot;opt_id&quot;: &quot;33&quot;
},
{
&quot;bananer_id&quot;: &quot;8&quot;,
&quot;pic_name&quot;: &quot;发现界面广告01&quot;,
&quot;pic_url&quot;: &quot;http://php.javaframework.cn/img/bananer/180103050426_find_banner.png&quot;,
&quot;jump_url&quot;: &quot;&quot;,
&quot;type&quot;: &quot;2&quot;,
&quot;status&quot;: &quot;1&quot;,
&quot;create_time&quot;: &quot;2018-01-03 17:05:05&quot;,
&quot;update_time&quot;: null,
&quot;opt_id&quot;: &quot;33&quot;
},</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>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>