Changes between Version 4 and Version 5 of interface/pcauto_BuyAuto_1.4.0


Ignore:
Timestamp:
12/07/2015 06:03:04 PM (10 years ago)
Author:
wuxiaoling
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • interface/pcauto_BuyAuto_1.4.0

    v4 v5  
    9595**参数** 
    9696具体传参由后端制定,车系级别对应id由后端给到,拿到的数据由mrobot过滤。另最低价字段需要再单独请求处理 
    97  
     97||= 参数名 =||= 参数含义 =||类型||是否必须|| 默认值|| 
     98||type||类别||int||是||1|| 
     99||pageNo||第几页||int||是||1|| 
     100||pageSize||显示条数||int||是||20|| 
     101||year||年||int||否||无|| 
     102||month||月||int||否||无|| 
    98103 
    99104**返回** 
    100  { 
    101             "isNew": "0", 
    102             "photo": "http://img0.pcauto.com.cn/pcauto/price/000075962/000076002/1502/40067270_40067270_1414118778618_270x202.jpg", 
    103             "price": “最低价”//此处不改,mrobot增加一个字段取字低值,为以上一个版本相兼容 
    104             "sellStatus": "3", 
    105             "serialGroupId": "100", 
    106             "serialGroupName": "新桑塔纳" 
    107 “销售数量”:”123412” 
    108         }, 
    109  
     105{{{ 
     106{ 
     107    "title": "SUV", 
     108    "serials": [ 
     109        { 
     110            "total": 10229, //销售数量  
     111            "smallPhoto": "http://img.pconline.com.cn/images/upload/upc/tx/auto5/1305/23/c7/21219427_1369289985326_400x300.jpg",//小图 
     112            "photo": "http://img.pconline.com.cn/images/upload/upc/tx/auto5/1305/23/c7/21219427_1369289985326.jpg",//大图 
     113            "brandId": 949,//品牌id 
     114            "brandName": "东风风行",//品牌名称  
     115            "price": "-",//最低价格,无最低价格时用-表示 
     116            "photo_350x260": "http://img.pconline.com.cn/images/upload/upc/tx/auto5/1305/23/c7/21219427_1369289985326_350x260.jpg",//与原接口的photo字段尺寸一致 
     117            "serialGroupId": 7682,//车系id 
     118            "serialGroupName": "景逸SUV" //车系名称 
     119        } 
     120} 
     121}}} 
    110122 
    111123----------