Changes between Version 24 and Version 25 of pcauto_4.4.0/interface


Ignore:
Timestamp:
07/23/2014 12:17:09 PM (12 years ago)
Author:
fuxingfang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_4.4.0/interface

    v24 v25  
    803803{{{ 
    804804 备注:添加收藏的文章 
    805  请求URL:http://my.pcauto.com.cn/intf/FavorArticle.jsp?act=addFavorarticle 
    806  HTTP请求方式:post 
    807  是否需要登录:是 
    808  返回格式:json 
    809  缓存方式:无 
    810  缓存时间:无 
    811  请求参数: 
    812         common_session_id:用户登陆后获得的认证id 
    813         favorArticleId:文章id,如果要批量添加,id参数的拼接方式为,favorArticleId=xxxxx,xxxxx 
     805 请求URL:http://bip.pcauto.com.cn/intf/article.jsp?act=addArtCollect&siteId=2 
     806 HTTP请求方式:post 
     807 是否需要登录:是 
     808 返回格式:json 
     809 缓存方式:无 
     810 缓存时间:无 
     811 请求参数: 
     812        common_session_id:用户登陆后获得的认证id 
     813        articleId:文章id,不支持批量 
    814814}}} 
    815815 
     
    846846{{{ 
    847847 备注:删除收藏的文章 
    848  请求URL:http://my.pcauto.com.cn/intf/FavorArticle.jsp?act=delFavorarticle 
    849  HTTP请求方式:post 
    850  是否需要登录:是 
    851  返回格式:json 
    852  缓存方式:无 
    853  缓存时间:无 
    854  请求参数: 
    855         common_session_id:用户登陆后获得的认证id 
    856         favorArticleId:文章id,如果要删除添加,id参数的拼接方式为,favorArticleId=xxxxx,xxxxx 
     848 请求URL:http://bip.pcauto.com.cn/intf/article.jsp?act=delMyCollection&siteId=2 
     849 HTTP请求方式:post 
     850 是否需要登录:是 
     851 返回格式:json 
     852 缓存方式:无 
     853 缓存时间:无 
     854 请求参数: 
     855        common_session_id:用户登陆后获得的认证id 
     856        articleId:文章id,不支持批量 
    857857}}} 
    858858