Changes between Version 2 and Version 3 of yjp/web-intf


Ignore:
Timestamp:
09/27/2012 05:13:49 PM (14 years ago)
Author:
hejingdong
Comment:

更改格式

Legend:

Unmodified
Added
Removed
Modified
  • yjp/web-intf

    v2 v3  
    2525 
    2626}}} 
    27 total主题总数量 
    28 pageIndex:分页用页码 
    29 pageSize:分页用每页数量 
    30 topics  主题数组 
    31    id  主题的id 
    32    bigImg  主题图片 
    33    name   主题名称 
    34    description  主题描述 
    35     
     27返回参数说明:[[BR]] 
     28total:主题总数量[[BR]] 
     29pageIndex:分页用页码[[BR]] 
     30pageSize:分页用每页数量[[BR]] 
     31topics:主题数组[[BR]] 
     32id:主题的id[[BR]] 
     33bigImg:主题图片[[BR]] 
     34name:主题名称[[BR]] 
     35description:主题描述 
     36 
    3637== 2.主题接口 == 
    3738原型 http://trac.pc.com.cn/mobile/pototype/ideas/youjiapin/req1.0.0/ 
     
    5960 
    6061}}} 
    61 total单品总数量 
    62 pageIndex:分页用页码 
    63 pageSize:分页用每页数量 
    64 products  单品数组 
    65    id  单品的id 
    66    bigImg  单品图片 
    67    name   单品名称 
    68    collectCount  单品被收藏的数量 
     62 
     63返回参数说明:[[BR]] 
     64total:单品总数量[[BR]] 
     65pageIndex:分页用页码[[BR]] 
     66pageSize:分页用每页数量[[BR]] 
     67products:单品数组[[BR]] 
     68id:单品的id[[BR]] 
     69bigImg:单品图片[[BR]] 
     70name:单品名称[[BR]] 
     71collectCount:单品被收藏的数量[[BR]] 
    6972 
    7073== 3.单品库首页 == 
     
    122125 
    123126}}} 
    124 space:空间数组 
    125    image:图片 
    126    name:空间名 
    127    desciption:type的集合 
    128    types:分类数组 
    129       typeId:分类id 
    130       typeName:分类名 
    131       typeImg:分类图片url 
     127返回参数说明:[[BR]] 
     128space:空间数组[[BR]] 
     129image:图片[[BR]] 
     130name:空间名[[BR]] 
     131desciption:type的集合[[BR]] 
     132types:分类数组[[BR]] 
     133typeId:分类id[[BR]] 
     134typeName:分类名[[BR]] 
     135typeImg:分类图片url[[BR]] 
    132136 
    133137== 4.单品库列表页-----搜索结果----猜你喜欢 == 
    134138http://trac.pc.com.cn/mobile/pototype/ideas/youjiapin/req1.0.0/ 
    135  
    136139 
    137140{{{ 
     
    157160 
    158161}}} 
    159  
    160 total单品总数量 
    161 pageIndex:分页用页码 
    162 pageSize:分页用每页数量 
    163 products  单品数组 
    164 products:产品数组 
    165    name:产品名 
    166    price:当前价格、优惠价格 
    167    oldPrice:旧价格 
    168    collectCount:收藏数量 
     162返回参数说明:[[BR]] 
     163total:单品总数量[[BR]] 
     164pageIndex:分页用页码[[BR]] 
     165pageSize:分页用每页数量[[BR]] 
     166products:单品数组[[BR]] 
     167products:产品数组[[BR]] 
     168name:产品名[[BR]] 
     169price:当前价格、优惠价格[[BR]] 
     170oldPrice:旧价格[[BR]] 
     171collectCount:收藏数量[[BR]] 
    169172 
    170173 
     
    211214 
    212215}}} 
    213  
    214 count:测试页数量 
    215 tests:测试页数组 
    216    testId:测试页id 
    217    testDescription:测试页 
    218    MultiSelect:是否多选,1是,0否 
    219    selection:选项数组 
    220       selectionId:选项id 
    221       image:图片url 
     216返回参数说明:[[BR]] 
     217count:测试页数量[[BR]] 
     218tests:测试页数组[[BR]] 
     219testId:测试页id[[BR]] 
     220testDescription:测试页[[BR]] 
     221MultiSelect:是否多选,1是,0否[[BR]] 
     222selection:选项数组[[BR]] 
     223selectionId:选项id[[BR]] 
     224image:图片url[[BR]] 
    222225 
    223226 
     
    254257 
    255258}}} 
    256 productName:产品名 
    257 price:价格、优惠价格 
    258 oldPrice:原价格 
    259 seller:商家 
    260 image:图片数组 
    261 commentCount:评论总数 
    262 comments:评论数组 
    263    nickName:昵称 
    264    time:评论时间 
    265    face:头像 
    266    content:评论内容 
     259返回参数说明:[[BR]] 
     260productName:产品名[[BR]] 
     261price:价格、优惠价格[[BR]] 
     262oldPrice:原价格[[BR]] 
     263seller:商家[[BR]] 
     264image:图片数组[[BR]] 
     265commentCount:评论总数[[BR]] 
     266comments:评论数组[[BR]] 
     267nickName:昵称[[BR]] 
     268time:评论时间[[BR]] 
     269face:头像[[BR]] 
     270content:评论内容[[BR]] 
    267271