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


Ignore:
Timestamp:
09/19/2014 09:33:11 AM (12 years ago)
Author:
chenziyang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_4.5.0/interface

    v48 v49  
    563563=== 2.2.5 [=#point2.2.5 评分] === 
    564564{{{ 
    565     请求url: 
     565    请求url:http://mrobot.pcauto.com.cn/v3/bbs/grade 
     566    请求后端url:http://bbs.pcauto.com.cn/action/post/grade.ajax 
    566567    HTTP请求方式:POST 
    567568    是否需要登录:true 
     
    571572    说明: 
    572573    请求参数: 
    573 common_session_id:登录后的session,Cookies传值 
    574 topicId:帖子id 
    575 score:分数 
     574    cookie 
     575    json:包括如下数据{ 
     576    tid:帖子ID 
     577    fid:板块ID 
     578    pid:评分楼层ID 
     579    sendmsg:回复是否发消息,true/false 
     580    scoreName2:评的分数(馒头) 
     581    } 
     582    样例: 
     583    json = { "fid": 11, "tid": 22, "pid": 33, "sendmsg": "true","scoreName2": 44 } 
    576584    返回结果: 
    577585