1:获取教师全部监考任务
GET
api/Examination/GetAllTask
接口描述
根据教师ID获取教师全部监考任务
请求参数
参数名
类型
描述
必填
sTeaID
string
教师ID
必填
TermInfo
string
学期信息
必填
输入示例
响应参数
参数名
类型
描述
必填
Code
int
1为成功,0为失败
必填
Msg
string
错误信息
必填
TaskCount
int
监考任务量,示例:3
必填
sTID
string
考试ID,经过系统ID加密,示例:900900510100800000800510900100900410800800010800010801
必填
sTName
string
考试名称,示例:考生安排
必填
ExamAddress
string
考场地址,示例:202(教学楼1栋2层)
必填
Subject
string
科目,示例:语文
必填
Grade
string
年级,示例:一年级
必填
StudentCount
int
考生人数,示例:120
必填
ExamTime
string
考试时间,示例:2020.06.26 09.00-10.00
必填
TeacherName
string
监考老师,示例:薛筌月,陈霜
必填