Changes between Version 7 and Version 8 of pcauto_4.6.0/interface


Ignore:
Timestamp:
12/23/2014 10:39:55 AM (11 years ago)
Author:
wuhuixuan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_4.6.0/interface

    v7 v8  
    2424=== 3.1 [=#point3.1 找车] === 
    2525=== 3.1.1 [=#point3.1.1 车系车型图片筛选条件] === 
    26 {{{ 
    27  
    28 请求url:http://mrobot.pcauto.com.cn/v2/price/pictureConditions?serialId=7889&modelId=0&colorId=0&typeId=0&v=4.5.0 
    29 后端地址: 
    30 请求方式:GET 
    31 是否需要登录:否 
    32 返回格式:JSON 
    33 缓存方式:接口缓存 
    34 缓存时间:60分钟 
    35 请求参数: 
     26请求url:http://mrobot.pcauto.com.cn/v2/price/pictureConditions?serialId=7889&modelId=0&colorId=0&typeId=0&v=4.5.0[[BR]] 
     27后端地址:[[BR]] 
     28请求方式:GET[[BR]] 
     29是否需要登录:否[[BR]] 
     30返回格式:JSON[[BR]] 
     31缓存方式:接口缓存[[BR]] 
     32缓存时间:60分钟[[BR]] 
     33请求参数:[[BR]] 
    3634||参数名||类型||必须||说明|| 
    3735||serialId||string||必须||车系id|| 
     
    3937||colorId||string||可选||颜色id,查全部颜色的时候不用传|| 
    4038||typeId||string||可选||类型id,查全部类型得时候不用传|| 
    41  
    42  
    4339||v||string||必须||v=4.5.0  4.5版本增加类型细化,颜色值|| 
    44  
    45 返回结果: 
     40[[BR]] 
     41返回结果:[[BR]] 
    4642{ 
    4743colors: [{ 
     
    6662}] 
    6763} 
    68  
    69 }}} 
     64[[BR]] 
    7065=== 3.1.2 [=#point3.1.2 车型综述页] === 
    71 请求url: 
    72 说明: 
    73 客户端4.5版本的请求url:http://mrobot.pcauto.com.cn/v3/price/modelsv45/${modelId}?areaId=1&modelIds=modelIds=28350,32262 
    74 客户端4.6新增一个跳转协议,为了不影响4.5版本使用,4.6需要使用新版本接口 
    75 新增协议如下: 
    76 点击竞争车型协议pcautobrowser://model/30499(车型id) 
     66[[BR]]请求url: 
     67[[BR]]说明: 
     68[[BR]]客户端4.5版本的请求url:http://mrobot.pcauto.com.cn/v3/price/modelsv45/${modelId}?areaId=1&modelIds=modelIds=28350,32262 
     69[[BR]]客户端4.6新增一个跳转协议,为了不影响4.5版本使用,4.6需要使用新版本接口 
     70[[BR]]新增协议如下: 
     71[[BR]]点击竞争车型协议pcautobrowser://model/30499(车型id) 
    7772 
    7873=== 4.1 [=#point4.1 个人中心] ===