~~~[api]
get:/api/index/homePage
<<<
success
{
"code": 1,
"msg": "",
"time": "2017-10-21 17:20",
"data": {
"gallery": [ //轮播图
{
"id": 8,
"small_img_id": 79,
"title": "光和视频",
"target_url": "/about",
"attachment": {
"id": 79,
"path": "//localhost/public/uploads/images/20171019/0863e2314131283fa0ec3a027037b934.jpg"
}
},
],
"news": [ 新闻
{
"news_id": 27,
"title": "卢宇光:人生不一定被献上鲜花才够精彩",
"small_img_id": 45,
"author": "凤凰卫", // 作者
"view": 0,
"cid": 1,
"likes": 0, //点赞数
"attachment": {
"id": 45,
"path": "//localhost/public/uploads/images/20171016/4c270a17d73629d7441cedacce5a2b21.jpg"
},
"custom": {
"id": 1,
"type": "article",
"column_id": "1"
}
},
],
"tops": [ 头条
{
"news_id": 1067,
"title": "中国记者在叙利亚被炮弹击伤",
"small_img_id": 61,
"author": "",
"view": 0,
"attachment": {
"id": 61,
"path": "//localhost/public/uploads/images/20171016/8438fad2a5ec1185f739c8c92e7a74ff.jpg"
}
},
]
}
}
<<<
error
~~~