Changes between Version 27 and Version 28 of interface/pcauto_BuyAuto_1.4.0


Ignore:
Timestamp:
12/08/2015 11:22:26 AM (10 years ago)
Author:
zhongjilong_JZ
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • interface/pcauto_BuyAuto_1.4.0

    v27 v28  
    164164    "datas": [ 
    165165        { 
    166             "sid": "3195", 
    167             "keyword": "天籁", 
     166            "serialId": "3195", 
     167            "name": "天籁", 
    168168            "photo": "http://img.pcauto.com.cn/images/upload/upc/tx/auto5/1505/28/c20/7570720_7570720_1432795429921.JPG", 
    169             "kind_name": "中型车", 
     169            "kind": "中型车", 
    170170            "price": "17.78-29.98万" 
    171171        }, 
     
    178178||= status =||= 状态码 =|| string || 是 || 0->成功 || 
    179179||= message =||= 提示信息 =|| string || 是 || 失败返回失败信息 || 
    180 ||= sid =||= 车系id =|| int || 是 || 无 || 
    181 ||= keyword =||= 车系名称 =|| string || 是 || 无 || 
     180||= serialId =||= 车系id =|| int || 是 || 无 || 
     181||= name =||= 车系名称 =|| string || 是 || 无 || 
    182182||= photo =||= 车系图片url =|| string || 是 || 无 || 
    183 ||= kind_name =||= 车系类型 =|| string || 是 || 无 || 
     183||= kind =||= 车系类型 =|| string || 是 || 无 || 
    184184||= price =||= 车系价格 =|| string || 是 || 无 || 
    185185----------