Changes between Version 3 and Version 4 of pcauto_BuyAuto_1.3.0


Ignore:
Timestamp:
06/01/2015 05:43:36 PM (11 years ago)
Author:
wuxiaoling
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_BuyAuto_1.3.0

    v3 v4  
    7171 
    7272}}} 
     73 
     74== 2.车系列表 ==  
     75>http://mrobot.pcauto.com.cn/xsp/s/auto/buy/v1.3/getSerialListByBrandId.xsp?brandId=1&type=1 [[BR]] 
     76**后端接口** 
     77 
     78>http://price.pcauto.com.cn/interface/iphone/serialGroup_list_v2.jsp?bid=1&type=1 车系列表数据 
     79>http://price.pcauto.com.cn/interface/iphone/atom/price/hot_model_list_json.jsp?brandId=1 本地热门车型最低价 
     80**说明** 
     81 
     82>本地热门车型最低价新加的接口 
     83 
     84**提交方式** 
     85 
     86> GET 
     87 
     88**参数** 
     89 
     90||= 参数名 =||= 参数含义 =||= 类型 =||= 默认值 =||= 是否必须 =|| 
     91||brandId||品牌||int|| 1||是|| 
     92||typeId||类型Id||int||1||是|| 
     93 
     94**返回** 
     95 
     96{{{#!java 
     97  { 
     98   "manufacturers":[{ 
     99        "brandName": "奥迪", 
     100        "name": "测试的", 
     101        "brandIntroduction": "http://baike.pcauto.com.cn/204.html", 
     102        "serials": [] 
     103    }, 
     104    { 
     105        "brandName": "奥迪", 
     106        "name": "一汽奥迪", 
     107        "brandIntroduction": "http://baike.pcauto.com.cn/204.html", 
     108        "serials": [ 
     109            { 
     110                "id": 3524, 
     111                "name": "奥迪A4L", 
     112                "kind": "中型车", 
     113                "priceRange": "27.28~57.81 万", 
     114                "isNew": 0, 
     115                "sellStatus": 3, 
     116                "carVersion": 1, 
     117                "carField": 4, 
     118                "photo": "http://img.pconline.com.cn/images/upload/upc/tx/auto5/1408/11/c1/37285606_37285606_1407725980801_180x135.jpg", 
     119                "count": 43 
     120            } ..... 
     121   ], 
     122   "models":[ { 
     123        "mId": 30822, 
     124        "serialGroupId": 5 
     125    }, 
     126   { 
     127        "mId": 26741, 
     128        "serialGroupId": 6 
     129    }..... 
     130    ] 
     131   }  
     132 
     133}}}