Changes between Version 71 and Version 72 of pcauto_4.6.0/interface


Ignore:
Timestamp:
01/16/2015 04:30:41 PM (11 years ago)
Author:
wuxiaoling
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_4.6.0/interface

    v71 v72  
    482482[[BR]]请求参数:[[BR]] 
    483483||参数名||类型||必须||说明|| 
    484 ||areaId||int||是||地区id|| 
    485 ||brandId||int||是||品牌id|| 
    486 ||modelId||int||是||车型id|| 
    487 ||serialId||int||否||车系id|| 
    488 ||pageNo||int||否||页码|| 
    489 ||pageSize||int||否||页面大小|| 
    490 ||orderBy||string||是||排序方式||popularity, newest, discountRange, lowestPrice;分别指按车型热度,按最新,按降价幅度,按最低价格 
    491 [[BR]]返回结果: 
     484||参数名||类型||必须||说明|| 
     485||areaId||string||必须||地区id(默认1)|| 
     486||brandId||string||可选||品牌id(默认0)|| 
     487||serialId||string||可选||车系id(默认0)|| 
     488||modelId||string||可选||车型id(默认0)|| 
     489||orderBy||string||必须||popularity, newest, discountRange, lowestPrice;分别指按车型热度,按最新,按降价幅度,按最低价格|| 
     490||ps||string||可选||最低价格,如13,单位万元 (默认-1)|| 
     491||pe||string||可选||最高价格,单位万元(默认0)|| 
     492||jb||string||可选||级别,如71(默认0)|| 
     493[[BR]]返回结果: 
     494 
     495{{{ 
    492496{ 
    493     "data": [ 
    494         { 
    495             "area": "广东 广州", 
    496             "dealerId": 15075, 
    497             "dealerName": "广州锦龙奥迪", 
    498             "dealerNewsId": 4500468, //行情id 
    499             "dealerType": "4S店", 
    500             "discount": 0,   //降价幅度 
    501             "modelId": 11118, 
    502             "modelName": "奥迪A4L 2009款 2.0 TFSI 舒适型", 
    503             "phone": "400-860-0412", 
    504             "price": 32.99 
    505         }, 
    506         { 
    507             "area": "广东 广州", 
    508             "dealerId": 15075, 
    509             "dealerName": "广州锦龙奥迪", 
    510             "dealerNewsId": 4500468, 
    511             "dealerType": "4S店", 
    512             "discount": 0, 
    513             "modelId": 11282, 
    514             "modelName": "奥迪A4L 2009款 2.0 TFSI 标准型", 
    515             "phone": "400-860-0412", 
    516             "price": 29.88 
    517         }, 
    518         { 
    519             "area": "广东 广州", 
    520             "dealerId": 15075, 
    521             "dealerName": "广州锦龙奥迪", 
    522             "dealerNewsId": 4500468, 
    523             "dealerType": "4S店", 
    524             "discount": 0, 
    525             "modelId": 11284, 
    526             "modelName": "奥迪A4L 2009款 2.0 TFSI 豪华型", 
    527             "phone": "400-860-0412", 
    528             "price": 38.86 
    529         } 
    530     ], 
    531     "pageNo": 1, 
    532     "pageSize": 20, 
    533     "total": 3663 
     497  "data": [ 
     498    { 
     499      "area": "广州", 
     500      "createTime": 1406602096000, 
     501      "dealerId": "45742", 
     502      "dealerName": "进口大众广州鸿众", 
     503      "dealerNewsId": "5154551", 
     504      "dealerType": "综合店", 
     505      "decline": "35.0", 
     506      "discount": "163400", 
     507      "image": "http://img.pconline.com.cn/images/upload/upc/tx/auto5/1308/01/c8/24016521_1375350331166_350x260.jpg", 
     508      "is400": "1", 
     509      "isShow24Icon": 1, 
     510      "modelId": "32583", 
     511      "modelName": "高尔夫(进口) 2014款 2.0 TSI R敞篷版", 
     512      "modelPrice": "46.68", 
     513      "phone": "400-860-0819", 
     514      "price": "30.34", 
     515      "serialGroupId": 4391, 
     516      "serialGroupName": "高尔夫(进口)" 
     517    } 
     518  ], 
     519  "pageNo": 1, 
     520  "pageSize": 20, 
     521  "total": 6559 
    534522} 
    535523 
    536524说明:dealerNewsId,行情id,请求“2.8.23 优惠详情”页面时的请求参数; 
    537525      discount,降价幅度。 
     526 
     527}}} 
    538528 
    539529=== 3.5 [=#point3.5 促销优惠终端页] ===