Changes between Initial Version and Version 1 of app2.0/06_special
- Timestamp:
- 02/04/2015 05:32:17 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
app2.0/06_special
v1 v1 1 [[TOC]] 2 3 = 专题 = 4 5 == 自设定专题 == 6 7 > special/setupSpecial.do 8 9 **说明** 10 11 由编辑维护,可设置不显示,由编辑维护; 12 13 **请求参数** 14 15 * for 1 首页 2 广场 16 17 **返回** 18 19 {{{#!java 20 result { 21 status: 1 22 msg: '请求成功', 23 data:[ 24 $setupSpecial 25 ] 26 } 27 }}} 28 29 ---------- 30 31 == 专题列表 == 32 33 > special/getSpecialList.do 34 35 **说明** 36 37 分页获取所有专题,点击专题item进入专题wap页面 38 39 **参数** 40 41 * pageNo 42 * pageSize 43 44 **返回** 45 46 {{{#!java 47 result { 48 status: 1 49 pageNo: 1 50 pageSize: 20, 51 total: 100, 52 pageTotal: 5, 53 msg: '请求成功', 54 data: [ 55 $special 56 ] 57 } 58 }}}
![(please configure the [header_logo] section in trac.ini)](http://www1.pconline.com.cn/hr/2009/global/images/logo.gif)