Changes between Version 28 and Version 29 of pcauto_pconline_4.0.0/intf


Ignore:
Timestamp:
03/28/2013 06:13:03 PM (13 years ago)
Author:
leijingtang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_pconline_4.0.0/intf

    v28 v29  
    499499 
    500500}}} 
     501 
     502=== 2.9 根据价格区间选车 === 
     503{{{ 
     504    http://mrobot.pcauto.com.cn/v3/price/getSerialListByPrice?minPrice=5&maxPrice=8 
     505    作用: 
     506    使用范围:汽车网app:命名前缀pcauto 
     507     
     508     
     509    请求参数: 无 
     510    请求方法:get 
     511    是否需要登录:否 
     512    返回参数: 
     513{ 
     514    "data":[ 
     515        { 
     516            "manufacturerName":"宝骏", 
     517            "letter":"B", 
     518            "photo":"http://img3.pcauto.com.cn/pcauto/1011/29/1328218_baojun.png", 
     519            "serials":[ 
     520                { 
     521                    "id":"7032", 
     522                    "name":"宝骏630", 
     523                    "kind":"中小型车",                         //车的类型 
     524                    "priceRange":"25.9~49.9 万",       //价格范围 
     525                    "photo":"http://img.pconline.com.cn/images/upload/upc/tx/auto5/1303/28/c1/19301933_1364434425218_120x90.jpg" 
     526                } 
     527            ] 
     528        } 
     529    ] 
     530} 
     531 
     532 
     533}}} 
     534