Changes between Version 106 and Version 107 of pcauto_4.0.0/interface


Ignore:
Timestamp:
10/16/2013 09:29:10 AM (13 years ago)
Author:
fuxingfang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_4.0.0/interface

    v106 v107  
    805805url: 
    806806       汽车网:待定 
    807     作用:编辑订阅列表 
     807    作用:车型库首页热门车系 
    808808    使用范围:汽车网app 
    809809 
     
    812812    设计稿:http://192.168.50.175/work/201309/pcauto4.0/chexing/zhaoche.html 
    813813    请求参数:none 
    814     返回参数:参照接口 http://mrobot.pcauto.com.cn/v3/price/getSerialListByBrandId/1的格式 
     814    返回参数: 
     815               { 
     816                 "manufacturers":[ 
     817                   { 
     818                      "name":"热门车系", 
     819                      "serials":[ 
     820                                                { 
     821                                                id: 9550, 
     822                                                name: "奥迪A3", 
     823                                                kind: "紧凑型车", 
     824                                                priceRange: "null", 
     825                                                photo: "http://www1.pcauto.com.cn/piclib/20000/nEO_IMG_9550.jpg", 
     826                                                count: 0 
     827                                                }, 
     828                                                { 
     829                                                id: 8670, 
     830                                                name: "奥迪Q3", 
     831                                                kind: "中型SUV", 
     832                                                priceRange: "28.5~42.88 万", 
     833                                                photo: "http://www1.pcauto.com.cn/piclib/20000/nEO_IMG_8670.jpg", 
     834                                                count: 6 
     835                                                } 
     836                      ] 
     837                   } 
     838                 ] 
     839               } 
    815840 
    816841}}}