轮播图和公告三
<p><strong>简要描述:</strong> </p>
<ul>
<li>轮播图与公告接口3</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xxx.xxx.com/user/getIndexContent3</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>Get</li>
</ul>
<p><strong>返回示例</strong></p>
<pre><code> {
//成功状态
"code": "1",
"msg": "2006",
"info": "success",
"rotations": [], //轮播图
"announcements": [
{
"id": 1,
"time": 1498324277,
"title": "【投注限制】",
"isPop": "0" // 1 弹窗公告 0 滑动公告
}
],
"pcJumpUrl": "http://lotopc.ty6686.com" //跳转PC版本的链接
//失败状态
"code":1,
"msg" :7001
}</code></pre>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>