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


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

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_pconline_4.0.0/intf

    v29 v30  
    533533}}} 
    534534 
     535=== 2.9 车型列表 === 
     536{{{ 
     537    http://mrobot.pcauto.com.cn/v3/price/getModelListBySerialId/3524 
     538    作用: 
     539    使用范围:汽车网app:命名前缀pcauto 
     540    备注:title字段里面的车系名称去掉,其他不变 
     541     
     542     
     543    请求参数: 无 
     544    请求方法:get 
     545    是否需要登录:否 
     546    返回参数: 
     547{{ 
     548    "structure":"三厢车", 
     549    "bbsId":"14359", 
     550    "modelTotal":"8", 
     551    "data":[ 
     552        { 
     553            "id":"21803", 
     554            "title":"奥迪A4L 2013款 1.8 30TFSI 手动舒适型", 
     555            "price":"272800", 
     556            "status":"在售", 
     557            "photo":"http://img.pconline.com.cn/images/upload/upc/tx/auto5/1208/07/c9/12753707_12753707_1344329185828_120x90.jpg" 
     558        } 
     559    ], 
     560    "gearbox":"手动 无级变速 双离合", 
     561    "brandId":"1", 
     562    "photo":"http://img.pconline.com.cn/images/upload/upc/tx/auto5/1210/01/c0/14229062_14229062_1349107127921_120x90.jpg", 
     563    "kind":"中型车", 
     564    "priceRange":"27.28~57.81万", 
     565    "advantage":"外形颇具动感,底盘噪音抑制到位,全系标配电子手刹", 
     566    "displacement":"1.8T 2.0T 3.0T", 
     567    "photoTotal":646, 
     568    "brand":"奥迪", 
     569    "serialGroupName":"奥迪A4L", 
     570    "disadvatage":"底盘调教偏硬,滤震一般" 
     571} 
     572 
     573 
     574}}}