Changes between Version 1 and Version 2 of interface/pcauto_BuyAuto_1.5.0


Ignore:
Timestamp:
12/30/2015 03:58:47 PM (10 years ago)
Author:
zhongjilong_JZ
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • interface/pcauto_BuyAuto_1.5.0

    v1 v2  
    5656 
    5757=== 1.2经销商主页 === 
     58**MROBOT接口** 
     59url: http://mrobot.pcauto.com.cn/xsp/s/auto/buy/v1.5/dealersDetailv.xsp?dealerId=18545 
    5860[[BR]] 
    59  需要后端提供web的url 
    60 **请求参数** 
    61 ||=  经销商id =|| 
    62  
    63 需要拨打电话的协议 
    64    点击进入在售车系的协议 
    65    点击进入促销优惠的协议 
    66    点击进入预约试驾的协议 
    67    点击地图的协议       
    68    点击在售车系的协议 
     61**后端接口** 
     62url: http://price.pcauto.com.cn/dealer/interface/app/dealer_info_json.jsp?dealerId=18545&type=1   获取经销商信息[[BR]] 
     63url: http://price.pcauto.com.cn/dealer/interface/app/dealer_serialgroup_json.jsp?dealerId=18545&pageSize=50&pageNo=1  获取经销商在售车系[[BR]] 
     64url: http://price.pcauto.com.cn/interface/iphone/dealer_news_message.jsp?dealerId=18545&pageSize=50&pageNo=1  获取经销商促销优惠[[BR]] 
     65**请求参数** 
     66||参数名||类型||必须||说明|| 
     67||dealerId||int||是||无|| 
     68[[BR]] 
     69**相关协议** 
     70{{{#!java 
     71  经销商简介:暂无 
     72  400电话咨询:pcaction://webview_tel/{{phone}}?name={{dealerName}} 
     73  查看地图:pcautobuy://dealer-map/?jing={{lng}}&wei={{lat}}&dealerName={{dealerName}}&dealerAddress={{address}} 
     74  预约试驾:暂无 
     75  促销优惠:暂无 
     76  询底价:pcautobuy://auto-ask-price/?dealerId={{dealerId}}&isMain=0 
     77  在售车系:暂无 
     78}}} 
    6979 
    7080=== 1.3经销商简介 ===