Changes between Version 6 and Version 7 of pcauto_BuyAuto_1.2.0


Ignore:
Timestamp:
02/03/2015 02:05:07 PM (11 years ago)
Author:
wuxiaoling
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_BuyAuto_1.2.0

    v6 v7  
    297297||marketId||String||Y||优惠ID|| 
    298298 
    299  
    300  
    301  
    302  
    303  
    304  
    305  
     299=== 2.6 [=#point2.6 车型列表] === 
     300 
     301[[BR]]mrobot请求url:http://mrobot.pcauto.com.cn/v3/price/getModelListBySerialId_v4_v12/{serialGroupId}?pageNo=1&pageSize=20&areaId=1 
     302 
     303[[BR]]现应用接口: 
     304{{{ 
     305http://price.pcauto.com.cn/interface/iphone/atom/price/serial_group_basic_json.jsp?serialGroupId=8670 
     306http://price.pcauto.com.cn/interface/iphone/atom/price/model_list_by_sg_json.jsp?serialGroupId=8670 
     307http://price.pcauto.com.cn/interface/iphone/atom/dealer/model_list_news_price_json.jsp?serialGroupId=8670&rId=1; 
     308}}} 
     309[BR]原mrobot接口:http://mrobot.pcauto.com.cn/v3/price/getModelListBySerialId_v4/8670?pageNo=1&pageSize=20&areaId=1 
     310[[BR]]HTTP请求方式:get 
     311[[BR]]是否需要登录:false 
     312[[BR]]返回格式:json 
     313[[BR]]缓存方式: 
     314[[BR]]缓存时间:60 
     315[[BR]]说明: 
     316[[BR]]请求参数:[[BR]] 
     317||参数名||类型||必须||说明|| 
     318||serialGroupId||String||Y||车型ID|| 
     319||areaId||String||Y||地区ID|| 
     320[BR]返回结果: 
     321{ 
     322    "advantage": "动力输出流畅,后段爆发力足,整体隔音优秀", 
     323    "bbsId": "17365", 
     324    "brand": "奥迪", 
     325    "brandId": "1", 
     326    "disadvatage": "后排腿部空间和头部空间较为局促", 
     327    "displacement": "1.4T 2.0T", 
     328    "gearbox": "手动 双离合", 
     329    "kind": "紧凑型SUV", 
     330    "manufacturer": "一汽奥迪", 
     331    "manufacturerId": "1", 
     332    "photo": "http://img.pconline.com.cn/images/upload/upc/tx/auto5/1410/14/c4/39635392_39635392_1413256391078_120x90.jpg", 
     333    "photoTotal": 2501, 
     334    "photo_400x300": "http://img.pconline.com.cn/images/upload/upc/tx/auto5/1410/14/c4/39635392_39635392_1413256391078_400x300.jpg", 
     335    "priceRange": "24.98~42.88万", 
     336    "sections": [ 
     337        { 
     338            "data": [ 
     339                { 
     340                    "config": "7挡双离合 前置前驱 ", 
     341                    "id": "33293", 
     342                    "introduce": 0, 
     343                    "isNews": "0", 
     344                    "photo": "http://img.pconline.com.cn/images/upload/upc/tx/auto5/1404/28/c15/33660207_1398675582054_120x90.jpg", 
     345                    "price": "28.98", 
     346                    "rjBzzw": 5, 
     347                    "state": "在售", 
     348                    "status": "在售", 
     349                    "title": "2015款 35 TFSI 进取型" 
     350                } 
     351    ], 
     352    "serialGroupName": "奥迪Q3", 
     353    "sgAverageScore": 4.33, 
     354    "shareUrl": "http://price.pcauto.com.cn/sg8670/", 
     355    "structure": "SUV" 
     356} 
     357 
     358 
     359 
     360 
     361 
     362 
     363 
     364