Changes between Version 177 and Version 178 of pcauto_pconline_4.0.0/intf


Ignore:
Timestamp:
06/05/2013 06:11:03 PM (13 years ago)
Author:
fuxingfang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_pconline_4.0.0/intf

    v177 v178  
    328328=== 2.8 [=#point208 汽车论坛的首页热门] === 
    329329{{{ 
    330     url: 待定 
     330    url: http://mrobot.pcauto.com.cn/v3/bbs/hot?pageNo=1&pageSize=20 (可内测) 
    331331    作用:获取论坛的热门帖子列表 
    332332    使用范围:汽车网app 
     
    339339    返回参数: 
    340340{ 
    341     "total":2000,                                      //总数 
     341    "total":200,                                      //总数 
    342342    "pageNo":1,                                       //页码 
    343343    "pageSize":20,                                   //每页有多少调 
    344344    "focus":[ 
    345345        { 
    346             "img":"http://xxxx.png",           //焦点图 
    347             "id":"123456"                            //帖子id 
     346            "title":"abc", 
     347            "image":"http://xxxx.png",           //焦点图 
     348            "topicId":"123456"                            //帖子id 
    348349        } 
    349350    ], 
     
    351352        { 
    352353            "title":"todo",                              //帖子标题 
    353             "updateAt":123, //格式是时间戳,创建或最终修改时间 
     354            "createAt":123, //格式是时间戳,创建或最终修改时间 
    354355            "replyCount":100,                      //帖子的回复数 
    355             "view":100,                       //帖子的阅读数 
    356             "pubDate":"2012-02-02",          //帖子的发布时间 
     356            "replyView":100,                       //帖子的阅读数 
    357357            "author":"todo",                          //帖子的作者 
    358             "id":"123456",                            //帖子id 
    359             "img":"http://xxxx.png",             //帖子的导读图 
    360             "flag":"精"                                   //帖子标记,精或者图 
     358            "topicId":"123456",                            //帖子id 
     359            "image":"http://xxxx.png",             //帖子的导读图 
    361360        } 
    362361    ]