Changes between Version 36 and Version 37 of pcauto_4.0.0/interface


Ignore:
Timestamp:
10/08/2013 06:15:20 PM (13 years ago)
Author:
huangwenxi
Comment:

接口整理

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_4.0.0/interface

    v36 v37  
    577577 
    578578}}} 
     579=== 2.24 [=#point2024 车型库首页品牌列表]=== 
     580{{{ 
     581   url: 
     582   备注:在原接口(http://mrobot.pcauto.com.cn/v2/price/brands/)基础上更改 
     583   作用:获取车型库品牌列表 
     584   使用范围:汽车网app 
     585   http请求方式:get 
     586   是否需要登录:否 
     587   请求参数:无 
     588   返回参数: 
     589   在原接口基础上加上字段hot,hot字段结构如下: 
     590   "hot":{ 
     591      "id":1, 
     592      "logo":"", 
     593      "name":"" 
     594   } 
     595}}} 
     596=== 2.25 [=#point2025 精准选车条件]=== 
     597{{{ 
     598   url: 
     599   备注:在原条件接口(http://mrobot.pcauto.com.cn/v3/price/models/criterionv36/)基础上更改 
     600   作用:获取选车条件 
     601   使用范围:汽车网app 
     602   http请求方式:get 
     603   是否需要登录:否 
     604   请求参数:无 
     605   返回参数: 
     606   1)在原接口返回数据加入变速箱条件 
     607   2)所有条件加入“不限”选项 
     608}}}