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


Ignore:
Timestamp:
01/06/2013 06:00:56 PM (13 years ago)
Author:
chenyu
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_pconline_3.4.0/comment_intf

    v4 v5  
    11== 评论接口列表 == 
    22 
    3 1.1 http://mrobot.pconline.com.cn/v3/cmt/topics/[article-id] 
     3=== 1.1 http://mrobot.pconline.com.cn/v3/cmt/topics/[article-id] === 
    44{{{ 
    55 HTTP请求方式:get 
    66    是否需要登录:否 
    77    提交参数:article-id:文章id 
     8 
     9返回数据: 
    810{ 
    9   "hotPosts": [ 
     11  "comments": [ 
    1012    { 
    1113      "1": { 
     
    1618        "content": "内容过于暴力,已和谐" 
    1719      }, 
    18       "current": "1", 
    1920       
    2021    }, 
     
    3031        "photo": "http://126.fm/11XxiD", 
    3132        "name": "不是网易的江苏省盐城市网友 帅气飞扬: ", 
    32         "floor": "1737", 
     33        "floor": "1738", 
    3334        "time": "2013-01-05 09:05:40", 
    34         "content": "内容过于暴力,已和谐" 
     35        "content": "内容过于暴力,已和谐", 
     36        "hidden-content-src":"http://mrobot.pconline.com.cn/v3/cmt/topics/[article-id]?floor=1738" 
    3537      }, 
    3638      "1": { 
     
    4648        "floor": "1737", 
    4749        "time": "2013-01-05 09:05:40", 
    48         "content": "内容过于暴力,已和谐" 
     50        "content": "内容过于暴力,已和谐", 
     51        "hidden-content-src":"http://mrobot.pconline.com.cn/v3/cmt/topics/[article-id]?floor=1737", 
    4952      }, 
    5053      "current": "10", 
     
    7982        "time": "2013-01-05 09:05:40", 
    8083        "content": "内容过于暴力,已和谐" 
    81       }, 
    82       "current": "4", 
     84      } 
    8385       
    8486    } 
     
    8688  "docUrl": "http://war.163.com/13/0104/17/8KD2B16L00014OMD.html" 
    8789} 
     90 
     91备注: 
     921.上述例子列举了3种情况 
    8893}}}