Changes between Version 37 and Version 38 of pcauto_4.4.0/interface


Ignore:
Timestamp:
08/05/2014 10:23:08 AM (12 years ago)
Author:
fuxingfang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_4.4.0/interface

    v37 v38  
    753753{{{ 
    754754 备注:判断车系是否已经收藏 
    755  请求URL: 
    756  HTTP请求方式:post 
    757  是否需要登录:是 
    758  返回格式:json 
    759  缓存方式:无 
    760  缓存时间:无 
    761  请求参数: 
    762         common_session_id:用户登陆后获得的认证id 
    763         sid:车系id 
    764  返回参数:如果已经登陆并且已经收藏,返回收藏id,否则返回-1 
     755 请求URL:http://my.pcauto.com.cn/intf/isCarCollect.jsp 
     756 HTTP请求方式:post 
     757 是否需要登录:是 
     758 返回格式:json 
     759 缓存方式:无 
     760 缓存时间:无 
     761 请求参数: 
     762        common_session_id:用户登陆后获得的认证id 
     763        seriesId:车系id 
     764 
     765 返回参数: 
     766{"code":-2,"message":"用户没登陆"} 
     767{"code":-1,"message":"缺少参数"} 
     768{"code":0,"message":"已收藏"} 
     769{"code"1,"message":"没有收藏该车型"} 
     770{"code":2,"message":"没有收藏该车系"} 
     771 
    765772}}} 
    766773 
     
    769776{{{ 
    770777 备注:判断车型是否已经收藏 
    771  请求URL: 
    772  HTTP请求方式:post 
    773  是否需要登录:是 
    774  返回格式:json 
    775  缓存方式:无 
    776  缓存时间:无 
    777  请求参数: 
    778         common_session_id:用户登陆后获得的认证id 
    779         mid:车型id 
    780  返回参数:如果已经登陆并且已经收藏,返回收藏id,否则返回-1 
     778 请求URL:http://my.pcauto.com.cn/intf/isCarCollect.jsp 
     779 HTTP请求方式:post 
     780 是否需要登录:是 
     781 返回格式:json 
     782 缓存方式:无 
     783 缓存时间:无 
     784 请求参数: 
     785        common_session_id:用户登陆后获得的认证id 
     786        modelId:车型id 
     787 
     788 返回参数: 
     789{"code":-2,"message":"用户没登陆"} 
     790{"code":-1,"message":"缺少参数"} 
     791{"code":0,"message":"已收藏"} 
     792{"code"1,"message":"没有收藏该车型"} 
     793{"code":2,"message":"没有收藏该车系"} 
     794 
    781795}}} 
    782796