| 59 | | 需要后端提供web的url |
| 60 | | **请求参数** |
| 61 | | ||= 经销商id =|| |
| 62 | | |
| 63 | | 需要拨打电话的协议 |
| 64 | | 点击进入在售车系的协议 |
| 65 | | 点击进入促销优惠的协议 |
| 66 | | 点击进入预约试驾的协议 |
| 67 | | 点击地图的协议 |
| 68 | | 点击在售车系的协议 |
| | 61 | **后端接口** |
| | 62 | url: http://price.pcauto.com.cn/dealer/interface/app/dealer_info_json.jsp?dealerId=18545&type=1 获取经销商信息[[BR]] |
| | 63 | url: http://price.pcauto.com.cn/dealer/interface/app/dealer_serialgroup_json.jsp?dealerId=18545&pageSize=50&pageNo=1 获取经销商在售车系[[BR]] |
| | 64 | url: 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 | }}} |