Changes between Version 16 and Version 17 of pcauto_pconline_3.3.0/web-intf


Ignore:
Timestamp:
11/19/2012 12:07:43 PM (13 years ago)
Author:
daiyuwen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_pconline_3.3.0/web-intf

    v16 v17  
    209209 
    210210===  2.9 [=#point209 车系终端页车型列表数据只展示在售车型和停产在售车型(汽车)] ===  
     211{{{ 
     212请求方式get 
     213请求参数: 
     214  SerialId 车系id 
     215 
     216   不显示停产车型 
     217url: 
     218    http://mrobot.pcauto.com.cn/v3/price/getModelListBySerialId/{serialId} 
     219范例 
     220   http://mrobot.pcauto.com.cn/v3/price/getModelListBySerialId/234 
     221 
     222返回: 
     223 
     224 
     225{ 
     226    "brandId":20, 
     227    "serialGroupName":"宝马(进口)", 
     228    "bbsId":"17448", 
     229    "photo":"http://img.pconline.com.cn/images/upload/upc/tx/auto5/1206/24/c9/12108937_12108937_1340536858000_120x90.jpg", 
     230    "kind":"SUV", 
     231    "priceRange":"123~125万", 
     232    "modelTotal":"5", 
     233    "advantage":"好啊好", 
     234    "disadvatage":"衰啊衰", 
     235    "data":[ 
     236        { 
     237            "id":"14782", 
     238            "title":"宝马X5 2011款 xDrive35i 豪华型", 
     239            "price":"100500", 
     240            "photo":"http://img.pconline.com.cn/images/upload/upc/tx/auto5/1206/24/c9/12108937_12108937_1340536858000_120x90.jpg", 
     241            "status":"在售" 
     242        }, 
     243        { 
     244            "id":"17365", 
     245            "title":"宝马X5 2011款 xDrive35i M运动型", 
     246            "price":"1049000", 
     247            "photo":"http://img.pconline.com.cn/images/upload/upc/tx/auto5/1206/24/c9/12108937_12108937_1340536858000_120x90.jpg", 
     248            "status":"停产" 
     249        } 
     250    ] 
     251} 
     252 
     253 
     254brandId 品牌ID 
     255bbsId 对应论坛id 
     256photo 图片链接 
     257kind 级别 
     258priceRange官方报价 
     259modelTotal 车型总数 
     260advantage 优点 
     261disadvantage缺点 
     262        id 车型id 
     263        title 车型名称 
     264        price 报价 
     265        status 在售 停产等 
     266}}} 
     267 
    211268 
    212269===  2.10 [=#point210 车型库对比结果页对比逻辑修改(汽车) ] ===