Changes between Version 52 and Version 53 of pcauto_BuyAuto_1.3.0


Ignore:
Timestamp:
06/15/2015 05:28:15 PM (11 years ago)
Author:
wuxiaoling
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_BuyAuto_1.3.0

    v52 v53  
    661661||voteId||投票ID||int|| 1||是|| 
    662662 
     663== 13.找车 ==  
     664>http://mrobot.pcauto.com.cn/xsp/s/auto/buy/v1.3/chooseOption.xsp[[BR]] 
     665**说明** 
     666 
     667>找车条件新接口,去掉安卓闪退的原因 
     668 
     669**提交方式** 
     670 
     671> GET 
     672 
     673**参数** 
     674 
     675||= 参数名 =||= 参数含义 =||= 类型 =||= 默认值 =||= 是否必须 =|| 
     676{{{#!java 
     677{ 
     678    "choose": [ 
     679        { 
     680            "name": "自定义最低价", 
     681            "value": "ps", 
     682            "options": [] 
     683        },.... 
     684 
     685    ] 
     686} 
     687 
     688}}}