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


Ignore:
Timestamp:
04/21/2014 11:13:53 AM (12 years ago)
Author:
leijingtang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_4.3.0/interface

    v32 v33  
    535535         "msg":""} 
    536536}}} 
     537 
     538=== 2.21 [=#point221 判断车系或者车型是否已经收藏]=== 
     539{{{ 
     540 备注: 
     541 请求URL: 
     542 
     543 HTTP请求方式:get 
     544 是否需要登录:是 
     545 返回格式:json 
     546 缓存方式:无 
     547 缓存时间:无 
     548 请求参数: 
     549 
     550modelId  // 车型id 
     551serialId // 车系id 
     552common_session_id 
     553 
     554 返回参数: 
     555        如果已经登陆并且车系或者车型已经收藏,返回收藏id,否则返回-1 
     556}}}