开红包后-红包列表刷新【12.18】
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>前端可以判断自己使红包失效,可以请求接口刷新;</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>https://testhuachong.shhhdong.com/shopapi/income/rednv_income_rain_list.html</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>POST </li>
</ul>
<h5>参数</h5>
<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;">token</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>用户</td>
</tr>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code>{
&quot;code&quot;: 0,
&quot;message&quot;: &quot;操作成功&quot;,
&quot;data&quot;: {
&quot;income&quot;: 3.84,
&quot;income_point&quot;: 1,
&quot;exchange_rednv&quot;: [
{
&quot;id&quot;: 40,
&quot;money&quot;: &quot;0.96&quot;
},
{
&quot;id&quot;: 39,
&quot;money&quot;: &quot;0.96&quot;
},
{
&quot;id&quot;: 38,
&quot;money&quot;: &quot;0.96&quot;
},
{
&quot;id&quot;: 37,
&quot;money&quot;: &quot;0.96&quot;
}
],
&quot;dis_title&quot;: &quot;渠道收入说明&quot;,
&quot;dis&quot;: &quot;2212&quot;
},
&quot;timestamp&quot;: 1734429702
}</code></pre>
<h5>返回参数说明</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
<h5>备注</h5>
<ul>
<li>参数同/shopapi/income/advs_income.html接口</li>
</ul>