首页弹窗 新
<h5>简要描述</h5>
<ul>
<li>首页弹窗 新</li>
<li>之前首页的弹窗和数据是调用的 /app/home/info <a href="https://www.showdoc.com.cn/1087580837236890/7790360525997555">https://www.showdoc.com.cn/1087580837236890/7790360525997555</a> 接口,现在app首页改为不调用/app/home/info 而是调用此接口来获取弹窗数据和调用https://www.showdoc.com.cn/chexiangbao/7707318892293344 接口来获取首页车辆数据</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>/main/popup</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>GET </li>
</ul>
<h5>参数</h5>
<p>无</p>
<h5>返回示例</h5>
<pre><code>{
&quot;code&quot;: 200,
&quot;data&quot;: [
{
&quot;type&quot;: 1, //1 体验金弹窗 2 支付会员费弹窗 3 选择授权方式弹窗 4 上传车辆照片弹窗 5 立即开通弹窗 6 会员即将过期 立即续费弹窗 7 会员已过期 立即续费弹窗 8 年报 9 车辆即将过期/已过期重新加入 10 新浪账户冻结
&quot;name&quot;: &quot;会员专享&quot;,// type = 1 时 体验金名称
&quot;amount&quot;: 250.0,// type = 1 时 体验金金额
&quot;carNo&quot;: null,// type = 4 时 车牌号
&quot;carId&quot;: null,// type = 4 时 车辆id
&quot;fee&quot;: 273.5,// type=9 时 预估年分摊费用(每周预计分摊根据这个值算出)
&quot;carValue&quot;: 65435,//type=9 时 车辆估值
&quot;maExpiredTime&quot;:&quot;2022-11-23 11:43&quot; //type=9 时,车辆过期时间(如果小于当前时间,说明已过期)
},
{
&quot;type&quot;: 1,
&quot;name&quot;: &quot;平台用户专享&quot;,
&quot;amount&quot;: 150.0,
&quot;carNo&quot;: null,
&quot;carId&quot;: null
},
{
&quot;type&quot;: 1,
&quot;name&quot;: &quot;新用户专享&quot;,
&quot;amount&quot;: 5.0,
&quot;carNo&quot;: null,
&quot;carId&quot;: null
},
{
&quot;type&quot;: 4,
&quot;name&quot;: null,
&quot;amount&quot;: null,
&quot;carNo&quot;: &quot;川AC696M&quot;,
&quot;carId&quot;: 303039
}
],
&quot;message&quot;: &quot;success&quot;
}</code></pre>
<ul>
<li>data里边为数组,数组有几个就弹几个弹窗,按照数组顺序来显示弹窗,用户x掉一个再显示下边的一个</li>
</ul>
<p><img src="https://www.showdoc.com.cn/server/api/attachment/visitfile/sign/fb52bedc1d3250988abefaf5921c9cc1" alt="" /></p>
<p><img src="https://www.showdoc.com.cn/server/api/attachment/visitfile/sign/c71a580454728b1a22b95b00615dc3ba" alt="" />
<img src="https://www.showdoc.com.cn/server/api/attachment/visitfile/sign/7b5a89bccf283cbd93a123d146b2adac" alt="" /></p>
<p><img src="https://www.showdoc.com.cn/server/api/attachment/visitfile/sign/4fd5481ea77d8023630c6004f8ff1813" alt="" /></p>
<p><img src="https://www.showdoc.com.cn/server/api/attachment/visitfile/sign/0e1ec3ac638bb14738f9848199e60c75" alt="" /></p>
<p><img src="https://www.showdoc.com.cn/server/api/attachment/visitFile?sign=4b397e77728d706019639ef2719b2b62" alt="" /></p>