文档
测试

班级列表

POST
http://leave.com/evaluate/api/baseInfo/getClassListByGrade

请求参数

参数名
类型
描述
必填
company_uuid
学校id
必填
grade_id
年级id
必填

说明 / 示例

{ "status": 0, "msg": "操作成功", "datas": [ { "id": "284", "name": "1班", "parent_id": "7955", "type": "1", "type_name": "班级", "register_year": "", "standard_grade": "", "order": "0", "open_group_chat": "1", "company_uuid": "b588942224a311e78b61288023a234d0", "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, "is_delete": "0", "delete_by_uuid": null, "delete_date": null, "create_by_uuid": null, "teacher_num": "0", "student_num": "0", "department_name": "二年级1班", "path": ",1,3,7953,7955,284,", "jck_match": "1", "campus_class_name": "三房巷办学点二年级1班" }, { "id": "285", "name": "2班", "parent_id": "7955", "type": "1", "type_name": "班级", "register_year": "", "standard_grade": "", "order": "0", "open_group_chat": "1", "company_uuid": "b588942224a311e78b61288023a234d0", "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, "is_delete": "0", "delete_by_uuid": null, "delete_date": null, "create_by_uuid": null, "teacher_num": "0", "student_num": "0", "department_name": "二年级2班", "path": ",1,3,7953,7955,285,", "jck_match": "1", "campus_class_name": "三房巷办学点二年级2班" } ] }