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


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

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_pconline_4.0.0/intf

    v178 v179  
    474474{{{ 
    475475    url:待定 
    476     作用:回复帖子里的某个楼层 
     476    作用:获取电脑网论坛推荐的帖子 
    477477    使用范围:电脑网app 
    478478     
     
    482482    返回参数: 
    483483{ 
    484     "total":2000,                                      //总数 
     484    "total":200,                                      //总数 
    485485    "pageNo":1,                                       //页码 
    486486    "pageSize":20,                                   //每页有多少调 
    487     "focus":[ 
    488         { 
    489             "img":"http://xxxx.png",           //焦点图 
    490             "id":"123456"                            //帖子id 
    491         } 
    492     ], 
    493487    "topicList":[ 
    494488        { 
    495489            "title":"todo",                              //帖子标题 
    496490            "replyCount":100,                      //帖子的回复数 
    497             "view":100,                       //帖子的阅读数 
    498             "pubDate":"2012-02-02",          //帖子的发布时间 
    499             "updateAt":123, //格式是时间戳,创建或最终修改时间 
     491            "replyView":100,                       //帖子的阅读数 
     492            "createAt":123, //格式是时间戳,创建或最终修改时间 
    500493            "author":"todo",                          //帖子的作者 
    501             "id":"123456",                            //帖子id 
    502             "img":"http://xxxx.png",             //帖子的导读图 
    503             "flag":"精"                                   //帖子标记,精或者图 
     494            "topicId":"123456",                            //帖子id 
     495            "image":"http://xxxx.png",             //帖子的导读图 
    504496        } 
    505497    ]