Changes between Version 17 and Version 18 of interface/pcauto_BuyAuto_1.4.0


Ignore:
Timestamp:
12/08/2015 09:45:32 AM (10 years ago)
Author:
caozhaoyuan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • interface/pcauto_BuyAuto_1.4.0

    v17 v18  
    99---------- 
    1010 
    11 === 1.1首页焦点图 === 
     11=== 1.1首页焦点图/品牌数据接口 === 
    1212>mrobot地址:[[BR]] 
    1313 
     
    1515**说明** 
    1616 
    17 > 首页banner接口 
     17> 返回首页焦点图/热门品牌数据 
    1818 
    1919**缓存时间** 
     
    3333>CMS 
    3434 
    35 **参数** 
     35**请求参数** 
    3636type:1专题、2优惠tab列表、3优惠指定详情、4团购列表、5团购指定详情 
    3737 
     
    4040{{{#!java 
    4141{ 
    42     "status": 0, 
    43     "message": "操作成功", 
    44     "datas": [ 
     42    "state": 0, 
     43    "message": "成功", 
     44    "banner": [ 
    4545        { 
    46             "title": "详情页标题", 
    47             "id": "指定详情页id", 
    48             "type": 类型, 
    49             "img": "图片地址", 
    50             "url": "指定详情页URL" 
    51         }, 
    52     ], 
    53 "hotdatas": [ 
    54         { 
    55             "品牌id" 
    56             "品牌名称":  
    57             "品牌图片地址":              
    58         }, 
     46            "title": "广州专享,买车就送大礼,厚惠无期", 
     47            "areaId": "1", 
     48            "link": "http://app.pcauto.com.cn/bjkclient/", 
     49            "picUrl": "http://img0.pcautost3.png", 
     50            "type": "1" 
     51        } 
     52    ], 
     53    "brand": [ 
     54        1, 
     55        20 
    5956    ] 
    60     
    6157} 
    6258}}}