Changes between Version 75 and Version 76 of pconline_chanpingku/intf


Ignore:
Timestamp:
08/17/2012 04:59:51 PM (14 years ago)
Author:
daiyuwen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pconline_chanpingku/intf

    v75 v76  
    405405===  2.10 [=#point210 产品发送评论 ] === 
    406406{{{ 
    407 发送参数类似于文章,论坛发送评论。 
    408     HTTP请求方式:post 
    409     是否需要登录:都可以 
    410     请求参数: 
    411         productid:产品id 
    412         producturl;产品url 
    413         score:评分数值 
    414     content:评论内容 
    415    isanonymous 是否匿名 
    416     common_session_Id:用户的author_token 
    417          
     407HTTP请求方式:post 
     408请求参数: 
     409  productId: 产品ID 
     410  score  :  分数 从1到5的整数 
     411  title  : 标题   
     412  advantage  :优点 
     413  deficiency   :缺点 
     414  summary           :总结 
     415  common_session_id    :太平洋网络通行证的sessionId 若为空则匿名发评论 
     416   
     417请求URL 
     418    http://mrobot.pconline.com.cn/v3/product/post_comment/?method=addMobile 
     419 
     420返回参数: 
     421  { 
     422  "stats":"ok", 
     423  "msg":"发送成功" 
     424  } 
     425   
     426  Stats发送状态,成功为ok,失败为error, 
     427  msg中显示提示的信息 ,例如必填字段未填,或者其他必要的提示等 
     428 
    418429}}} 
    419430