创建考试
POST
http://localhost:8080/exam/create
请求参数
参数名
类型
描述
必填
title
Sting
考试名称
必填
content
String
考试描述
必填
startTime
date
开始时间
必填
endTime
date
结束时间
必填
departClass
int
参加考试的班级
必填
oneSelect
int
单选个数
必填
oneSelectScore
int
单选分值
必填
manySelect
int
必填
manySelectScore
int
必填
judge
int
必填
judgeScore
int
必填
shortAnswer
int
必填
shortAnswerScore
int
必填