轮播图和公告
<p><strong>简要描述:</strong> </p>
<ul>
<li>用户注册接口</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xxx.xxx.com/user/getPicturesAndAnnouncements</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>Get</li>
</ul>
<p><strong>返回示例</strong></p>
<pre><code> {
//成功状态
"code": "200", //无需此参数
"rotations": [ //轮播图路径
"http://xxxxx.jpg",
....
],
"pc_rotations": [ //PC版本轮播图路径
"http://xxxxx.jpg",
....
],
"rotations": [ // 移动端轮播图路径
"http://xxxxx.jpg",
....
],
"pageShow": [ //公告内容
"【敬请留意】由于每逢香港彩开封盘时间,xxxxxx",
.....
],
"alertShow": [ //弹窗公告内容
"【敬请留意】尊敬的各位会员,您好!xxxxxxxxxx",
.....
],
"pcJumpUrl":"https://vip.alcp66.com" //跳转到PC版本的域名
//失败状态
"code":1,
"msg" :7001
}</code></pre>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>