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


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

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart/web-intf

    v21 v22  
    9090原型 http://trac.pc.com.cn/mobile/pototype/ideas/youjiapin/req1.0.0/ [[BR]] 
    9191 
    92 URL:[[BR]] 
    93  
    94 请求方式:GET[[BR]] 
    95  
    96 是否需要登录:否[[BR]] 
    97  
    98 功能说明:根据主题id,已分页形式返回产品列表[[BR]] 
    99  
    100 提交参数:[[BR]] 
    101  
    102 {{{ 
    103 tid:主题id 
     92URL:http://youpin.pchouse.com.cn/jsp/intf/theme.jsp  [[BR]] 
     93 
     94请求方式:GET[[BR]] 
     95 
     96是否需要登录:否[[BR]] 
     97 
     98功能说明:根据主题id,返回整个主题信息[[BR]] 
     99 
     100提交参数:[[BR]] 
     101 
     102{{{ 
     103id:主题id 
    104104}}} 
    105105 
     
    108108{{{ 
    109109{ 
     110    "id": 1 
     111    "name": "天猫双十二真情回馈活动", 
     112    "logo": "http://xxxx", 
     113    "intro": "this is intro", 
    110114    "total":20, 
    111     "pageIndex":1, 
    112     "pageSize":10, 
    113     "products":[ 
    114         { 
    115             "id":10, 
    116             "bigImg":"http:xxxx", 
    117             "name":"productName", 
    118             "collectCount":1234 
    119         }, 
    120         { 
    121             "id":11, 
    122             "bigImg":"http:xxxx", 
    123             "name":"productName", 
    124             "collectCount":1234 
    125         } 
     115    "line": [ 
     116         { 
     117             "id": 1001, 
     118             "style": 1, 
     119             "seq": 1 
     120             "products": [ 
     121                { 
     122                    "id": 2202, 
     123                    "name": "田园布艺沙发 sj002", 
     124                    "src": "http://xxx", 
     125                    "link": "http://xxx", 
     126                    "seq": 1, 
     127                    "favorite": 5231 
     128                } 
     129             ] 
     130         }, 
     131         { 
     132             "id": 1002, 
     133             "style": 3, 
     134             "seq": 2 
     135             "products": [ 
     136                { 
     137                    "id": 2203, 
     138                    "name": "田园布艺沙发 sj002abc", 
     139                    "src": "http://xxx", 
     140                    "link": "http://xxx", 
     141                    "seq": 1, 
     142                    "favorite": 523 
     143                } 
     144             ] 
     145         } 
    126146    ] 
    127147}