Changes between Version 65 and Version 66 of WikiStart/web-intf


Ignore:
Timestamp:
10/16/2012 05:57:59 PM (14 years ago)
Author:
yeweixian
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart/web-intf

    v65 v66  
    741741content: 评论内容 
    742742 
    743 == 18.猜你喜欢 == 
     743== 18.获取浏览记录 == 
     744原型http://trac.pc.com.cn/mobile/pototype/ideas/youjiapin/req1.0.1/ [[BR]] 
     745 
     746URL:[[BR]] 
     747 
     748 
     749请求方式:GET[[BR]] 
     750 
     751是否需要登录:是[[BR]] 
     752 
     753功能说明:获取用户浏览过的产品信息[[BR]] 
     754 
     755提交参数:[[BR]] 
     756 
     757{{{ 
     758session:common_session_id 
     759}}} 
     760 
     761返回参数:[[BR]] 
     762{{{ 
     763{ 
     764    userId: 1, 
     765    userName: "aaaaaaaaa", 
     766    products: [ 
     767        { 
     768            id: 5, 
     769            name: "包邮宜家田园草编藤编抽柜床头柜简约地柜储物柜收纳柜斗柜带里衬", 
     770            src: "http://XXX", 
     771            link: "http://XXX", 
     772            vTime: XXXX-XX-XX, 
     773            tTime: 2152450 
     774        }, 
     775        { 
     776            id: 6, 
     777            name: "包邮宜家田园草编藤编抽柜床头柜简约地柜储物柜收纳柜斗柜带里衬", 
     778            src: "http://XXX", 
     779            link: "http://XXX", 
     780            vTime: XXXX-XX-XX, 
     781            tTime: 2152450 
     782        } 
     783    ] 
     784} 
     785}}} 
     786 
     787== 19.猜你喜欢 == 
    744788猜你喜欢直接使用接口:4.搜索接口(搜索结果跟猜你喜欢的返回参数一样) 
    745789该搜索接口已经兼容。