💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
## 日、周、月曲线活跃-人数详情 +++ get:/api/v1/area/userlogincountChart areaid#区域范围id level=10#区域范围登记--10全国,9省级,8市级,7区级,6校级 datetype#//1日,2周,3月,4时间段// ,其中日、周:2019-03-01,月:2019-03格式传递 date#日期参数 enddate#datetype=4的时候有效 <<< 按月查询 { "status": 1, "info": "success", "data": [ { "year": 2018, "month": 9, "parent": 1, "teacher": 0, "student": 0, "date": "2019-3-12" }, { "year": 2019, "month": 9, "parent": 1, "teacher": 6, "student": 1, "date": "2019-3-12" }, { "year": 2019, "month": 8, "parent": 3, "teacher": 0, "student": 0, "date": "2019-3-13" } ] } <<< 按日查询 { "status": 1, "info": "success", "data": [ { "year": 2018, "month": 9, "day": 7, "parent": 2, "teacher": 6, "student": 1, "date": "2019-3-12" }, { "year": 2019, "month": 8, "day": 8, "parent": 3, "teacher": 0, "student": 0, "date": "2019-3-13" } ] } <<< 按周查询 { "status": 1, "info": "success", "data": [ { "year": 2018, "month": 9, "week": 4, "parent": 1, "teacher": 0, "student": 0, "date": "2019-3-12" }, { "year": 2019, "month": 8, "week": 5, "parent": 4, "teacher": 6, "student": 1, "date": "2019-3-13" } ] } <<< error { "status": 0, "info": "操作失败", "data": [] } +++