Changes between Version 9 and Version 10 of pcauto_sdk_1.0.0/interface


Ignore:
Timestamp:
07/30/2015 03:15:51 PM (11 years ago)
Author:
lanzhenhua
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_sdk_1.0.0/interface

    v9 v10  
    146146||modelId||int||N||车型ID|| 
    147147||marketId||int||Y||优惠ID|| 
     148 
     149 
     150** (mrobot开发已完成,请连开发机进行测试) ** 
     151>http://mrobot.pcauto.com.cn/xsp/s/auto/buy/v1.3/getSerialListByBrandId.xsp?brandId=1&type=1 [[BR]] 
     152**后端接口** 
     153 
     154>http://price.pcauto.com.cn/interface/iphone/serialGroup_list_v2.jsp?vs=1.3&bid=1&type=1 车系列表数据 [[BR]] 
     155>http://price.pcauto.com.cn/interface/iphone/atom/price/hot_model_list_json.jsp?vs=1.3&brandId=1 本地热门车型最低价 
     156**说明** 
     157 
     158>本地热门车型最低价新加的接口,serials字段下count=0表该车系下无车型,若没有mId则表示没有该热门车型,此时我要询价不可选。 
     159 
     160**提交方式** 
     161 
     162> GET 
     163 
     164**参数** 
     165 
     166||= 参数名 =||= 参数含义 =||= 类型 =||= 默认值 =||= 是否必须 =|| 
     167||brandId||品牌||int|| 1||是|| 
     168||typeId||类型Id||int||1||是|| 
     169 
     170**返回** 
     171 
     172{{{#!java 
     173  { 
     174   "manufacturers":[{ 
     175        "brandName": "奥迪", 
     176        "name": "测试的", 
     177        "brandIntroduction": "http://baike.pcauto.com.cn/204.html", 
     178        "serials": [] 
     179    }, 
     180    { 
     181        "brandName": "奥迪", 
     182        "name": "一汽奥迪", 
     183        "brandIntroduction": "http://baike.pcauto.com.cn/204.html", 
     184        "serials": [ 
     185            { 
     186                "id": 3524, 
     187                "name": "奥迪A4L", 
     188                "kind": "中型车", 
     189                "priceRange": "27.28~57.81 万", 
     190                "isNew": 0, 
     191                "sellStatus": 3, 
     192                "carVersion": 1, 
     193                "carField": 4, 
     194                "photo": "http://img.pconline.com.cn/images/upload/upc/tx/auto5/1408/11/c1/37285606_37285606_1407725980801_180x135.jpg", 
     195                "count": 43, 
     196                "mId": 30822, 
     197                "mName":"车型名称", 
     198                "mPhoto":"车型图片" 
     199            } ..... 
     200   ] 
     201   }  
     202 
     203}}}