6:获取考试设置
GET
api/Admin/GetExamInfo
接口描述
获取考试设置
请求参数(无)
参数名
类型
描述
必填
输入示例
响应参数
参数名
类型
描述
必填
Code
int
1为成功,0为失败
必填
Msg
string
错误信息
必填
id
int
主键
必填
nInterval
int
场次间隔时间/分钟,示例:30
必填
AMStart
string
上午开始时间,示例:8:00
必填
AMEnd
string
上午结束时间,示例:12:00
必填
PMStart
string
下午开始时间,示例:14:00
必填
PMEnd
string
下午结束时间,示例:17:00
必填
NightStart
string
晚上开始时间,示例:19:00
必填
NightEnd
string
晚上结束时间,示例:22:00
必填
bNight
int
是否使用晚上时间段考试,0不使用,1使用
必填