Changes between Version 174 and Version 175 of pcauto_4.0.0/interface


Ignore:
Timestamp:
10/30/2013 10:44:44 AM (12 years ago)
Author:
fuxingfang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_4.0.0/interface

    v174 v175  
    461461=== 2.11 [=#point211 添加收藏]=== 
    462462{{{ 
     463    1.添加收藏的帖子 
     464    2.添加收藏的车型 
     465    3.添加收藏的文章: 
     466     url:http://my.pcauto.com.cn/intf/FavorArticle.jsp?act=addFavorarticle 
     467     请求参数: 
     468             common_session_id:用户登陆后获得的认证id 
     469             favorArticleId:文章id,如果要批量删除,id参数的拼接方式为,favorArticleId=xxxxx,xxxxx 
     470 
    463471设计稿:http://192.168.50.213/2013.09/pcauto_4.0/auto_collect.html 
    464 参考http://trac.pc.com.cn/iphone/wiki/pcauto_pconline_4.0.0/intf#point207 
    465472备注:添加文章收藏功能;解除车型收藏的数量限制。 
    466473}}} 
     
    475482   2.删除收藏的车型: 
    476483   3.删除收藏的文章: 
     484     url:http://my.pcauto.com.cn/intf/FavorArticle.jsp?act=delFavorarticle 
     485     请求参数: 
     486             common_session_id:用户登陆后获得的认证id 
     487             favorArticleId:文章id,如果要批量删除,id参数的拼接方式为,favorArticleId=xxxxx,xxxxx 
    477488  
    478489设计稿:http://192.168.50.213/2013.09/pcauto_4.0/auto_collect.html