## 示例
~~~[api]
get:/v1/activity/detail
*int:id#活动id
<<<
success
{
"code":0,
"msg":"ok",
"data":{
"info":{
"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
}
}
}
<<<
error
{
"code":-1,
"msg":"参数错误",
"data":[]
}