红包列表
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>/v1/activity/new_user_envelope</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>GET </li>
</ul>
<p><strong>参数:</strong> </p>
<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>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"code": 0,
"msg": "",
"time": 1588211506,
"data": {
"newcomer": 1,//1可领取 0不可
"redEnvelope": [
{
"envelope_id": 39,
"condition_num": "100.00",//满多少
"reduce_num": "30.00",//减多少
"cate_name": "电子图书",
"limits": [
{
"id": 29,
"envelope_id": 39,
"relation_id": 184
},
{
"id": 32,
"envelope_id": 39,
"relation_id": 189
}
]
},
{
"envelope_id": 40,
"condition_num": "50.00",
"reduce_num": "20.00",
"cate_name": "软件",
"limits": [
{
"id": 30,
"envelope_id": 40,
"relation_id": 212
}
]
},
{
"envelope_id": 41,
"condition_num": "50.00",
"reduce_num": "20.00",
"cate_name": "职业考试",
"limits": [
{
"id": 31,
"envelope_id": 41,
"relation_id": 206
}
]
}
]
}
}</code></pre>