Changes between Version 4 and Version 5 of baby3_developers/interface
- Timestamp:
- 12/23/2014 05:56:16 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
baby3_developers/interface
v4 v5 110 110 返回参数: 111 111 { 112 status: 0, //状态码 0正常返回 非0请求错误113 desc: "", //提示信息 status=0提示信息为空;status非0,给出对应的出错提示信息114 "total": 20, //列表总数115 "pageNo": 1, //当前页码116 "pageSize": 20, //每页条数117 "datas": //返回数据112 status: 0, //状态码 0正常返回 非0请求错误 113 desc: "", //提示信息 status=0提示信息为空;status非0,给出对应的出错提示信息 114 "total": 20, //列表总数 115 "pageNo": 1, //当前页码 116 "pageSize": 20, //每页条数 117 "datas": //返回数据 118 118 [ 119 119 { 120 "videoID": // 视频id121 "title": // 视频标题122 "time": // 视频时间123 "image": // 列表图片120 "videoID": // 视频id 121 "title": // 视频标题 122 "time": // 视频时间 123 "image": // 列表图片 124 124 } 125 125 ...
![(please configure the [header_logo] section in trac.ini)](http://www1.pconline.com.cn/hr/2009/global/images/logo.gif)