文档
测试

民生服务

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

响应参数

参数名
类型
描述
必填
score_360
list
360分以上人数
必填
score_410
410分以上人数
必填
score_460
460分以上人数
必填
score_510
510分以上人数
必填
score_560
560分以上人数
必填
score_610
610分以上人数
必填
score_660
660分以上人数
必填
stu_small_male
新生小班男
必填
stu_small_female
新生小班女
必填
stu_grade_male
新生一年级男
必填
stu_grade_female
新生一年级女
必填
stu_junior_male
新生初一男
必填
stu_junior_female
新生初一女
必填
youeryuan_location
幼儿园招生区域图
必填
xiaoxue_location
小学招生区域图
必填
chuzhong_location
初中招生区域图
必填
months
list
校园缴费缴纳情况
必填
pays
list
校园缴费人员情况
必填
pay_prices
list
费用减免金额
必填
pay_peoples
list
费用减免人数
必填
policys
list
政策列表
必填

说明 / 示例

{ "status": 0, "msg": "操作成功", "datas": { "score_360": "1795", "score_410": "1075", "score_460": "1369", "score_510": "1961", "score_560": "3088", "score_610": "3499", "score_660": "1473", "stu_small_male": "4069", "stu_small_female": "3957", "stu_grade_male": "9711", "stu_grade_female": "8799", "stu_junior_male": "7993", "stu_junior_female": "6749", "youeryuan_location": "http://testsixscreen.365xingzhi.com/upload/youer.png", "xiaoxue_location": "http://testsixscreen.365xingzhi.com/upload/xuequ.png", "chuzhong_location": "http://testsixscreen.365xingzhi.com/upload/chuzhong.jpg", "months": [ "177.2", "242.1", "1409.5", "2731.6", "46140.9", "754.08", "73.1", "837.1", "1229.4", "1.7", "66.9", "34649.1" ], "pays": [ { "title": "幼儿园", "value": "34014" }, { "title": "小学", "value": "117054" }, { "title": "初中", "value": "45617" }, { "title": "高中", "value": "23285" }, { "title": "中职", "value": "3933" } ], "pay_prices": [ "4272", "925" ], "pay_peoples": [ "3803", "682.5" ], "policys": [ { "id": "44", "title": "高中阶段学校食堂食材价格公示(2023年1月25日至2月15日)", "date": "2023-02-01", "create_by_uuid": null, "create_by_account": null, "create_by_name": null, "create_date": null, "edit_by_uuid": null, "edit_by_account": null, "edit_by_name": null, "edit_date": null, "delete_by_uuid": null, "delete_date": null, "company_uuid": null, "is_delete": "0" } ] } }