新版活动列表
<p><strong>简要描述:</strong></p>
<ul>
<li>获取目前可用的活动列表</li>
</ul>
<p><strong>请求URL:</strong></p>
<ul>
<li><code>http://xxx.xxx.com/Promotion/getPromotionList</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST Content-Type: application/json;charset=utf-8</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>
<tr>
<td style="text-align: left;">client</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>1:PC端 2:移动端</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>[
{
&quot;id&quot;: &quot;7&quot;, // 活动id
&quot;title&quot;: &quot;asdasdasd&quot;, // 活动标题
&quot;intro&quot;: &quot;asdasd按时大苏打&quot;, // 活动简介
&quot;description&quot;: &quot;撒大苏打撒旦&quot;, // 活动详细描述
&quot;display_start&quot;: &quot;1527736854&quot;, // 活动开始时间
&quot;display_end&quot;: &quot;1528341656&quot;, // 活动结束时间
&quot;status&quot;: &quot;0&quot;, // 活动状态 (暂时无用)
&quot;pc_titleImg&quot;: &quot;asdasd&quot;, // PC版列表页图片路径
&quot;wap_titleImg&quot;: &quot;asdasd&quot;, // 移动端列表页图片路径
&quot;pc_bgimg&quot;: &quot;asdasd&quot;, // PC版本活动背景图片
&quot;wap_bgimg&quot;: &quot;asdasd&quot;, // 移动端活动背景图片
&quot;pc_display&quot;: &quot;1&quot;, // PC版本展示 1 : 0
&quot;wap_display&quot;: &quot;1&quot;, // 移动端本是否展示 1 : 0
&quot;route_path&quot;: &quot;asdasd&quot;, // 活动自定义路由
&quot;ptype&quot;: &quot;0&quot;, // 活动类型 0:仅展示 1:自定义 3:轮盘 4:签到
&quot;production_display&quot;: &quot;1&quot; // 是否发布在正式站 (方便测试时使用) 1 是 0 否
}, .....
]</code></pre>