Changes between Version 25 and Version 26 of pcauto_4.0.0/interface


Ignore:
Timestamp:
10/08/2013 09:55:26 AM (13 years ago)
Author:
leijingtang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_4.0.0/interface

    v25 v26  
    9393"contentList": [ 
    9494{ 
    95 "infoCount": 93,     // 如果是文章则为评论数,如果是帖子则为楼层数,如果是图集则为图片张数 
    96 "contentId": 2965125,     // 文章、帖子或者图集id 
    97 "objectId":2965125,      // 聚合了文章、帖子和图集的对象id,赞/踩用到的数据,不确定三个类型能否聚合在一起   
     95"count": 93,     // 如果是文章则为评论数,如果是帖子则为楼层数,如果是图集则为图片张数 
     96"id": 2965125,     // 文章、帖子或者图集id 
    9897"type":"",                // 类型,目前包含article, album和topic三个值 
    99 "image": "http://img0.pcauto.com.cn/pcauto/1308/29/g_2965125_1377744114989_240x160.jpg",   //导读图 
     98"img": "http://img0.pcauto.com.cn/pcauto/1308/29/g_2965125_1377744114989_240x160.jpg",   //导读图 
    10099"title": "[直播]成都车展探馆:奥迪RS5 Coupe亮相",      //内容标题 
    101 "channel":"所属栏目"    // 所属栏目 
    102 "judged":1             // 1表示该设备已经赞踩过该对象,0表示还没有 
     100"chl":"所属栏目"    // 所属栏目 
    103101}, 
    104102... 
     
    106104"focusList":[ 
    107105{ 
    108 "image:":"http://img0.pcauto.com.cn/pcauto/1308/29/g_2965125_1377744114989_240x160.jpg", 
    109 "contentId":111111  // 同上 
    110 "objecetId": 111111  // 同上 
     106"img:":"http://img0.pcauto.com.cn/pcauto/1308/29/g_2965125_1377744114989_240x160.jpg", 
     107"id":111111  // 同上 
    111108} 
    112109]