Changes between Version 131 and Version 132 of pcauto_4.0.0/interface


Ignore:
Timestamp:
10/18/2013 10:19:02 AM (13 years ago)
Author:
fuxingfang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_4.0.0/interface

    v131 v132  
    381381=== 2.10 [=#point210 收藏夹信息---车型]=== 
    382382{{{ 
    383      url:http://mrobot.pcauto.com.cn/v3/bbs/getFavoriteModels?pageNo=1&pageSize=20 
     383     url:http://mrobot.pcauto.com.cn/v3/bbs/getCars/1?pageNo=1&pageSize=20 
    384384    作用:收藏夹信息---车型 
    385385    使用范围:汽车网app 
     
    399399    "modelList": [ 
    400400        { 
    401             "id": 259356, 
     401            "id": 259356,//爱车id 
    402402            "image": "http://img.pconline.com.cn/images/upload/upc/tx/auto5/1209/25/c1/14124013_14124013_1348553959703_270x202.jpg", 
    403403            "modelId": 22479, 
    404             "name": "昂科拉ENCORE 2013款 基本型", 
     404            "name": "昂科拉ENCORE 2013款 基本型",//车型名称 
    405405            "price": "20万", 
    406             "serialName": "昂科拉ENCORE" 
     406            "serialName": "昂科拉ENCORE"//车系名称 
    407407        }, 
    408408        { 
     
    434434=== 2.13 [=#point213 获取我的订阅]=== 
    435435{{{ 
    436 url: 
    437        汽车网:待定 
     436    url:http://mrobot.pcauto.com.cn/v3/bbs/getCars/0?pageNo=1&pageSize=20 
    438437    作用:我的订阅 
    439438    使用范围:汽车网app 
     
    450449    返回参数: 
    451450{ 
    452   "pageNo":1, 
    453   "pageSize":20, 
    454   "total":200, 
    455   "serials": [ 
    456       { 
    457         "serialId": 123, 
    458         "name": "鬼知道咩", 
    459         "img":"", 
    460         "price":"$12" 
    461       } 
     451    "pageNo": 1, 
     452    "pageSize": 20, 
     453    "total": 300, 
     454    "serialList": [ 
     455        { 
     456            "id": 259356,//爱车id 
     457            "image": "http://img.pconline.com.cn/images/upload/upc/tx/auto5/1209/25/c1/14124013_14124013_1348553959703_270x202.jpg", 
     458            "serialId": 22479, 
     459            "name": "昂科拉ENCORE",//车系名称 
     460            "price": "20万" 
     461        }, 
     462        { 
     463            "id": 259355, 
     464            "image": "http://img.pconline.com.cn/images/upload/upc/tx/auto5/1212/16/c3/16652316_16652316_1355659836838_270x202.jpg", 
     465            "modelId": 23395, 
     466            "name": "大众Polo", 
     467            "price": "21万" 
     468        } 
    462469    ] 
    463470}