Changes between Version 17 and Version 18 of pconline_3.10.0/interface


Ignore:
Timestamp:
09/19/2014 02:47:59 PM (12 years ago)
Author:
wuchangbo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pconline_3.10.0/interface

    v17 v18  
    131131}}} 
    132132 
    133 === 2.4 [=#point204 首页 - 专题列表] === 
    134 {{{ 
    135  备注:此接口返回专题列表 
    136  mrobot接口:暂无 
    137  后端接口:http://mrobot.pconline.com.cn/v2/cms/topics/{专题ID}?pageNo=1&pageSize=20 
    138  HTTP请求方式:get 
    139  是否需要登录:是 
    140  返回格式:json 
    141  缓存方式:无 
    142  缓存时间:无 
    143  请求参数: 
    144          pageNo=页码 
    145          pageSize=一页条数,默认20,最大500 
    146  返回参数: 
    147   
    148 { 
    149      "articleList": [   //文章列表 
    150         { 
    151             "bigImage": "http://img0.pconline.com.cn/pconline/1409/19/5460676_51_1k6tu9yn_thumb.jpg", 
    152             "cmtCount": 文章评论数, 
    153             "id": 文章id, 
    154             "image": 文章图片地址, 
    155             "pubDate": 发布时间, 
    156             "title": 标题, 
    157             "url": 文章详情地址, 
    158             "topicId":专题ID(可以为空) 
    159         } 
    160     ], 
    161     "focus": [ 
    162         { 
    163             "counter": "", 
    164             "id":  文章id, 
    165             "image": 文章图片地址,, 
    166             "pubDate": 发布时间, 
    167             "title": 标题, 
    168             "url": 文章详情地址, 
    169             "topicId":专题ID(可以为空) 
    170         } 
    171     ], 
    172     ... 
    173     "total": 文章总数量       
    174 } 
    175 }}} 
    176  
    177  
    178 === 2.5 [=#point205 图赏 - 图片列表] === 
     133=== 2.4 [=#point205 图赏 - 图片列表] === 
    179134 
    180135{{{ 
     
    207162}}} 
    208163 
    209 === 2.6 [=#point206 图赏 - 图赏评论] === 
     164=== 2.5 [=#point206 图赏 - 图赏评论] === 
    210165 
    211166{{{