Changes between Version 13 and Version 14 of pcauto_4.4.0/interface


Ignore:
Timestamp:
07/21/2014 02:08:15 PM (12 years ago)
Author:
fuxingfang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_4.4.0/interface

    v13 v14  
    2424{{{ 
    2525 备注:此接口返回若干个小编精选推荐车系,客户端自动筛选4个用以显示 
    26  请求url: 
    27  HTTP请求方式:get 
    28  是否需要登录:是 
    29  返回格式:json 
    30  缓存方式:无 
    31  缓存时间:无 
    32  请求参数: 
    33  
    34 1.正常返回: 
    35 { 
    36   "code": 0, 
    37   "total": 40, 
    38   "ads": [ 
     26 请求url:http://mrobot.pcauto.com.cn/configs/pcauto_editor_picked_recommend 
     27 HTTP请求方式:get 
     28 是否需要登录:是 
     29 返回格式:json 
     30 缓存方式:无 
     31 缓存时间:无 
     32 请求参数:无 
     33 说明:ads为广告,list为常规数据 
     34 
     35{ 
     36    "ads": [ 
    3937        { 
    4038            "image": "http://img.pconline.com.cn/images/upload/upc/tx/auto5/1308/13/c9/24440713_1376387144385_270x202.jpg", 
    4139            "serialId": 354, 
    4240            "serialName": "马自达6", 
    43           "price": "12.98-15.98万" 
     41            "price": "12.98-15.98万" 
    4442        } 
    4543    ], 
    46   "list":[ 
    47         { 
    48           "image": "http://img.pconline.com.cn/images/upload/upc/tx/auto5/1308/13/c9/24440713_1376387144385_270x202.jpg", 
    49           "serialId": 354, 
    50           "serialName": "马自达6", 
    51           "price": "12.98-15.98万" 
    52         } 
    53   ] 
     44    "list": [ 
     45        { 
     46            "image": "http://img.pconline.com.cn/images/upload/upc/tx/auto5/1307/24/c16/23702964_1374654889218_270x202.jpg", 
     47            "serialId": 3404, 
     48            "serialName": "福克斯", 
     49            "price": "9.98-16.99万" 
     50        }, 
     51        { 
     52            "image": "http://img.pconline.com.cn/images/upload/upc/tx/auto5/1307/16/c13/23389440_1373956410390_270x202.jpg", 
     53            "serialId": 9306, 
     54            "serialName": "马自达CX-5", 
     55            "price": "16.98-25.28万" 
     56        }, 
     57        { 
     58            "image": "http://img.pconline.com.cn/images/upload/upc/tx/auto5/1202/28/c3/10633808_10633808_1330395935562_270x202.jpg", 
     59            "serialId": 3344, 
     60            "serialName": "劳恩斯", 
     61            "price": "39.8-58.8万" 
     62        } 
     63    ] 
    5464} 
    5565}}}