## 示例
~~~[api]
get:/v1/activity/list
index=1#当前页码
keywords#搜索关键字
<<<
success
{
"code":0,
"msg":"ok",
"data":{
"list":[
{
"id":1,
"title":"测试活动1",
"desc":"活动描述活动描述活动描述",
"cover":"https:\/\/www.91fhy.com\/upload\/20180504\/635bb152da47f9344a86392b9b4a51a9.png",
"author_id":"10000",
"author_name":"hunyr",
"del_status":1,
"timestamp":1536302629
},
{
"id":2,
"title":"测试活动3333",
"desc":"活动活动1",
"cover":"https:\/\/www.91fhy.com\/upload\/20180504\/635bb152da47f9344a86392b9b4a51a9.png",
"author_id":"10000",
"author_name":"hunyr",
"del_status":1,
"timestamp":1536305647
}
]
},
"next_index":1,
"total":3
}
<<<
error
{
"code":-1,
"msg":"参数错误",
"data":[]
}