Changes between Version 33 and Version 34 of pcauto_4.3.0/interface


Ignore:
Timestamp:
04/21/2014 04:23:53 PM (12 years ago)
Author:
fuxingfang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_4.3.0/interface

    v33 v34  
    439439{{{ 
    440440 备注:我的订阅。由于4.3添加了车系收藏功能,收藏功能和订阅功能是两个不同的模块;而原有的订阅功能就是收藏。为了将两者区分开来,需要另外新建订阅管理后台和相关接口。详细查阅原型:http://rdtrac.pc.com.cn/mobile/pototype/khd/v4.3.0/v3/ 
    441 请求url: 
     441 请求url:http://127.0.0.1:8081/mrobot-data/pcauto/user/getSubscribeRecords.jsp 
    442442 HTTP请求方式:get 
    443443 是否需要登录:是 
     
    446446 缓存时间:无 
    447447 请求参数: 
    448         common_session_id:用户登陆后获得的认证id 
     448        common_session_id:用户登陆后获得的认证id,请求接口时放cookie中或作为url参数 
    449449 返回结果: 
    450 和http://mrobot.pcauto.com.cn/v3/bbs/getCars?type=1&pageNo=1&pageSize=1000一样 
     4501.未登录: 
     451{ 
     452    "code": -1, 
     453    "message": "用户未登陆" 
     454} 
     455 
     4562.程序出错: 
     457{ 
     458    "code": -3, 
     459    "message": "程序异常" 
     460} 
     461 
     4623.正常返回: 
     463{ 
     464    "total": 5, 
     465    "resultList": [ 
     466        { 
     467            "id": 1, 
     468            "userId": 24286812, 
     469            "image": "http://img.pconline.com.cn/images/upload/upc/tx/auto5/1307/24/c16/23702964_1374654889218_270x202.jpg", 
     470            "serialId": 3404, 
     471            "serialName": "福克斯", 
     472            "price": "9.98-16.99万" 
     473        }, 
     474        { 
     475            "id": 2, 
     476            "userId": 24286812, 
     477            "image": "http://img.pconline.com.cn/images/upload/upc/tx/auto5/1308/13/c9/24440713_1376387144385_270x202.jpg", 
     478            "serialId": 354, 
     479            "serialName": "马自达6", 
     480            "price": "12.98-15.98万" 
     481        }, 
     482        { 
     483            "id": 3, 
     484            "userId": 24286812, 
     485            "image": "http://img.pconline.com.cn/images/upload/upc/tx/auto5/1307/16/c13/23389440_1373956410390_270x202.jpg", 
     486            "serialId": 9306, 
     487            "serialName": "马自达CX-5", 
     488            "price": "16.98-25.28万" 
     489        }, 
     490        { 
     491            "id": 4, 
     492            "userId": 24286812, 
     493            "image": "http://img.pconline.com.cn/images/upload/upc/tx/auto5/1202/28/c3/10633808_10633808_1330395935562_270x202.jpg", 
     494            "serialId": 3344, 
     495            "serialName": "劳恩斯", 
     496            "price": "39.8-58.8万" 
     497        }, 
     498        { 
     499            "id": 5, 
     500            "userId": 24286812, 
     501            "image": "http://img.pconline.com.cn/images/upload/upc/tx/auto5/1311/18/c4/28751120_1384764398437_270x202.jpg", 
     502            "serialId": 9322, 
     503            "serialName": "杰德", 
     504            "price": "14.98-18.38万" 
     505        } 
     506    ], 
     507    "code": 0 
     508} 
    451509}}} 
    452510