Changes between Version 168 and Version 169 of pcauto_4.5.0/interface


Ignore:
Timestamp:
10/24/2014 11:51:47 AM (11 years ago)
Author:
wuxiaoling
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_4.5.0/interface

    v168 v169  
    15091509=== 2.4.7.2 [=#point2.4.7.2 经销商(车系)详情的促销优惠列表] === 
    15101510{{{ 
    1511     请求url:http://price.pcauto.com.cn/interface/iphone/dealer_news_message.jsp?pageSize=20&pageNo=1&dealerId=50680 
     1511    未上线,可连192.168.22.145进行测试 
     1512    请求url:http://mrobot.pcauto.com.cn/v3/price/dealerNewMesv45/{dealerId}?pageSize=20&pageNo=1 
    15121513    请求后端url: 
    15131514    http://price.pcauto.com.cn/interface/iphone/dealer_news_message.jsp?pageSize=20&pageNo=1&dealerId=50680 
     
    15201521    请求参数: 
    15211522    dealerId:经销商id 
    1522     pageSize 
    1523     pageNo 
    1524     返回结果: 
     1523    pageSize 分页条数 
     1524    pageNo 第几个分页 
     1525    返回结果: 
     1526   返回Json数据 
     1527  { 
     1528    "datas": [ 
     1529        { 
     1530            "content": "智尊生活 粤奥奥迪A5最高优惠8.78万", 
     1531            "date": "2014-10-23", 
     1532            "id": "5996316", 
     1533            "serialGroupId": "4438", 
     1534            "url": "http://m.pcauto.com.cn/auto/market/50680-5996316.html" 
     1535        }, 
     1536        { 
     1537            "content": "智尊生活 粤奥奥迪A1最高优惠5.5万", 
     1538            "date": "2014-10-23", 
     1539            "id": "5995586", 
     1540            "serialGroupId": "3746", 
     1541            "url": "http://m.pcauto.com.cn/auto/market/50680-5995586.html" 
     1542        }, 
     1543        { 
     1544            "content": "智尊生活 粤奥购奥迪Q7钜惠送豪礼", 
     1545            "date": "2014-10-23", 
     1546            "id": "5995409", 
     1547            "serialGroupId": "1933", 
     1548            "url": "http://m.pcauto.com.cn/auto/market/50680-5995409.html" 
     1549        }, 
     1550        { 
     1551            "content": "智尊生活 粤奥奥迪A6L钜惠15.33万", 
     1552            "date": "2014-10-23", 
     1553            "id": "5995195", 
     1554            "serialGroupId": "4313", 
     1555            "url": "http://m.pcauto.com.cn/auto/market/50680-5995195.html" 
     1556        }, 
     1557        { 
     1558            "content": "奥迪A4L最高优惠6.9万 有少量现车", 
     1559            "date": "2014-10-22", 
     1560            "id": "5981802", 
     1561            "serialGroupId": "3524", 
     1562            "url": "http://m.pcauto.com.cn/auto/market/50680-5981802.html" 
     1563        } 
     1564    ], 
     1565    "pageCount": 5, 
     1566    "pageNo": 1, 
     1567    "pageSize": 5, 
     1568    "total": 25 
     1569} 
     1570    
    15251571 
    15261572}}}