Changes between Version 4 and Version 5 of pcauto_BuyAuto_1.2.0


Ignore:
Timestamp:
02/02/2015 11:13:30 AM (11 years ago)
Author:
wuxiaoling
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_BuyAuto_1.2.0

    v4 v5  
    2525=== 2.1 [=#point2.1 车系参配] === 
    2626 
    27 [[BR]]mrobot请求url:http://mrobot.pcauto.com.cn/buy/price/serialDetailv12/{serialId}?areaId=1&fmt=json 
     27[[BR]]mrobot请求url:http://mrobot.pcauto.com.cn/buy/price/serialDetail/{serialId}?areaId=1&fmt=json 
    2828[[BR]]现应用接口: 
    2929{{{ 
     
    3232http://price.pcauto.com.cn/interface/iphone/atom/dealer/model_list_news_price_json.jsp?serialGroupId=4313&rId=1本地经销商最低价 
    3333}}} 
    34 [[BR]](旧接口:http://mrobot.pcauto.com.cn/buy/price/serialDetail/4313?fmt=json) 
    3534[[BR]]原接口: 
    3635{{{ 
     
    9392=== 2.2 [=#point2.2 车型参配] === 
    9493 
    95 [[BR]]mrobot请求url:http://mrobot.pcauto.com.cn/buy/price/modelDetailv12/{modelId}?areaId=1&fmt=json 
     94[[BR]]mrobot请求url:http://mrobot.pcauto.com.cn/buy/price/modelDetail/{modelId}?areaId=1&fmt=json 
    9695[[BR]]现应用接口: 
    9796{{{ 
     
    9998http://price.pcauto.com.cn/interface/iphone/atom/price/model_params.jsp?mid=34224 参数 
    10099}}} 
    101 [[BR]](旧接口:http://mrobot.pcauto.com.cn/buy/price/modelDetail/{modelId}?areaId=1&fmt=json) 
     100 
    102101[[BR]]原接口: 
    103102{{{ 
     
    115114||areaId||String||Y||地区id|| 
    116115[[BR]]返回结果: 
    117 { 
     116[[BR]]{ 
    118117"baseParameter": 
    119118[ 
     
    166165        "groupName": "询价订单" 
    167166    }......] 
    168  
    169  
    170167} 
     168 
     169=== 2.3 [=#point2.3 车型对比] === 
     170 
     171[[BR]]mrobot请求url:http://mrobot.pcauto.com.cn/buy/price/detailCompare?modelIds=xx1,xx2&fmt=json 
     172[[BR]]现应用接口: 
     173{{{ 
     174http://price.pcauto.com.cn/interface/iphone/atom/price/model_overview.jsp?mid={modelId} 基础数据 
     175http://price.pcauto.com.cn/interface/iphone/atom/price/model_params.jsp?mid=34224 参数 
     176}}} 
     177 
     178[[BR]]原接口: 
     179{{{ 
     180http://price.pcauto.com.cn/interface/iphone/model_detail.jsp?mid=34224 
     181}}} 
     182[[BR]]HTTP请求方式:get 
     183[[BR]]是否需要登录:false 
     184[[BR]]返回格式:html 
     185[[BR]]缓存方式: 
     186[[BR]]缓存时间:60 
     187[[BR]]说明: 
     188[[BR]]请求参数:[[BR]] 
     189||参数名||类型||必须||说明|| 
     190||modelId||String||Y||车型ID|| 
     191||areaId||String||Y||地区id|| 
     192[[BR]]返回结果: 
     193[[BR]]{ 
     194"baseParameter": 
     195[ 
     196    "厂商", 
     197    "一汽奥迪", 
     198    "级别", 
     199    "中大型车", 
     200    "上市时间", 
     201    "2014-01", 
     202    "发动机"...], 
     203  "gfPrice": "38.3万", 
     204    "groupNameArray": [ 
     205        "询价订单", 
     206        "价格", 
     207        "基本参数", 
     208        "车身", 
     209        "发动机", 
     210        "电动机", 
     211        "变速箱", 
     212        "底盘转向", 
     213     ... 
     214    ], 
     215    "kind": "中大型车", 
     216    "manufacturer": "一汽奥迪", 
     217    "minPrice": "5.75万", 
     218    "modelName": "奥迪A6L 2014款 2.0 TFSI 手动基本型", 
     219    "price": "38.3", 
     220    "serialGorup": "奥迪A6L", 
     221    "serialGorupId": 4313, 
     222    "shortName": "2.0 TFSI 手动基本型", 
     223    "state": "在售", 
     224    "total": "0", 
     225    "url": "http://img.pconline.com.cn/images/upload/upc/tx/auto5/1208/21/c7/13077074_13077074_1345530200671_80x60.jpg", 
     226    "url_120x90": "http://img.pconline.com.cn/images/upload/upc/tx/auto5/1208/21/c7/13077074_13077074_1345530200671_120x90.jpg", 
     227    "url_400x300": "http://img.pconline.com.cn/images/upload/upc/tx/auto5/1208/21/c7/13077074_13077074_1345530200671_400x300.jpg", 
     228    "groupNameArray":[ 
     229    "询价订单", 
     230    "价格", 
     231    "基本参数", 
     232    "车身", 
     233    "发动机", 
     234    "电动机"...], 
     235    "gfprice":"38.3万", 
     236    "brand":"奥迪", 
     237    "detail":[   { 
     238        "groupDetail": [ 
     239            "全国4S店", 
     240            "0笔" 
     241        ], 
     242        "groupName": "询价订单" 
     243    }......] 
     244}