Changes between Version 1 and Version 2 of pcauto_4.6.1/interface


Ignore:
Timestamp:
02/05/2015 06:44:29 PM (11 years ago)
Author:
wuhuixuan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_4.6.1/interface

    v1 v2  
    2020 
    2121== 2.接口列表 == 
    22 === 2.1 [=#point2.1 ] === 
     22=== 2.1 [=#point2.1 车系参配页/车型对比页] === 
     23[[BR]]mrobot接口:http://mrobot.pcauto.com.cn/v3/price/detailComparev45?id1=36734&id2=34389&v=4.5.0 
     24[[BR]]原接口: 
     25[[BR]]HTTP请求方式:get 
     26[[BR]]是否需要登录:false 
     27[[BR]]返回格式:json 
     28[[BR]]缓存方式: 
     29[[BR]]缓存时间:60 
     30[[BR]]说明: 
     31[[BR]]请求参数:[[BR]] 
     32||参数名||类型||必须||说明|| 
     33||id1||String||Y||车型ID|| 
     34||id2||String||Y||车型ID|| 
     35[[BR]]返回结果: 
     36[[BR]]{ 
     37detailArray: [ 
     38{ 
     39  detail: [ 
     40    { 
     41      groupDetail: [ 
     42      "全国4S店", 
     43      "3473笔" 
     44      ], 
     45      groupName: "询价订单" 
     46    }, 
     47    ...... 
     48    isSubscributed: false, 
     49    metaUrl: "http://price.pcauto.com.cn/interface/iphone/model_detail.jsp?mid=30503", 
     50    modelId: "30503", 
     51    modelName: "奥迪A6L 2014款 30 FSI 舒适型 ", 
     52    shortName: "30 FSI 舒适型" 
     53    }, 
     54...... 
     55} 
     56] 
     57 
     58 
     59=== 2.2 [=#point2.2 车型参配页] === 
     60[[BR]]mrobot接口:http://mrobot.pcauto.com.cn/v3/price/detailv36/{modelId}?v=4.5&fmt=json 
     61[[BR]]原接口: 
     62[[BR]]HTTP请求方式:get 
     63[[BR]]是否需要登录:false 
     64[[BR]]返回格式:json 
     65[[BR]]缓存方式: 
     66[[BR]]缓存时间:60 
     67[[BR]]说明: 
     68[[BR]]请求参数:[[BR]] 
     69||参数名||类型||必须||说明|| 
     70||modelId||String||Y||车型ID|| 
     71[[BR]]返回结果: 
     72[[BR]]{ 
     73"baseParameter": 
     74[ 
     75    "厂商", 
     76    "一汽奥迪", 
     77    "级别", 
     78    "中大型车", 
     79    "上市时间", 
     80    "2014-01", 
     81    "发动机"...], 
     82  "gfPrice": "38.3万", 
     83    "groupNameArray": [ 
     84        "询价订单", 
     85        "价格", 
     86        "基本参数", 
     87        "车身", 
     88        "发动机", 
     89        "电动机", 
     90        "变速箱", 
     91        "底盘转向", 
     92     ... 
     93    ], 
     94    "kind": "中大型车", 
     95    "manufacturer": "一汽奥迪", 
     96    "minPrice": "5.75万", 
     97    "modelName": "奥迪A6L 2014款 2.0 TFSI 手动基本型", 
     98    "price": "38.3", 
     99    "serialGorup": "奥迪A6L", 
     100    "serialGorupId": 4313, 
     101    "shortName": "2.0 TFSI 手动基本型", 
     102    "state": "在售", 
     103    "total": "0", 
     104    "url": "http://img.pconline.com.cn/images/upload/upc/tx/auto5/1208/21/c7/13077074_13077074_1345530200671_80x60.jpg", 
     105    "url_120x90": "http://img.pconline.com.cn/images/upload/upc/tx/auto5/1208/21/c7/13077074_13077074_1345530200671_120x90.jpg", 
     106    "url_400x300": "http://img.pconline.com.cn/images/upload/upc/tx/auto5/1208/21/c7/13077074_13077074_1345530200671_400x300.jpg", 
     107    "groupNameArray":[ 
     108    "询价订单", 
     109    "价格", 
     110    "基本参数", 
     111    "车身", 
     112    "发动机", 
     113    "电动机"...], 
     114    "gfprice":"38.3万", 
     115    "brand":"奥迪", 
     116    "detail":[   { 
     117        "groupDetail": [ 
     118            "全国4S店", 
     119            "0笔" 
     120        ], 
     121        "groupName": "询价订单" 
     122    }......] 
     123}