文档
测试

班级学生列表

POST
http://leave.com/evaluate/api/Group/getClassStudents

请求头

参数名
类型
描述
必填
Authorization
dW8xaEM1Ym1PdmxYSnhEMDU0aGwzNTFHU3pxVkZoaTZiZUduR3dyc0pzbmdEdzNzSnZZMkpjQnRUNDZHRnVaekc9bmZScng4RHMxNlV5blVSaGgzWHAyRFd4NDRINDN2WHdvQk1BNU9jdXZUZQ%3D%3D
必填

请求参数

参数名
类型
描述
必填
class_id
int
班级id
必填

响应参数

参数名
类型
描述
必填
student_userid
学生id
必填
name
学生姓名
必填

说明 / 示例

{ "status": 0, "msg": "操作成功", "datas": [ { "student_userid": "9509308a07124fd1cf9f16d488965b20", "name": "张雨菲", "department": "7", "company_uuid": "2", "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, "is_delete": "0", "delete_by_uuid": null, "delete_date": null, "department_name": null, "short_name": null }, { "student_userid": "bdb30001e58b672e9d282ac4013895ff", "name": "沈昱涵", "department": "7", "company_uuid": "2", "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, "is_delete": "0", "delete_by_uuid": null, "delete_date": null, "department_name": null, "short_name": null }, { "student_userid": "d1e586cb3914a30573a19e97b32cf8b7", "name": "沈皓哲", "department": "7", "company_uuid": "2", "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, "is_delete": "0", "delete_by_uuid": null, "delete_date": null, "department_name": null, "short_name": null } ] }