Changes between Version 122 and Version 123 of pcauto_4.0.0/interface


Ignore:
Timestamp:
10/17/2013 11:53:09 AM (13 years ago)
Author:
fuxingfang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_4.0.0/interface

    v122 v123  
    727727=== 2.34 [=#point234 车型降价信息]=== 
    728728{{{ 
    729    url: 
     729   url:http://mrobot.pcauto.com.cn/v3/price/getModelfavourableInfoBySerialId?sid=8 
    730730   作用:获取某个车系下在售车型的降价信息 
    731731   使用范围:汽车网app 
    732732   是否需要登录:否 
    733733   http请求方式:get 
    734    请求参数: 
    735          serialId 
    736  
    737     返回参数: 
    738 { 
    739     "models":[ 
     734   请求参数:sid 车系id 
     735 
     736    返回参数: 
     737{ 
     738    "models": [ 
    740739        { 
    741             "img":"http://xxx.jpg", 
    742             "name":"车型名称", 
    743             "city":"经销商城市", 
    744             "dealer":"经销商名字", 
    745             "phone":"14929302910", 
    746             "now-price":"111万", 
    747             "origin-price":"121万" 
     740            "image": "http://img.pconline.com.cn/images/upload/upc/tx/auto5/1211/15/c12/15782432_15782432_1352962046046_500.jpg", 
     741            "modelName": "奥迪TT 2013款 TT Roadster 2.0 45TFSI", 
     742            "city": "广州", 
     743            "dealerName": "广东粤奥", 
     744            "phone": "14929302910", 
     745            "originalPrice": "111万",//降价前的价格 
     746            "nowPrice": "121万"//降价后的价格 
     747        }, 
     748        { 
     749            "image": "http://img.pconline.com.cn/images/upload/upc/tx/auto5/1211/15/c12/15782432_15782432_1352962046046_500.jpg", 
     750            "modelName": "奥迪TT 2013款 TT Roadster 2.0 45TFSI quattro", 
     751            "city": "广州", 
     752            "dealerName": "广东粤奥", 
     753            "phone": "14929302910", 
     754            "originalPrice": "111万",//降价前的价格 
     755            "nowPrice": "121万"//降价后的价格 
    748756        } 
    749757    ]