多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
## 自主学习单使用按学习单分析 +++ get:/api/v1/area/bookStasticBylist areaid#区域范围id level=10#区域范围登记--10全国,9省级,8市级,7区级,6校级 datetype#//1日,2周,3月,4时间段// ,其中日、周:2019-03-01,月:2019-03格式传递 date#日期参数 enddate#结束日期 cat=1#1系统,2自制 p=1#页面 xd=0#学段 subject=0#学科id num=20#每页展示条数 <<< success { "status": 1, "info": "success", "data": { "count": 6, "totalPages": 1, "data": [ { "xd": "初中", "subject": "英语", "njmc": "2017", "ce": "上册", "total": 10, "tttotal": 1, "sctotal": 9 }, { "xd": "初中", "subject": "语文", "njmc": "2017", "ce": "下册", "total": 10, "tttotal": 1, "sctotal": 9 }, { "xd": "初中", "subject": "化学", "njmc": "2016", "ce": "上册", "total": 10, "tttotal": 1, "sctotal": 9 }, { "xd": "初中", "subject": "英语", "njmc": "2019", "ce": "下册", "total": 10, "tttotal": 1, "sctotal": 9 }, { "xd": "初中", "subject": "化学", "njmc": "2019", "ce": "上册", "total": 10, "tttotal": 1, "sctotal": 9 }, { "xd": "初中", "subject": "历史", "njmc": "2018", "ce": "下册", "total": 10, "tttotal": 1, "sctotal": 9 } ], "nowPage": 1, "totalRows": 6 } } <<< error { "status": 0, "info": "操作失败", "data": [] } +++