Changes between Version 54 and Version 55 of pcauto_chexingku/web-intf


Ignore:
Timestamp:
08/22/2012 03:18:52 PM (14 years ago)
Author:
daiyuwen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_chexingku/web-intf

    v54 v55  
    448448===  2.6 [=#point206 SendCommentWihSerialId ] === 
    449449{{{ 
    450  发布评论需要什么参数 
    451 方式post 
    452   请求参数 
    453   comment 评论内容 
    454   serialId 车系id 
    455   evaluate 评价(好评差评) 
    456   token 通行证token 
     450 方式post 
     451 请求参数 
     452    serialId  车系id 
     453    evaluate评价(好评差评) 1 好评  -1 差评 
     454    accountArea  来自哪里 需要UTF-8编码 分别是:android客户端  iphone客户端 
     455    content评论内容,需utf-8编码 
     456  common_session_id 太平洋通行证  若为空则匿名发送评论 
     457  请求URL 
     458    http://mrobot.pcauto.com.cn/v3/price/post_comment/? 
     459  范例: 
     460    http://mrobot.pcauto.com.cn/v3/price/post_comment/?evaluate=1&accountArea=iphone%E5%AE%A2%E6%88%B7%E7%AB%AF&content=%E6%B5%8B%E8%AF%95%E8%AF%84%E8%AE%BA&serialId=161&common_session_id=3E72F94E9857D58A9FCB95243CAD5ABA 
    457461   
    458462  返回: 
     
    824828serialId  车系id 
    825829evaluate  评价(好评差评) 1 好评  -1 差评 
    826   common_session_id  太平洋通行证,若为空则表示匿名评论 
    827 accountArea  来自哪里  分别是:android客户端/iphone客户端 
    828  
     830common_session_id  太平洋通行证,若为空则表示匿名评论 
     831accountArea  来自哪里 需UTF-8编码 分别是:android客户端/iphone客户端 
    829832url : 
    830833    http://price.pcauto.com.cn/interface/iphone/post_serial_comment.jsp?evaluate=${evaluate}&accountArea=${accountArea}&content=${content}&serialId=${serialId}&common_session_id=${common_session_id}