获取活动页面
<h5>简要描述</h5>
<ul>
<li>无</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>api/full-reduce/index</code> </li>
</ul>
<h5>请求方式</h5>
<ul>
<li>post</li>
</ul>
<h5>请求Body参数</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">示例值</th>
<th>必选</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">id</td>
<td style="text-align: left;"></td>
<td>否</td>
<td>int</td>
<td>活动ID</td>
</tr>
</tbody>
</table>
<h5>成功返回示例</h5>
<pre><code>{
&quot;code&quot;: 0,
&quot;data&quot;: {
&quot;rule_type&quot;: 1,
&quot;rule&quot;: [
{
&quot;discount&quot;: &quot;&quot;,
&quot;min_money&quot;: &quot;5&quot;,
&quot;cut&quot;: &quot;&quot;,
&quot;present&quot;: [
{
&quot;id&quot;: &quot;10&quot;,
&quot;name&quot;: &quot;测试&quot;,
&quot;start_time&quot;: &quot;0&quot;,
&quot;end_time&quot;: &quot;0&quot;,
&quot;permanent&quot;: &quot;1&quot;,
&quot;is_expire&quot;: &quot;0&quot;,
&quot;limit_num&quot;: &quot;0&quot;,
&quot;time_status&quot;: &quot;2&quot;,
&quot;giving_num&quot;: &quot;42&quot;,
&quot;cover_pic&quot;: &quot;https:\/\/prb.ecit.cc\/web\/uploads\/mall4\/20240524\/4a2d0ea40fcd57474842133d344b6b24.jpg&quot;,
&quot;surplus_stock&quot;: 941,
&quot;send_num&quot;: &quot;1&quot;,
&quot;present_id&quot;: &quot;10&quot;
}
],
&quot;integral&quot;: &quot;&quot;,
&quot;discount_type&quot;: &quot;1&quot;,
&quot;coupon&quot;: []
}
],
&quot;activity_type&quot;: 1,
&quot;content&quot;: &quot;&quot;,
&quot;time&quot;: &quot;2024-10-31 00:00:00&quot;,
&quot;app_share_title&quot;: &quot;&quot;,
&quot;app_share_pic&quot;: &quot;&quot;
}
}
</code></pre>