Changes between Version 79 and Version 80 of pcauto_4.3.0/interface


Ignore:
Timestamp:
05/21/2014 11:23:57 AM (12 years ago)
Author:
fuxingfang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_4.3.0/interface

    v79 v80  
    2222== 2.接口列表 == 
    2323 
    24 === 2.1 [=#point201 降价列表]=== 
    25 {{{ 
    26  
    27 接口URL: 
     24=== 2.1 [=#point201 降价列表](可内测)=== 
     25{{{ 
     26 
     27接口URL:http://mrobot.pcauto.com.cn/v3/price/promotionList?areaId=1&pageNo=1&pageSize=20&serialId=3524 
    2828 
    2929请求参数 
     
    4242返回结果: 
    4343{ 
    44     "discount":[ 
    45         { 
    46             "modelId":123, 
    47             "modelName":"宝马X1 2013款 sDrive18i 手动型", 
    48             "discountId":123, 
    49             "dealerId":123, 
    50             "dealerName":"榆林奥森奥迪", 
    51             "infoId":123, // 该详情id 
    52             "area":"广州白云", 
    53             "dealerType":"4s店", 
    54             "nowPrice":12.12, 
    55             "discount":12, 
    56             "image":"http://xxx.jpg",    //缩略图,尺寸为270x202 
    57             "phone":"12345678" 
    58         } 
    59  
    60     .... 
    61     ] 
     44{ 
     45    "data": [ 
     46        { 
     47            "area": "广东 广州", 
     48            "dealerId": 15075, 
     49            "dealerName": "广州锦龙奥迪", 
     50            "dealerNewsId": 4500468, 
     51            "dealerType": "4S店", 
     52            "discount": 0, 
     53            "modelId": 11118, 
     54            "modelName": "奥迪A4L 2009款 2.0 TFSI 舒适型", 
     55            "phone": "400-860-0412", 
     56            "price": 32.99 
     57        }, 
     58        { 
     59            "area": "广东 广州", 
     60            "dealerId": 15075, 
     61            "dealerName": "广州锦龙奥迪", 
     62            "dealerNewsId": 4500468, 
     63            "dealerType": "4S店", 
     64            "discount": 0, 
     65            "modelId": 11282, 
     66            "modelName": "奥迪A4L 2009款 2.0 TFSI 标准型", 
     67            "phone": "400-860-0412", 
     68            "price": 29.88 
     69        }, 
     70        { 
     71            "area": "广东 广州", 
     72            "dealerId": 15075, 
     73            "dealerName": "广州锦龙奥迪", 
     74            "dealerNewsId": 4500468, 
     75            "dealerType": "4S店", 
     76            "discount": 0, 
     77            "modelId": 11284, 
     78            "modelName": "奥迪A4L 2009款 2.0 TFSI 豪华型", 
     79            "phone": "400-860-0412", 
     80            "price": 38.86 
     81        } 
     82    ], 
     83    "pageNo": 1, 
     84    "pageSize": 20, 
     85    "total": 3663 
     86} 
    6287} 
    6388}}}