@apis1990
2016-08-24T03:44:56.000000Z
字数 2694
阅读 997
嘻哈头条
测试地址:http://36.33.24.119:8081/api/get_mix_article_list.php
| 参数 | 类型 | 是否必须 | 描述 |
|---|---|---|---|
| page | int | 可选 | 分页码 |
{"code": 200,"data": {"cate_list": [{"taxonomy_id": "5","name": "热点","count": "3","description": "","slug": "hot"},{"taxonomy_id": "6","name": "快报","count": "3","description": "","slug": "fast-news"},{"taxonomy_id": "9","name": "驾校","count": "2","description": "","slug": "car-school"},{"taxonomy_id": "7","name": "考试技巧","count": "1","description": "","slug": "exam-tips"},{"taxonomy_id": "8","name": "香车美女","count": "1","description": "","slug": "car-beauty"}],"article_list": [{"article_id": "121","post_author_id": "1","post_author_name": "xihatoutiao","is_recommend": 1,"post_title": "","post_date": "2016-03-17 10:33:56","post_timestamp": 1458182036,"post_excerpt": "this is called excerpt which is the abstract of the article. you can get a hint on the article. edit latter if you mind.","display_type": 2,"is_ads": 1,"resource_info": {"img_arr": ["http://p2.pstatp.com/large/10900095c31ee526f7e?123.jpg","http://p2.pstatp.com/large/14e00030922fc3fd194?123.jpg","http://p2.pstatp.com/large/14d00030923daf48a5e?123.jpg"],"thumbnail_img": ""},"comment_count": "0"},{"article_id": "119","post_author_id": "1","post_author_name": "xihatoutiao","is_recommend": 1,"post_title": "嘻哈头条测试文章2","post_date": "2016-03-17 10:32:27","post_timestamp": 1458181947,"post_excerpt": "this is the excerpt of the article, please re-edit this again if you want latter.","display_type": 2,"is_ads": 1,"resource_info": {"img_arr": ["http://p2.pstatp.com/large/10900095c31ee526f7e?123.jpg","http://p2.pstatp.com/large/14e00030922fc3fd194?123.jpg","http://p2.pstatp.com/large/14d00030923daf48a5e?123.jpg"],"thumbnail_img": ""},"comment_count": "0"},{"article_id": "117","post_author_id": "1","post_author_name": "xihatoutiao","is_recommend": 1,"post_title": "嘻哈头条1","post_date": "2016-03-17 10:31:05","post_timestamp": 1458181865,"post_excerpt": "文章摘要测试1,稍后请重新编辑","display_type": 2,"is_ads": 1,"resource_info": {"img_arr": ["http://p2.pstatp.com/large/10900095c31ee527f7e?123.jpg","http://p2.pstatp.com/large/14e00030922fc3fd194?123.jpg","http://p2.pstatp.com/large/14d00030923daf48a5e?123.jpg"],"thumbnail_img": ""},"comment_count": "0"}]}}
| 参数 | 类型 | 描述 |
|---|---|---|
| code | int | 状态码:200 --- 成功 其它 --- 异常 |
| data | array | 返回数据集 |
| - | - | - |
| cate_list | array | 分类列表 |
| taxonomy_id | int | 分类id |
| name | string | 分类名称 |
| count | int | 分类下的文章数 |
| description | string | 分类的描述 |
| slug | string | 分类的别名,一般为英文 |
| - | - | - |
| article_list | array | 文章列表 |
| article_id | int | 文章id |
| post_author_id | int | 文章著作者id |
| post_author_name | string | 文章著作者姓名 |
| is_recommend | int | 1:推荐, 2:非推荐 |
| post_title | string | 文章标题 |
| post_date | date | 文章发表日期 |
| post_timestamp | int | 文章发表的unix时间chuo |
| post_excerpt | string | 文章的摘要 |
| display_type | int | (1:标题+缩略图,2: 标题+三张高清大图,3:保留 4:仅有标题) |
| is_ads | int | 1: 不是广告推广, 2: 是广告推广 |
| resource_info | array | 资源信息,img_arr:高清大图, thumbnamil_img:缩略图 |
| comment_count | int | 文章下的评论总数 |