Changes between Version 24 and Version 25 of pcauto_bbs_1.0.0/intfs


Ignore:
Timestamp:
04/01/2013 09:27:42 AM (13 years ago)
Author:
yaoming
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_bbs_1.0.0/intfs

    v24 v25  
    6565    "topicList":[  / 
    6666        {/每条的数据 
    67             "time":123,   //时间,创建或最终修改时间 
     67            "time":123,   //格式是时间戳,创建或最终修改时间 
    6868            "flag":"精", //是否为精,图等 
    6969            "replyCount":6175,//回复数 
     
    9898    "topicList":[  / 
    9999        {/每条的数据 
    100             "time":123,   //时间,创建或最终修改时间 
     100            "time":123,   //格式是时间戳,创建或最终修改时间 
    101101            "floorIndex":812,//评论所属的楼层 
    102102            "title":"三两下root好并精简你的三星I9100",//标题 
    103103             "replyContent":"回复内容为9",  //回复内容 
    104104            "topicId":13597147, // 帖子id 
     105            "replyCount":6175,//回复数 
     106            "view":195872,//阅读数 
     107             "floor":812,//楼层数 
    105108            "uri":"http://itbbs.pconline.com.cn/mobile/13597147.html" //帖子url   
    106109         } 
     
    129132    "topicList":[  / 
    130133        {/每条的数据 
    131             "time":123,   //时间,创建或最终修改时间 
     134            "time":123,   //格式是时间戳,创建或最终修改时间 
    132135            “tag”:”postReplay”   //包括''system”,”stationMail”,”postReplay” 三种类型 
    133             "content":"三两下root好并精简你的三星I9100",   //内容,三者都有 
    134             "uri":"http://itbbs.pconline.com.cn/mobile/13597147.html" //url   
     136            "content":"三两下root好并精简你的三星I9100",   //内容,三者都有  ,字数有限制 
     137            "uri":"http://itbbs.pconline.com.cn/mobile/13597147.html" //postReplay独有url   
    135138            “username”:”haha”           //postReplay,stationMail 中的用户名 
    136139            “useId”: 12314212          //postReplay,stationMail 中的用户id 
     
    195198                          “id”:1234,  //帖子id 
    196199                          “name”:”宝马3系太好了”, //帖子标贴       
     200                          "replyCount":6175,//回复数 
     201                          "view":195872,//阅读数 
     202                           "floor":812,//楼层数 
    197203                      }, 
    198204                     { 
    199205                        “id”:1234,  //帖子id 
    200206                         “name”:”宝马3系太好了”, //帖子标贴 
     207                           "replyCount":6175,//回复数 
     208                         "view":195872,//阅读数 
     209                        "floor":812,//楼层数 
    201210                     } 
    202211                  ]