Changes between Version 2 and Version 3 of pcauto_BuyAuto_1.2.0


Ignore:
Timestamp:
02/02/2015 10:59:45 AM (11 years ago)
Author:
wuxiaoling
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_BuyAuto_1.2.0

    v2 v3  
    188188    ] 
    189189} 
     190 
     191=== 2.2 [=#point2.2 车型参配] === 
     192 
     193[[BR]]mrobot请求url:http://mrobot.pcauto.com.cn/buy/price/modelDetailv12/{modelId}?areaId=1&fmt=json 
     194[[BR]]现应用接口: 
     195{{{ 
     196http://price.pcauto.com.cn/interface/iphone/atom/price/model_overview.jsp?mid={modelId} 基础数据 
     197http://price.pcauto.com.cn/interface/iphone/atom/price/model_params.jsp?mid=34224 参数 
     198}}} 
     199[[BR]](旧接口:http://mrobot.pcauto.com.cn/buy/price/modelDetail/{modelId}?areaId=1&fmt=json) 
     200[[BR]]原接口: 
     201{{{ 
     202http://price.pcauto.com.cn/interface/iphone/model_detail.jsp?mid=34224 
     203}}} 
     204[[BR]]HTTP请求方式:get 
     205[[BR]]是否需要登录:false 
     206[[BR]]返回格式:html 
     207[[BR]]缓存方式: 
     208[[BR]]缓存时间:60 
     209[[BR]]说明: 
     210[[BR]]请求参数:[[BR]] 
     211||参数名||类型||必须||说明|| 
     212|modelId||String||Y||车型ID|| 
     213||areaId||String||Y||地区id|| 
     214[[BR]]返回结果: 
     215{ 
     216"baseParameter": 
     217[ 
     218    "厂商", 
     219    "一汽奥迪", 
     220    "级别", 
     221    "中大型车", 
     222    "上市时间", 
     223    "2014-01", 
     224    "发动机"...], 
     225  "gfPrice": "38.3万", 
     226    "groupNameArray": [ 
     227        "询价订单", 
     228        "价格", 
     229        "基本参数", 
     230        "车身", 
     231        "发动机", 
     232        "电动机", 
     233        "变速箱", 
     234        "底盘转向", 
     235        "车轮制动", 
     236        "越野性能", 
     237        "主动安全配置", 
     238        "被动安全配置", 
     239        "防盗配置", 
     240        "操控配置", 
     241        "外部配置", 
     242        "内部配置", 
     243        "座椅配置", 
     244        "空调配置", 
     245        "灯光配置", 
     246        "内玻璃/后视镜", 
     247        "多媒体配置", 
     248        "高科技配置" 
     249    ], 
     250    "kind": "中大型车", 
     251    "manufacturer": "一汽奥迪", 
     252    "minPrice": "5.75万", 
     253    "modelName": "奥迪A6L 2014款 2.0 TFSI 手动基本型", 
     254    "price": "38.3", 
     255    "serialGorup": "奥迪A6L", 
     256    "serialGorupId": 4313, 
     257    "shortName": "2.0 TFSI 手动基本型", 
     258    "state": "在售", 
     259    "total": "0", 
     260    "url": "http://img.pconline.com.cn/images/upload/upc/tx/auto5/1208/21/c7/13077074_13077074_1345530200671_80x60.jpg", 
     261    "url_120x90": "http://img.pconline.com.cn/images/upload/upc/tx/auto5/1208/21/c7/13077074_13077074_1345530200671_120x90.jpg", 
     262    "url_400x300": "http://img.pconline.com.cn/images/upload/upc/tx/auto5/1208/21/c7/13077074_13077074_1345530200671_400x300.jpg", 
     263    "groupNameArray":[ 
     264    "询价订单", 
     265    "价格", 
     266    "基本参数", 
     267    "车身", 
     268    "发动机", 
     269    "电动机"...], 
     270    "gfprice":"38.3万", 
     271    "brand":"奥迪", 
     272    "detail":[   { 
     273        "groupDetail": [ 
     274            "全国4S店", 
     275            "0笔" 
     276        ], 
     277        "groupName": "询价订单" 
     278    }......] 
     279 
     280 
     281}