Changes between Version 9 and Version 10 of pcauto_4.3.0/interface


Ignore:
Timestamp:
04/11/2014 10:34:58 AM (12 years ago)
Author:
leijingtang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_4.3.0/interface

    v9 v10  
    2424=== 2.1 [=#point201 降价列表]=== 
    2525{{{ 
    26 修改昵称 
     26 
    2727接口URL: 
    2828 
     
    6666=== 2.2 [=#point202 优惠详情]=== 
    6767{{{ 
    68 修改昵称 
     68 
    6969接口URL: 
    7070 
     
    9090=== 2.3 [=#point203 经销商详情]=== 
    9191{{{ 
    92 修改昵称 
     92 
    9393接口URL:http://mrobot.pcauto.com.cn/v3/price/dealersDetailv40?areaId=1&modelId=29355&seq=308290002&modelName=%E6%9C%97%E9%80%B8+2014%E6%AC%BE+1.4TSI+DSG+%E8%93%9D%E9%A9%B1%E7%89%88&modelId2=29355 
    9494 
     
    151151 
    152152}}} 
     153 
     154 
     155=== 2.5 [=#point205 根据品牌id获取车系列表]=== 
     156{{{ 
     157 
     158接口URL:http://mrobot.pcauto.com.cn/v3/price/getSerialListByBrandId/1 
     159 
     160请求参数 
     161不变 
     162 
     163 
     164提交方式:GET 
     165是否需要登录:否 
     166返回格式:json  
     167缓存方式:无 
     168缓存时间:无 
     169设计稿:todo 
     170返回结果: 
     171 在原来的基础上增加一个isNew的字段,表示这款车系是不是新车 
     172{ 
     173    "manufacturers":[ 
     174        { 
     175            "brandIntroduction":"http://price.pcauto.com.cn/qcbk/ppgs/AlfaRomeo/1208/2068699.html", 
     176            "brandName":"阿尔法罗密欧", 
     177            "name":"阿尔法罗密欧", 
     178            "serials":[ 
     179                { 
     180                    "count":0, 
     181                    "id":9190, 
     182                    "kind":"跑车", 
     183                    "name":"ALFA Gloria", 
     184                    "photo":"http://www1.pcauto.com.cn/piclib/20000/nEO_IMG_9190.jpg", 
     185                    "priceRange":"null", 
     186                    "isNew":1 
     187                } 
     188            ] 
     189        } 
     190    ] 
     191} 
     192 
     193 
     194}}}