Changes between Version 25 and Version 26 of pconline_4.0.0/interface


Ignore:
Timestamp:
12/30/2014 12:36:21 PM (11 years ago)
Author:
wuchangbo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pconline_4.0.0/interface

    v25 v26  
    228228 
    229229 
     230=== 2.3 [=#point203 首页 - 评论顶踩] === 
     231{{{ 
     232备注:顶踩评论(评论取消顶踩接⼝,如果⽤户登录,则传common_session_id,如果⽤户没登录,则不传) 
     233 请求URL:http://cmt.pconline.com.cn/action/comment/support_json.jsp?cid=26821494&sp=1&common_session_id=**** 
     234 HTTP请求方式:get 
     235 是否需要登录:否 
     236 返回格式:json 
     237 缓存方式:无 
     238 缓存时间:无 
     239 请求参数: 
     240        cid:评论ID 
     241        sp=1(顶数量+1)  sp=-1(顶数量-1) 
     242 返回参数: 
     243{ 
     244    "support": 3,                     //顶数量 
     245    "floor": 3,                       //楼层    
     246    "status": 0,                      //状态,0表示成功 
     247    "topicId": 13118127,             // 
     248    "postId": 26821494 
     249} 
     250  
     251}}} 
     252 
     253 
    230254== 栏目配置 == 
    231255{{{