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


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

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_4.3.0/interface

    v34 v35  
    439439{{{ 
    440440 备注:我的订阅。由于4.3添加了车系收藏功能,收藏功能和订阅功能是两个不同的模块;而原有的订阅功能就是收藏。为了将两者区分开来,需要另外新建订阅管理后台和相关接口。详细查阅原型:http://rdtrac.pc.com.cn/mobile/pototype/khd/v4.3.0/v3/ 
     441 
    441442 请求url:http://127.0.0.1:8081/mrobot-data/pcauto/user/getSubscribeRecords.jsp 
    442443 HTTP请求方式:get 
     
    4624633.正常返回: 
    463464{ 
     465    "code": 0, 
    464466    "total": 5, 
    465467    "resultList": [ 
     
    504506            "price": "14.98-18.38万" 
    505507        } 
    506     ], 
    507     "code": 0 
     508    ] 
    508509} 
    509510}}}