文档
测试

资源共享

POST
http://sixscreen.com/admin/api/HomePage/getScreenShare

响应参数

参数名
类型
描述
必填
total_count
list
资源总数
必填
school_count
list
学校
必填
teacher_count
教师
必填
topic_count
专题
必填
visit_count
访问量
必填
schools
list
活跃学校
必填
months
list
月份
必填
subjects
list
各学科资源情况
必填
current_xiaoxue
当年小学资源
必填
current_chuzhong
当年初中资源
必填
current_gaozhong
当年高中资源
必填
before_one_xiaoxue
前1年小学资源
必填
before_one_chuzhong
前1年初中资源
必填
before_one_gaozhong
前1年高中资源
必填
before_two_xiaoxue
前2年小学资源
必填
before_two_chuzhong
前2年初中资源
必填
before_two_gaozhong
前2年高中资源
必填
before_three_xiaoxue
前3年小学资源
必填
before_three_chuzhong
前3年初中资源
必填
before_three_gaozhong
前3年高中资源
必填
before_four_xiaoxue
前4年小学资源
必填
before_four_chuzhong
前4年初中资源
必填
before_four_gaozhong
前4年高中资源
必填

说明 / 示例

{ "status": 0, "msg": "操作成功", "datas": { "total_count": "13203", "school_count": "103", "teacher_count": "14779", "topic_count": "4", "visit_count": "1643", "current_xiaoxue": "38", "current_chuzhong": "11", "current_gaozhong": "2", "before_one_xiaoxue": "334", "before_one_chuzhong": "42", "before_one_gaozhong": "13", "before_two_xiaoxue": "527", "before_two_chuzhong": "17", "before_two_gaozhong": "1", "before_three_xiaoxue": "110", "before_three_chuzhong": "41", "before_three_gaozhong": "31", "before_four_xiaoxue": "1066", "before_four_chuzhong": "488", "before_four_gaozhong": "389", "schools": [ { "title": "江阴市暨阳中学", "value": "11" }, { "title": "江阴市月城实验小学", "value": "7" }, { "title": "江阴市敔山湾实验学校", "value": "6" }, { "title": "江阴市实验小学", "value": "4" }, { "title": "江阴市文林中心小学", "value": "3" } ], "months": [ "2", "16", "2", "3", "8", "12", "12", "2", "15", "0", "29", "177" ], "subjects": [ { "title": "语文", "value": "4176" }, { "title": "数学", "value": "2714" }, { "title": "科学", "value": "164" }, { "title": "音乐", "value": "376" }, { "title": "美术", "value": "336" }, { "title": "英语", "value": "2057" }, { "title": "体育", "value": "554" }, { "title": "综合", "value": "39" }, { "title": "信息技术", "value": "502" }, { "title": "思想品德", "value": "275" }, { "title": "劳动技术", "value": "47" }, { "title": "物理", "value": "680" }, { "title": "生物", "value": "273" }, { "title": "化学", "value": "409" }, { "title": "地理", "value": "199" }, { "title": "历史", "value": "312" }, { "title": "政治", "value": "82" } ] } }