当前启动页
<p><strong>简要描述:</strong> </p>
<ul>
<li>接口</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>common/startup/current</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>
<p>POST </p>
<p><strong>请求示例</strong></p>
<p><strong>返回参数说明</strong> </p>
</li>
</ul>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">title</td>
<td style="text-align: left;">String</td>
<td>启动页标题</td>
</tr>
<tr>
<td style="text-align: left;">image</td>
<td style="text-align: left;">String</td>
<td>启动页图片</td>
</tr>
<tr>
<td style="text-align: left;">countdown</td>
<td style="text-align: left;">int</td>
<td>倒计时(秒)</td>
</tr>
<tr>
<td style="text-align: left;">jumpType</td>
<td style="text-align: left;">String</td>
<td>跳转类型 0:无跳转 1:投研导航栏 2:大赛列表页 3:专区列表页 4:组合列表页 5:邀请好友页 6:积分商城页 7:债券动态 8:票据动态 9:文章(去除不用) 10:外部链接</td>
</tr>
<tr>
<td style="text-align: left;">jumpObject</td>
<td style="text-align: left;">String</td>
<td>跳转对象 。 注:根据jumpType 提供不同数据:当jumpType = 0、1、2、3、4、5、6时,无数据。当jumpType = 7 时,为债券动态ID。type = 8时为票据动态ID 。type = 9时,为外部链接(去除不用)。 type = 10时,外部链接。</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<p>注意:若 当前没有启动界面时,startup为null</p>
<pre><code>{
"msg": "success",
"code": "0000",
"data": {
"startup": {
"startupId": 1,
"title": "测试启动页1",
"image": "http://thyrsi.com/t6/642/1545888043x2890202977.png",
"jumpType": 0,
"countdown": 3,
"jumpObject": null,
"startTime": null,
"endTime": null,
"isValid": null,
"creator": 0,
"updator": 0,
"createTime": null,
"updateTime": null
}
}
}</code></pre>
<p>欢迎使用ShowDoc!</p>