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


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

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart/web-intf

    v22 v23  
    112112    "logo": "http://xxxx", 
    113113    "intro": "this is intro", 
    114     "total":20, 
    115114    "line": [ 
    116115         { 
     
    141140                    "seq": 1, 
    142141                    "favorite": 523 
     142                }, 
     143               { 
     144                    "id": 2204, 
     145                    "name": "田园布艺沙发 sj002abc123", 
     146                    "src": "http://xxx", 
     147                    "link": "http://xxx", 
     148                    "seq": 2, 
     149                    "favorite": 52 
    143150                } 
    144151             ] 
     
    150157 
    151158返回参数说明:[[BR]] 
    152 total:单品总数量[[BR]] 
    153 pageIndex:分页用页码[[BR]] 
    154 pageSize:分页用每页数量[[BR]] 
    155 products:单品数组[[BR]] 
    156 id:单品的id[[BR]] 
    157 bigImg:单品图片[[BR]] 
    158 name:单品名称[[BR]] 
    159 collectCount:单品被收藏的数量[[BR]] 
     159id:主题id[[BR]] 
     160name: 主题名称[[BR]] 
     161logo: 主题封面[[BR]] 
     162intro: 主题描述[[BR]] 
     163line: 主题每行信息[[BR]] 
     164   id: 行id[[BR]] 
     165   style: 行模版 1一行一图 2一行二图 4一行四图 5一行五图 7一行七图[[BR]] 
     166   seq: 行排序[[BR]] 
     167   products: 行所包含的产品数组[[BR]] 
     168       id: 产品id[[BR]] 
     169       name: 产品名称[[BR]] 
     170       src: 产品封面[[BR]] 
     171       link: 产品链接[[BR]] 
     172       seq: 排序[[BR]] 
     173       favorite: 收藏数[[BR]] 
    160174 
    161175== 3.单品库首页 ==