领取红包活动
<p><strong>请求方法名:</strong> </p>
<ul>
<li>ReceiveRedBagActivity</li>
</ul>
<p><strong>请求参数:</strong> </p>
<ul>
<li><code>{&quot;ActityID&quot;:1272}</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>GET/POST</li>
</ul>
<p><strong>参数:</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">字段</th>
<th style="text-align: left;">必填</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">ActityID</td>
<td style="text-align: left;">是</td>
<td>int</td>
<td>用户领取的活动ID</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
&quot;Status&quot;: true,
&quot;Info&quot;: &quot;领取成功&quot;,
&quot;Data&quot;: {
&quot;Amount&quot;: 58
},
&quot;Code&quot;: 1
}
</code></pre>
<p><strong>返回参数</strong></p>
<table>
<thead>
<tr>
<th style="text-align: left;">字段</th>
<th>类型</th>
<th>备注</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">Amount</td>
<td>decimal</td>
<td>领取的红包金额</td>
</tr>
</tbody>
</table>