Changes between Version 5 and Version 6 of pcauto_pconline_3.4.0/comment_intf


Ignore:
Timestamp:
01/07/2013 09:23:26 AM (13 years ago)
Author:
chenyu
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_pconline_3.4.0/comment_intf

    v5 v6  
    1010{ 
    1111  "comments": [ 
    12     { 
     12    {                                                                                               //没有引用其他评论的评论 
    1313      "1": { 
    14         "photo": "http://126.fm/11XxiD", 
    15         "name": "不是网易的江苏省盐城市网友 帅气飞扬: ", 
    16         "floor": "1737", 
    17         "time": "2013-01-05 09:05:40", 
    18         "content": "内容过于暴力,已和谐" 
     14        "photo": "http://126.fm/11XxiD",                                         //头像 
     15        "name": "不是网易的江苏省盐城市网友 帅气飞扬: ",       //用户名称 
     16        "floor": "1737",                                                                     //楼层 
     17        "time": "2013-01-05 09:05:40",                                           //时间 
     18        "content": "内容过于暴力,已和谐"                                            //内容 
    1919      }, 
    2020       
    2121    }, 
    22     { 
     22    {                                                                                              //引用其他评论的评论,层数大于等于5 
    2323      "2": { 
    2424        "photo": "http://126.fm/11XxiD", 
     
    4949        "time": "2013-01-05 09:05:40", 
    5050        "content": "内容过于暴力,已和谐", 
    51         "hidden-content-src":"http://mrobot.pconline.com.cn/v3/cmt/topics/[article-id]?floor=1737", 
     51        "hidden-content-src":"http://mrobot.pconline.com.cn/v3/cmt/topics/[article-id]?floor=1737",                  // 
    5252      }, 
    5353      "current": "10", 
     
    9090 
    9191备注: 
    92 1.上述例子列举了3种情况 
     921.上述例子列举了3种情况,分别是[没有引用其他评论的评论],[引用其他评论的评论,层数小于5],[引用其他评论的评论,层数大于等于5]. 
     932, 
    9394}}}