Changes between Version 20 and Version 21 of WikiStart/web-intf


Ignore:
Timestamp:
10/09/2012 03:14:01 PM (14 years ago)
Author:
xujianyou
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart/web-intf

    v20 v21  
    3535原型  http://trac.pc.com.cn/mobile/pototype/ideas/youjiapin/req1.0.0/ [[BR]] 
    3636 
    37 URL:[[BR]] 
     37URL:http://youpin.pchouse.com.cn/jsp/intf/list_theme.jsp  [[BR]] 
    3838 
    3939请求方式:GET[[BR]] 
     
    4343功能说明:搜索主题,已分页形式返回[[BR]] 
    4444 
    45 提交参数:无[[BR]] 
     45提交参数: 
     46{{{ 
     47     "pageNo": 1 
     48     "pageSize": 10 
     49}}} 
     50[[BR]] 
     51提交参数说明:[[BR]] 
     52pageNo: 分页页码[[BR]] 
     53pageSize: 分页大小 
    4654 
    4755返回参数:[[BR]] 
     
    4957{ 
    5058    "total":100, 
    51     "pageIndex":1, 
     59    "pageNo":1, 
    5260    "pageSize":10, 
    53     "topics":[ 
     61    "theme":[ 
    5462        { 
    5563            "id":10, 
    56             "bigImg":"http:xxxx", 
    57             "name":"topicName", 
    58             "description":"topic descript" 
     64            "logo":"http:xxxx", 
     65            "name":"天猫双十二真情回馈活动", 
     66            "intro":"topic descript", 
     67            "seq": 1 
    5968        }, 
    6069        { 
    6170            "id":11, 
    62             "bigImg":"http:xxxx", 
    63             "name":"topicName", 
    64             "description":"topic descript" 
    65         } 
     71            "logo":"http:xxxx", 
     72            "name":"天猫双十二真情回馈活动", 
     73            "intro":"topic descript", 
     74            "seq": 2 
     75        }, 
    6676    ] 
    6777} 
    68  
    6978}}} 
    7079返回参数说明:[[BR]] 
    7180total:主题总数量[[BR]] 
    72 pageIndex:分页用页码[[BR]] 
     81pageNo:分页用页码[[BR]] 
    7382pageSize:分页用每页数量[[BR]] 
    74 topics:主题数组[[BR]] 
     83theme:主题数组[[BR]] 
    7584id:主题的id[[BR]] 
    76 bigImg:主题图片[[BR]] 
     85logo:主题图片[[BR]] 
    7786name:主题名称[[BR]] 
    78 description:主题描述 
     87intro:主题描述 
    7988 
    8089== 2.主题接口 ==