[关闭]
@apis1990 2016-08-24T03:44:35.000000Z 字数 634 阅读 694

南新华专题

分类类下的文章列表


1.URL:/service/api/get_article_list.php

测试地址:http://36.33.24.119:8081/api/get_article_list.php

2.请求方式:POST

3.请求参数:

参数 类型 是否必须 描述
taxonomy_id int 分类ID (2)
page int 分页 (1)

表单数据:

  1. taxonomy_id = 2
  2. page = 1

4.接口返回结果

  1. {
  2. "code": 200,
  3. "data": [
  4. {
  5. "article_id": "15", // 文章ID
  6. "post_title": "上海练车30天拿安徽驾照:谁给黑驾校“踩刹车”", // 文章标题
  7. "post_date": "2016-03-04 11:54:20", // 文章发布时间
  8. "post_excerpt": "", // 文章简介
  9. "thumbnail_img": "" // 文章列表的缩略图
  10. },
  11. {
  12. "article_id": "13",
  13. "post_title": "《机动车驾驶人培训考试制度改革的意见》出台——涉及自学直考等多项热点",
  14. "post_date": "2016-03-04 11:52:54",
  15. "post_excerpt": "",
  16. "thumbnail_img": ""
  17. }
  18. ]
  19. }
参数 类型 描述
i_coach_star int 平均评论星级
good_coach_star int 好评总数,>=3是好评
coach_start_count int 评论总数
car_type int 1:普通版 2:加强版 3:模拟版
添加新批注
在作者公开此批注前,只有你和作者可见。
回复批注