Changes between Version 61 and Version 62 of pcauto_BuyAuto_1.3.0


Ignore:
Timestamp:
06/24/2015 05:08:57 PM (11 years ago)
Author:
caozhaoyuan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_BuyAuto_1.3.0

    v61 v62  
    287287== 5.更新投票状态 ==  
    288288** (mrobot开发已完成,请连开发机进行测试) ** 
    289 >http://mrobot.pcauto.com.cn/buy/price/vote/operateVote/{voteId}?opId={opId} [[BR]] 
    290 >样例:http://mrobot.pcauto.com.cn/buy/price/vote/operateVote/2141?opId=1 [[BR]] 
     289>http://mrobot.pcauto.com.cn/buy/price/vote/operateVote [[BR]] 
    291290 
    292291**说明** 
     
    296295**提交方式** 
    297296 
    298 > GET 
    299  
    300 **参数** 
    301  
    302 ||= 参数名 =||= 参数含义 =||= 类型 =||= 默认值 =||= 是否必须 =|| 
    303 ||voteId||投票唯一标识||int|| 无||是|| 
    304 ||opId||操作标识,1:关闭,3:删除||int|| 无||是|| 
     297> POST 
     298 
     299**参数** 
     300||= 参数名 =||= 参数含义 =||= 类型 =||= 默认值 =||= 是否必须 =|| 
     301||params||更新投票状态JSON数据||json|| 无||是|| 
     302 
     303**请求参数params json对象示例** 
     304{{{#!java 
     305  { 
     306“voteId”:12345, 
     307“opId”:1 
     308} 
     309}}} 
     310 
     311**字段说明** 
     312 
     313||= 参数名 =||= 参数含义 =|| 
     314||voteId||投票唯一标识 
     315||opId||操作标识,1:关闭,3:删除 
    305316 
    306317**返回结果格式**