Changes between Version 37 and Version 38 of intfs_new


Ignore:
Timestamp:
07/04/2014 02:52:25 PM (12 years ago)
Author:
fuxingfang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • intfs_new

    v37 v38  
    18831883}}} 
    18841884 
     1885=== 2.8.22 [=#point2822 降价列表]=== 
     1886{{{ 
     1887 
     1888接口URL:http://mrobot.pcauto.com.cn/v3/price/promotionList?areaId=1&pageNo=1&pageSize=20&serialId=3524 
     1889 
     1890请求参数 
     1891areaId:地区id 
     1892brandId:品牌id 
     1893serialId:车系id 
     1894modelId:车型id 
     1895orderBy:popularity, newest, discountRange, lowestPrice; 
     1896               分别指按车型热度,按最新,按降价幅度,按最低价格 
     1897 
     1898提交方式:GET 
     1899是否需要登录:否 
     1900返回格式:json  
     1901缓存方式:无 
     1902缓存时间:无 
     1903返回结果: 
     1904 
     1905{ 
     1906    "data": [ 
     1907        { 
     1908            "area": "广东 广州", 
     1909            "dealerId": 15075, 
     1910            "dealerName": "广州锦龙奥迪", 
     1911            "dealerNewsId": 4500468, //行情id 
     1912            "dealerType": "4S店", 
     1913            "discount": 0,   //降价幅度 
     1914            "modelId": 11118, 
     1915            "modelName": "奥迪A4L 2009款 2.0 TFSI 舒适型", 
     1916            "phone": "400-860-0412", 
     1917            "price": 32.99 
     1918        }, 
     1919        { 
     1920            "area": "广东 广州", 
     1921            "dealerId": 15075, 
     1922            "dealerName": "广州锦龙奥迪", 
     1923            "dealerNewsId": 4500468, 
     1924            "dealerType": "4S店", 
     1925            "discount": 0, 
     1926            "modelId": 11282, 
     1927            "modelName": "奥迪A4L 2009款 2.0 TFSI 标准型", 
     1928            "phone": "400-860-0412", 
     1929            "price": 29.88 
     1930        }, 
     1931        { 
     1932            "area": "广东 广州", 
     1933            "dealerId": 15075, 
     1934            "dealerName": "广州锦龙奥迪", 
     1935            "dealerNewsId": 4500468, 
     1936            "dealerType": "4S店", 
     1937            "discount": 0, 
     1938            "modelId": 11284, 
     1939            "modelName": "奥迪A4L 2009款 2.0 TFSI 豪华型", 
     1940            "phone": "400-860-0412", 
     1941            "price": 38.86 
     1942        } 
     1943    ], 
     1944    "pageNo": 1, 
     1945    "pageSize": 20, 
     1946    "total": 3663 
     1947} 
     1948 
     1949说明:dealerNewsId,行情id,请求“2.8.23 优惠详情”页面时的请求参数; 
     1950      discount,降价幅度。 
     1951}}} 
     1952 
     1953 
     1954=== 2.8.23 [=#point2823 优惠详情]=== 
     1955{{{ 
     1956 
     1957接口URL: http://mrobot.pcauto.com.cn/v3/price/promotionDetail/{dealerNewsId}?modelId={modelId} 
     1958 
     1959请求参数: 
     1960dealerNewsId:行情id 
     1961modelId:车型id,可选 
     1962night:夜间模式 
     1963 
     1964提交方式:GET 
     1965是否需要登录:否 
     1966返回格式:html  
     1967缓存方式:无 
     1968缓存时间:无 
     1969返回结果:html页面 
     1970}}} 
    18851971= 3. 电脑客户端接口列表 = 
    18861972