文档
测试

校区学生列表

POST
http://leave2.com/studentstatus/api/HomePage/getXiaoquStudents

请求头

参数名
类型
描述
必填
Authorization
bGl5VT13VXUyNGY3SFdmTT11RHA4b0NmUFd2alJ0QXQ0elNMUFl2ZlZ1QTE1enlMTmppTUJ1dnk4MXk4OG1UWTl3MFpGbnZmTldmUFBpQXQtbmVnS2l5NFFrMDZDNXZMSldUb1d6MENBNXNHVw
必填

请求参数

参数名
类型
描述
必填
xiaoqu_id
校区id
必填
complete
是否完善 1是 0否
必填

响应参数

参数名
类型
描述
必填
students
学生列表
必填
student_userid
学生id
必填
name
学生姓名
必填
complete
是否完善 0否 1是
必填
student_info_id
学籍id (已完善的会有)
必填
class_info
班级信息
必填
student_count
学生数量
必填
complete_count
完善数量
必填
name
班级名称
必填
id
班级id
必填

说明 / 示例

{ "status": 0, "msg": "操作成功", "datas": { "students": [ { "name": "马小善", "student_userid": "04e002fb7087b5079726c7d3ec3d2e40", "complete": 0, "student_info_id": null }, { "name": "张三一", "student_userid": "219277349eb7db65ff2e00c0db15b261", "complete": 0, "student_info_id": null }, { "name": "张雨菲", "student_userid": "2edb9ee8de67a5c63c4e5dafb014244b", "complete": 0, "student_info_id": null }, { "name": "贡大卫", "student_userid": "6242ea260f1a1b37a7d300e81fac302e", "complete": 0, "student_info_id": null }, { "name": "刘锐", "student_userid": "77facbaa96a672554d4f6afb4bb2422b", "complete": 0, "student_info_id": null }, { "name": "张琪南", "student_userid": "9fc75e073ee006200309085b5fbaf26d", "complete": 0, "student_info_id": null }, { "name": "邬小宝", "student_userid": "a330e17463901169a7f120ffff446223", "complete": 0, "student_info_id": null }, { "name": "施小小", "student_userid": "a6440f8f22d7349b14b730a399f6b3e1", "complete": 0, "student_info_id": null }, { "name": "季小帆", "student_userid": "b98acc3f89cfacdf74fd2a958da408c9", "complete": 0, "student_info_id": null }, { "name": "张小伟", "student_userid": "c2ce296dd9c5c9ad2a4696d1f04a9b3c", "complete": 0, "student_info_id": null }, { "name": "张小辉", "student_userid": "c33eb58b66cbff61350d8766040ab4d6", "complete": 0, "student_info_id": null }, { "name": "江小明", "student_userid": "c6c5d48dc34402b5b804840c60a1aaf8", "complete": 0, "student_info_id": null }, { "name": "王小二", "student_userid": "d3a58f3addaa3d596d5636878b7173f0", "complete": 1, "student_info_id": "1573" }, { "name": "高小明", "student_userid": "d710376b22bf11c6e298ab9aeb6428f5", "complete": 0, "student_info_id": null }, { "name": "栗林", "student_userid": "d8cc6f22fd858b565afcebf69eafc0b4", "complete": 0, "student_info_id": null }, { "name": "江小华", "student_userid": "d9c6469f14392188704316b30ccd2ae9", "complete": 0, "student_info_id": null }, { "name": "苏宝宝", "student_userid": "e263dbdc4cc488d9c387fbf9dacba03d", "complete": 0, "student_info_id": null }, { "name": "贡小伟", "student_userid": "e37c76b94514b4937c0ff42d5106e7a4", "complete": 0, "student_info_id": null } ], "class_info": { "name": "东区·1班", "id": "257", "student_count": 18, "complete_count": 1, "xiaoqu_name": "东区", "path": ",1,249,250,251,257," } } }