Changes between Version 28 and Version 29 of WikiStart/web-intf


Ignore:
Timestamp:
10/10/2012 05:37:41 PM (14 years ago)
Author:
xujianyou
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart/web-intf

    v28 v29  
    250250     
    251251 
    252 == 4.单品库列表页(搜索结果,猜你喜欢的返回参数一样) == 
     252== 4.搜索接口(搜索结果跟猜你喜欢的返回参数一样) == 
    253253http://trac.pc.com.cn/mobile/pototype/ideas/youjiapin/req1.0.0/ [[BR]] 
    254254 
    255 URL:http://youpin.pchouse.com.cn/jsp/intf/list_product.jsp  [[BR]] 
     255URL:http://youpin.pchouse.com.cn/jsp/intf/list.jsp  [[BR]] 
    256256 
    257257请求方式:GET[[BR]] 
     
    282282    "pageNo":1, 
    283283    "pageSize":10, 
    284     "products":[ 
    285         { 
     284    "items":[ 
     285        { 
     286            "type": 1 
     287            "id": 1 
     288            "name":"天猫双十二真情回馈专题", 
     289            "src":"http://" 
     290        }, 
     291        { 
     292            "type": 2 
     293            "id": 1 
    286294            "name":"法丽莎家具 欧式床 实木床 田园婚床 双人床 1.8 1.5米", 
    287295            "price":"¥2699.00", 
    288296            "price2":"¥2000.00", 
    289             "favorite":1234 
    290         }, 
    291         { 
    292             "name":"法丽莎家具 欧式床 实木床 田园婚床 双人床 1.8 1.5米", 
    293             "price":"¥2699.00", 
    294             "price2":"¥2000.00", 
     297            "src": "http://", 
    295298            "favorite":1234 
    296299        } 
     
    303306pageNo:分页用页码[[BR]] 
    304307pageSize:分页用每页数量[[BR]] 
    305 products:单品数组[[BR]] 
    306 name:产品名[[BR]] 
    307 price:原价[[BR]] 
    308 price2: 折后价(可能为空)[[BR]] 
    309 favorite:收藏数量[[BR]] 
    310  
    311  
     308items: 搜索结果数组[[BR]] 
     309    type: 1为主题 2为产品 
     310    name:type为1时,是主题名;type为2时,是产品名[[BR]] 
     311    price:产品原价,仅当type为2时生效[[BR]] 
     312    price2: 折后价(可能为空),仅当type为2时生效[[BR]] 
     313    favorite:收藏数量[[BR]] 
     314    src: 图片(无须区分主题、产品) 
    312315 
    313316== 5.测试页 ==