Changes between Version 11 and Version 12 of pcauto_4.1.0/interface


Ignore:
Timestamp:
12/16/2013 01:59:57 PM (12 years ago)
Author:
leijingtang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_4.1.0/interface

    v11 v12  
    206206    ] 
    207207} 
    208  
    209  
    210  
     208}}} 
     209 
     210=== 2.7 [=#point207 默认订阅车系]=== 
     211{{{ 
     212    url:todo 
     213    作用:获取默认订阅车系,在原来的基础上添加广告数据;如果是广告数据则添加对应的计数字段,否则不变。 
     214    使用范围:汽车网app 
     215 
     216    HTTP请求方式:get                          
     217    是否需要登录:否                           
     218    请求参数:none 
     219    设计稿: 
     220    返回参数: 
     221 
     222{ 
     223    "serialList":[ 
     224        { 
     225            "serialId": 3404, 
     226            "serialName": "福克斯", 
     227            "price": "9.98-16.99万", 
     228            "image":"http://img.pconline.com.cn/images/upload/upc/tx/auto5/1307/24/c16/23702964_1374654889218_270x202.jpg" 
     229            "vc-uri":"", 
     230            "cc-uri":"", 
     231            "vc3d-uri":"", 
     232            "cc3d-uri":"" 
     233        } 
     234    ] 
     235} 
    211236}}} 
    212237