Changes between Version 119 and Version 120 of WikiStart/web-intf


Ignore:
Timestamp:
12/21/2012 11:54:06 AM (13 years ago)
Author:
tongyiliang
Comment:

增加搜索接口2

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart/web-intf

    v119 v120  
    10671067}}} 
    10681068 
     1069== 24.搜索接口2 ==  
     1070 
     1071http://trac.pc.com.cn/mobile/pototype/ideas/youjiapin/req1.0.0/ [[BR]] 
     1072 
     1073URL:http://youpin.pchouse.com.cn/jsp/intf/list2.jsp  [[BR]] 
     1074测试:http://dev10.pchouse.com.cn:8083/jsp/intf/list2.jsp [[BR]] 
     1075 
     1076请求方式:GET[[BR]] 
     1077 
     1078是否需要登录:否[[BR]] 
     1079 
     1080功能说明:根据条件获取产品列表[[BR]] 
     1081 
     1082提交参数: 
     1083{{{ 
     1084categoryId:1 
     1085brands:诗雅轩家具旗舰店 
     1086styles:1 
     1087services:2 
     1088pageNo: 1 
     1089pageSize: 50 
     1090sort:1 
     1091}}} 
     1092提交参数说明:[[BR]] 
     1093categoryId: 类别ID [[BR]] 
     1094brands: 多个品牌 [[BR]] 
     1095styles: 多个风格 [[BR]] 
     1096services: 多个服务 [[BR]] 
     1097pageNo: 页码 [[BR]] 
     1098pageSize: 分页大小 [[BR]] 
     1099sort:1为按最新排序,2最热排序,3为最优惠排序 
     1100 
     1101返回参数:[[BR]] 
     1102{{{ 
     1103{ 
     1104    "total":100, 
     1105    "pageNo":1, 
     1106    "pageSize":10, 
     1107    "items":[ 
     1108        { 
     1109            "type": 1 
     1110            "id": 1 
     1111            "name":"天猫双十二真情回馈专题", 
     1112            "src":"http://" 
     1113        }, 
     1114        { 
     1115            "type": 2 
     1116            "id": 1 
     1117            "name":"法丽莎家具 欧式床 实木床 田园婚床 双人床 1.8 1.5米", 
     1118            "price":"¥2699.00", 
     1119            "price2":"¥2000.00", 
     1120            "src": "http://", 
     1121            "favorite":1234 
     1122        } 
     1123    ] 
     1124} 
     1125 
     1126}}} 
     1127返回参数说明:[[BR]] 
     1128total:单品总数量[[BR]] 
     1129pageNo:分页用页码[[BR]] 
     1130pageSize:分页用每页数量[[BR]] 
     1131items: 搜索结果数组[[BR]] 
     1132    type: 1为主题 2为产品 
     1133    name:type为1时,是主题名;type为2时,是产品名[[BR]] 
     1134    price:产品原价,仅当type为2时生效[[BR]] 
     1135    price2: 折后价(可能为空),仅当type为2时生效[[BR]] 
     1136    favorite:收藏数量[[BR]] 
     1137    src: 图片(无须区分主题、产品)  注意:如果src是upc.pchouse.com.cn的话,尺寸规则用upc的。 
    10691138 
    10701139= 用户行为接口 =