Changes between Version 43 and Version 44 of pcauto_BuyAuto_1.3.0


Ignore:
Timestamp:
06/10/2015 02:22:46 PM (11 years ago)
Author:
wuxiaoling
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_BuyAuto_1.3.0

    v43 v44  
    584584||chId||设备类型||int||1||否|| 
    585585||referer||备注||int||1||否|| 
     586 
     587== 10.车型综述== 
     588 
     589[[BR]]mrobot请求url:{{{http://mrobot.pcauto.com.cn/xsp/s/auto/buy/v1.3/model.xsp?modelId=3462&v=1.1.0&areaId=2&isCompared=0&isSubscribed=0}}} 
     590 
     591[[BR]]现应用接口: 
     592{{{ 
     593http://price.pcauto.com.cn/interface/iphone/atom/price/model_overview.jsp?mid=34626 车型基本信息 
     594http://price.pcauto.com.cn/interface/iphone/atom/price/model_params.jsp?mid=34626 参数信息 
     595http://price.pcauto.com.cn/interface/iphone/atom/price/model_calculator_basic_json.jsp?mIds=34626 基础数据如排量等 
     596http://price.pcauto.com.cn/interface/iphone/dealer_page_list_json.jsp?modelId="+modelId+"&rId="+areaId+"&pageNo=1&pageSize=1000 经销商信息 
     597http://price.pcauto.com.cn/interface/iphone/get_lower_modelPrice.jsp?mid=" + modelId + "&rid=" + areaId 车型本地最低价 
     598http://mall.pcauto.com.cn/autoMall/interface/auto_mall_gct_list_by_sg_json.jsp?regionId=1&serialId=4313车系下是否有团购信息 
     599}}} 
     600[BR]原mrobot接口:{{{http://mrobot.pcauto.com.cn/buy/price/model/34626?pageSize=20&pageNo=1;}}} 
     601[[BR]]HTTP请求方式:get 
     602[[BR]]是否需要登录:false 
     603[[BR]]返回格式:html 
     604[[BR]]缓存方式: 
     605[[BR]]缓存时间:60 
     606[[BR]]说明: 
     607[[BR]]请求参数:[[BR]] 
     608||参数名||类型||必须||说明|| 
     609||areaId||int||N||地区ID|| 
     610||modelId||int||N||车型ID|| 
     611||v||string||N||版本号|| 
     612||isCompared||int||N||是否已比较|| 
     613||isSubscribed||int||N||是否已订阅|| 
     614 
     615