2:查看考试详情
GET
api/Admin/GetExamArrange
接口描述
查看考试详情
请求参数
参数名
类型
描述
必填
sTID
string
考试ID,需要用系统ID加密
必填
输入示例
响应参数
参数名
类型
描述
必填
Code
int
1为成功,0为失败
必填
Msg
string
错误信息
必填
sTName
string
考试名称
必填
Subject
string
考试科目,示例:英语、数学、语文
必填
ExamObject
string
考试对象
必填
ExamTime
string
考试时间,示例:2020.06.25~2020.07.15
必填
Content
string
考试注意事项
必填
nChildTID
int
场次ID
必填
RoomCount
int
考场总数
必填
ArrStuCount
int
已安排考生数
必填
TeacherCount
int
教师总数
必填