Changes between Version 27 and Version 28 of pcauto_4.0.0/interface


Ignore:
Timestamp:
10/08/2013 10:01:11 AM (13 years ago)
Author:
leijingtang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_4.0.0/interface

    v27 v28  
    123123          pageSize  // 每页加载量,默认20条 
    124124          pageNo    // 页码 
     125          serialId 
    125126    返回参数: 
    126127"pageNo":123, 
    127128"pageSize":20, 
    128129"total":300, 
    129 "contentList": [ 
    130 { 
    131 "infoCount": 93,     // 如果是文章则为评论数,如果是帖子则为楼层数,如果是图集则为图片张数 
    132 "contentId": 2965125,     // 文章、帖子或者图集id 
    133 "objectId":2965125,      // 聚合了文章、帖子和图集的对象id,赞/踩用到的数据,不确定三个类型能否聚合在一起   
     130"contents": [ 
     131{ 
     132"count": 93,     // 如果是文章则为评论数,如果是帖子则为楼层数,如果是图集则为图片张数 
     133"id": 2965125,     // 文章、帖子或者图集id 
    134134"type":"",                // 类型,目前包含article, album和topic三个值 
    135 "image": "http://img0.pcauto.com.cn/pcauto/1308/29/g_2965125_1377744114989_240x160.jpg",   //导读图 
     135"img": "http://img0.pcauto.com.cn/pcauto/1308/29/g_2965125_1377744114989_240x160.jpg",   //导读图 
    136136"title": "[直播]成都车展探馆:奥迪RS5 Coupe亮相",      //内容标题 
    137 "channel":"所属栏目"    // 所属栏目 
     137"chl":"所属栏目"    // 所属栏目 
    138138}, 
    139139... 
    140140], 
    141 "focusList":[ 
    142 { 
    143 "image:":"http://img0.pcauto.com.cn/pcauto/1308/29/g_2965125_1377744114989_240x160.jpg", 
    144 "contentId":111111  // 同上 
    145 "objecetId": 111111  // 同上 
     141"focus":[ 
     142{ 
     143"img:":"http://img0.pcauto.com.cn/pcauto/1308/29/g_2965125_1377744114989_240x160.jpg", 
     144"id":111111  // 同上 
    146145} 
    147146]