Changes between Version 257 and Version 258 of pcauto_4.0.0/interface


Ignore:
Timestamp:
11/08/2013 10:51:29 AM (12 years ago)
Author:
yangmengjun
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_4.0.0/interface

    v257 v258  
    908908方法:GET 
    909909参数:与modelsv36相同 
    910 备注:由同一车系下的车型可能会很多,因此只加了当前车型的html_meta数据;在原来的基础上添加一个数组,数组元素为同车系的其他在售车型,格式如: 
     910备注:在原来的基础上添加一个数组,数组元素为同车系的其他在售车型,格式如: 
    911911{ 
    912912    models:[ 
    913913        { 
    914914            "id":123,            // 车型id 
    915             "name":"阿"        // 车型名称 
     915            "title":"阿"        // 车型名称 
    916916        } 
    917917    ] 
     
    931931原型图:http://rdtrac.pc.com.cn/mobile/pototype/khd/v4.0.0/iOS-v6/start.html#p=6_8user_comments[[BR]] 
    932932url:http://mrobot.pcauto.com.cn/v3/price/commentDetail/19799 
    933 备注:由同一车系下的车型可能会很多,因此只加了当前车型的html_meta数据;在原来的基础上添加一个数组,数组元素为同车系的其他在售车型,格式如: 
     933备注:在原来的基础上添加一个数组,数组元素为同车系的其他在售车型,格式如: 
    934934{ 
    935935    models:[ 
    936936        { 
    937937            "id":123,            // 车型id 
    938             "name":"阿"        // 车型名称 
     938            "title":"阿"        // 车型名称 
    939939        } 
    940940    ] 
     
    11581158            2,点击车主点评,pcautobrowser://chezhudianping/${serialId} 
    11591159            3,点击询底价,pcaction://pcauto-ask4price/?modelId=${}&modelName=${} 
    1160             4,点击添加对比,pcaction://compare/${modelId},同时改变该按钮的状态 
    1161             5,点击取消对比,pcaction://decompare/,同时改变该按钮的状态 
     1160            4,点击添加对比,pcaction://compare/?modelId=${modelId},同时改变该按钮的状态 
     1161            5,点击取消对比,pcaction://decompare/?modelId=${modelId},同时改变该按钮的状态 
    11621162            6,点击单元格,pcautobrowser://model/${modelId}?photo=&vendorPirce=&kind=&name= 
    11631163}}}