Changes between Version 46 and Version 47 of pcauto_BuyAuto_1.3.0


Ignore:
Timestamp:
06/11/2015 12:40:22 PM (11 years ago)
Author:
wuxiaoling
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_BuyAuto_1.3.0

    v46 v47  
    613613||isSubscribed||int||N||是否已订阅|| 
    614614 
    615  
     615== 11.点击投票提交接口 ==  
     616>http://mrobot.pcauto.com.cn/xsp/s/auto/buy/v1.3/record.xsp [[BR]] 
     617 
     618**说明** 
     619 
     620>本地热门车型最低价新加的接口 
     621 
     622**提交方式** 
     623 
     624> post 
     625 
     626**参数** 
     627 
     628||= 参数名 =||= 参数含义 =||= 类型 =||= 默认值 =||= 是否必须 =|| 
     629||voter||微信名||string|| 无||是|| 
     630||openId||微信Id||string||无||是|| 
     631||picUrl||微信头像||string||无||是|| 
     632||voteId||投票Id||int||无||是|| 
     633||serialId||车系Id||int||无||是|| 
     634||name||车系名||string||无||是|| 
     635||reason||原因||string||无||是|| 
     636 
     637ps:reason是配置的key+备注框里面的内容 
     638**返回** 
     639 
     640{{{#!java 
     641  成功:{code:1,"msg":"提交成功"} 
     642  失败:{code:1,"msg":"提交失败"} 
     643  
     644 
     645}}}