修改学生状态
POST
/general/student/lock
请求参数
multipart/form-data参数名
类型
描述
必填
status
int
要修改成的状态,1启用,2禁用
必填
student_data
string
选中示例:[{"student_id":"1","account":"001"},{"student_id":"2","account":"002"}]
必填
响应参数
参数名
类型
描述
必填
code
int
返回状态码
必填
msg
string
返回描述
必填
data
array
返回数据
必填