Changes between Version 52 and Version 53 of app2.0/01_topic


Ignore:
Timestamp:
02/28/2015 11:12:40 AM (11 years ago)
Author:
pengzhanxuan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • app2.0/01_topic

    v52 v53  
    2020 
    2121||= 参数名 =||= 参数含义 =||= 类型 =||= 默认值 =||= 是否必须 =|| 
    22 ||pageNo||页数||int||1||是|| 
    23 ||pageSize||页面大小||int||10||是|| 
     22||limit||获取条数||int||10||否|| 
    2423||sectionId||栏目id:栏目id,0 优惠  1 海淘  2 发现 3 晒物  4 经验  5 海淘晒物  6 海淘经验  7 试用体验  8 专题||int||0||是|| 
    2524||time||从该时间点算起的热门爆料||long(时间戳 秒)||当前时间||是|| 
     
    2928{{{#!java 
    3029result { 
    31     pageNo: 1, 
    32     pageSize: 10, 
    33     total: 20, 
    34         pageTotal: 2, 
    35         msg: '请求成功', 
    36         data: [ 
    37             $topic 
    38         ] 
     30    status:1 
     31    limit: 10, 
     32    msg: '请求成功', 
     33    data: [ 
     34        $topic 
     35    ] 
    3936} 
    4037}}}