活动列表
<p><strong>简要描述:</strong> </p>
<ul>
<li>活动列表</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>v1/im/activity_list</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>
<tr>
<td style="text-align: left;">page</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>页数</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"code": 0,
"msg": "返回成功",
"time": 1591001902,
"data": {
"total": 1,
"per_page": 15,
"current_page": 1,
"last_page": 1,
"data": [{
"notice_id": 1,
"title": "超级大优惠",
"cover": "http:\/\/guangguang.kuaifaka.com\/\/goods\/cate\/icon\/20200326\/f1d7e7b5500023dc5ff4192ddf30c7e1.jpg?imageMogr2\/auto-orient\/format\/webp\/ignore-error\/1",
"content": "超级大优惠",
"author": "周",
"status": 1,
"create_time": "2020-03-26 14:36:40",
"push_time": "1970-01-01 08:00:00",//推送时间
"activity_status": 0//是否已到期
}]
}
}</code></pre>