Changes between Version 42 and Version 43 of pcauto_4.5.0/interface


Ignore:
Timestamp:
09/16/2014 05:56:12 PM (12 years ago)
Author:
hejingdong
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_4.5.0/interface

    v42 v43  
    14651465}}} 
    14661466 
     1467=== 2.5.5.3 [=#point2.5.5.3 文章收藏相关] === 
     1468{{{ 
     1469    请求url:http://bip.pcauto.com.cn/intf/article.jsp 
     1470    HTTP请求方式:POST 
     1471    是否需要登录:true 
     1472    返回格式:JSON 
     1473    缓存方式:无 
     1474    缓存时间: 
     1475    说明: 
     1476    请求参数: 
     1477  act :isCollect是否已经收藏该文章,getMyCollection获取自己收藏的文章,delMyCollection取消收藏 
     1478  callback :支持回调函数,=windowname时表示以windowname形式返回 
     1479  windowname :1或true 以windowname形式返回,不传或0或false以json格式返回 
     1480  articleId :文章ID 
     1481  siteId :站点ID(文章属于哪个网站) 
     1482  pageNo :页号(不传默认为1) 
     1483  pageSize :每页显示多少条数据(不传默认为20,最小值为1,最大值为100) 
     1484    返回结果: 
     1485------------- 
     1486  {"code":-1,"message":"登录后才能操作!"} 
     1487  {"code":1,"message":"该文章已被该用户收藏"} 
     1488  {"code":2,"message":"该文章未被该用户收藏"} 
     1489------------- 
     1490  {"code":-1,"message":"登录后才能操作!"} 
     1491------------- 
     1492  {"code":0,"message":"删除收藏文章成功!"} 
     1493  {"code":-1,"message":"删除收藏文章失败!"} 
     1494  如果未登录: 
     1495  {"code":-1,"message":"登录后才能操作!"} 
     1496}}} 
     1497 
    14671498 
    14681499=== 2.6.0 [=#point2.6.0 降价列表] ===