14:获取场次安排详情
POST
api/CreateTest/GetTestArrangeDetail
接口描述
获取场次安排详情
请求参数
参数名
类型
描述
必填
sTID
string
考试ID,需要用系统ID加密
必填
nChildTID
int
场次ID
必填
copy
bool
是否从临时表取数据,默认为true,从临时表拿数据
必填
输入示例
响应参数
参数名
类型
描述
必填
Code
int
1为成功,0为失败
必填
Msg
string
错误信息
必填
sTID
string
考试ID,经过系统ID加密
必填
nChildTID
int
场次ID
必填
sExamRoomID
string
考场ID
必填
sExamRoomAddress
string
考场地址 示例:201(教学楼1栋。2层)
必填
SeatCount
int
座位数
必填
sTestSubName
string
科目名称
必填
GradeName
string
年级名称 示例:一年级
必填
ArrStuCount
int
安排的考生人数
必填
ExamTime
string
考试时间 示例:2020.06.26 09.00~10.00
必填