文档
测试

获取老师数据

POST
192.168.100.9:7077/dayiDataCensus/getTeacherDataCensus

请求参数

参数名
类型
描述
必填
subjectId
String
科目ID
必填
type
Int
老师类型 0:兼职,1全职
必填

响应参数

参数名
类型
描述
必填
teacherName
String
姓名
必填
subjectName
String
科目
必填
type
性质
0:兼职,1全职
必填
allDays
Int
值班天数
必填
allDayiCount
Int
答疑总数
必填
nowRententionCount
Int
目前滞留数
必填
allRententionCount
Int
总滞留数
必填

说明 / 示例

{ "id": "1412646105823051776", "teacherId": "1195142274288189441", "teacherName": "黄埔", "subjectId": "1411957370936631296", "type": 1, "status": 1, "subjectName": "英语", "account": null, "allDays": 7, "allDayiCount": 4, "nowRententionCount": 0, "allRententionCount": 0 }