Changes between Version 47 and Version 48 of pcauto_4.5.0/interface


Ignore:
Timestamp:
09/18/2014 03:25:08 PM (12 years ago)
Author:
chenziyang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_4.5.0/interface

    v47 v48  
    578578}}} 
    579579 
    580 === 2.2.5.1 [=#point2.2.5.1 获取用于分数] === 
    581 {{{ 
    582     请求url: 
    583     HTTP请求方式:POST 
     580=== 2.2.5.1 [=#point2.2.5.1 用于获取用户实时分数] === 
     581{{{ 
     582    请求url:http://mrobot.pcauto.com.cn/v3/bbs/getCurScore?fid=16855&tid=4821844&pid=46764712 
     583    请求后端url:http://bbs.pcauto.com.cn/app/intf/user/grade.do?fid=16855&tid=4821844&pid=46764712 
     584    HTTP请求方式:GET 
    584585    是否需要登录:true 
    585586    返回格式:json 
    586587    缓存方式:无 
    587588    缓存时间: 
    588     说明: 
    589 用于获取用户的分数 
    590     请求参数: 
    591 common_session_id:登录后的session,Cookies传值 
    592     返回结果: 
    593  
     589    说明:用户分数取馒头,用户的分数是对应到每一个楼层的,楼层如果评过了,就会没有数据,没有评过,就是剩余的分数了 
     590    用于获取用户的分数 
     591    请求参数: 
     592    cookie:必须 
     593    fid:版块ID,必须 
     594    tid:帖子ID,必须 
     595    pid:回帖ID,必须 
     596    返回结果: 
     597{ 
     598    "scoreName1": "积分(大米)", 
     599    "scoreName1-value": 0, 
     600    "scoreName2": "贡献(馒头)", 
     601    "scoreName2-value": 30, 
     602    "status": 0 
     603} 
    594604}}} 
    595605