老师点名
POST
http://localhost:8091/teacher/business/roll/call
接口描述
当前接口入参格式为json数组
请求参数
application/json参数名
类型
描述
必填
flowingId
Long
点名流水ID(可不传)
可选
scheduleId
Long
课程id
必填
studentId
Long
学生id
必填
studentType
String
学生类型
必填
callStatus
String
点名结果
必填
响应参数
参数名
类型
描述
必填
msg
string
示例:操作成功
必填
code
int
示例:200
必填