Changes between Version 66 and Version 67 of pcauto_4.6.0/interface


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

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_4.6.0/interface

    v66 v67  
    474474[[BR]]mrobot请求url:http://mrobot.pcauto.com.cn/v3/price/promotionList?areaId=1&pageNo=1&pageSize=20&orderBy=discountRange&serialId=3225 
    475475[[BR]]原接口:http://price.pcauto.com.cn/dealer/interface/app/market_json.jsp 
    476 [[BR]]HTTP请求方式: 
    477 [[BR]]是否需要登录:false 
    478 [[BR]]返回格式: 
    479 [[BR]]缓存方式: 
    480 [[BR]]缓存时间: 
    481 [[BR]]说明: 
    482 [[BR]]请求参数:[[BR]] 
    483 ||参数名||类型||必须||说明|| 
    484 [[BR]]返回结果: 
     476[[BR]]HTTP请求方式:get 
     477[[BR]]是否需要登录:false 
     478[[BR]]返回格式:json 
     479[[BR]]缓存方式:无 
     480[[BR]]缓存时间:15分钟 
     481[[BR]]说明: 
     482[[BR]]请求参数:[[BR]] 
     483||参数名||类型||必须||说明|| 
     484[[BR]]||areaId||int||是||地区id|| 
     485[[BR]]||brandId||int||是||品牌id|| 
     486[[BR]]||modelId||int||是||车型id|| 
     487[[BR]]||orderBy||string||是||排序方式||popularity, newest, discountRange, lowestPrice;分别指按车型热度,按最新,按降价幅度,按最低价格 
     488[[BR]]返回结果: 
     489{ 
     490    "data": [ 
     491        { 
     492            "area": "广东 广州", 
     493            "dealerId": 15075, 
     494            "dealerName": "广州锦龙奥迪", 
     495            "dealerNewsId": 4500468, //行情id 
     496            "dealerType": "4S店", 
     497            "discount": 0,   //降价幅度 
     498            "modelId": 11118, 
     499            "modelName": "奥迪A4L 2009款 2.0 TFSI 舒适型", 
     500            "phone": "400-860-0412", 
     501            "price": 32.99 
     502        }, 
     503        { 
     504            "area": "广东 广州", 
     505            "dealerId": 15075, 
     506            "dealerName": "广州锦龙奥迪", 
     507            "dealerNewsId": 4500468, 
     508            "dealerType": "4S店", 
     509            "discount": 0, 
     510            "modelId": 11282, 
     511            "modelName": "奥迪A4L 2009款 2.0 TFSI 标准型", 
     512            "phone": "400-860-0412", 
     513            "price": 29.88 
     514        }, 
     515        { 
     516            "area": "广东 广州", 
     517            "dealerId": 15075, 
     518            "dealerName": "广州锦龙奥迪", 
     519            "dealerNewsId": 4500468, 
     520            "dealerType": "4S店", 
     521            "discount": 0, 
     522            "modelId": 11284, 
     523            "modelName": "奥迪A4L 2009款 2.0 TFSI 豪华型", 
     524            "phone": "400-860-0412", 
     525            "price": 38.86 
     526        } 
     527    ], 
     528    "pageNo": 1, 
     529    "pageSize": 20, 
     530    "total": 3663 
     531} 
     532 
     533说明:dealerNewsId,行情id,请求“2.8.23 优惠详情”页面时的请求参数; 
     534      discount,降价幅度。 
    485535 
    486536=== 3.5 [=#point3.5 促销优惠终端页] ===