Changes between Version 69 and Version 70 of WikiStart/web-intf


Ignore:
Timestamp:
10/17/2012 09:36:13 AM (14 years ago)
Author:
yeweixian
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart/web-intf

    v69 v70  
    815815tTime: 停留时间[[BR]] 
    816816 
    817 == 19.猜你喜欢 == 
     817== 19.获取测试记录 == 
     818原型http://trac.pc.com.cn/mobile/pototype/ideas/youjiapin/req1.0.1/ [[BR]] 
     819 
     820URL:http://youpin.pchouse.com.cn/jsp/intf/user_testrecord.jsp          [[BR]] 
     821 
     822 
     823请求方式:GET[[BR]] 
     824 
     825是否需要登录:是[[BR]] 
     826 
     827功能说明:获取用户测试信息[[BR]] 
     828 
     829提交参数:[[BR]] 
     830 
     831{{{ 
     832session:common_session_id 
     833pageNo:页码 
     834pageSize:分页大小 
     835}}} 
     836 
     837返回参数:[[BR]] 
     838{{{ 
     839{ 
     840    "total":100, 
     841    "pageNo":1, 
     842    "pageSize":10, 
     843    "items":[ 
     844        { 
     845            "type": 1 
     846            "id": 1 
     847            "name":"天猫双十二真情回馈专题", 
     848            "src":"http://" 
     849        }, 
     850        { 
     851            "type": 2 
     852            "id": 1 
     853            "name":"法丽莎家具 欧式床 实木床 田园婚床 双人床 1.8 1.5米", 
     854            "price":"¥2699.00", 
     855            "price2":"¥2000.00", 
     856            "src": "http://", 
     857            "favorite":1234 
     858        } 
     859    ] 
     860} 
     861}}} 
     862 
     863返回参数说明: 
     864total:单品总数量 
     865pageNo:分页用页码 
     866pageSize:分页用每页数量 
     867items: 搜索结果数组 
     868type: 1为主题 2为产品 name:type为1时,是主题名;type为2时,是产品名 
     869price:产品原价,仅当type为2时生效 
     870price2: 折后价(可能为空),仅当type为2时生效 
     871favorite:收藏数量 
     872src: 图片(无须区分主题、产品) 
     873 
     874== 20.猜你喜欢 == 
    818875猜你喜欢直接使用接口:4.搜索接口(搜索结果跟猜你喜欢的返回参数一样) 
    819876该搜索接口已经兼容。