增加赛事
POST
http://localhost:8080/cloudPlatform/event/add
请求头
参数名
类型
描述
必填
Content-Type
application
必填
token
string
必填
请求参数
参数名
类型
描述
必填
eventName
string
赛事名称【必填】
必填
eventApplyEndTime
LocalDate
参赛截止时间【必填】
必填
eventReviewEndTime
LocalDate
评审截止时间【必填】
必填
eventCover
String
赛事封面
必填
etId
long
赛事类型【必填】
必填
eventIntroduce
string
赛事简
必填
eventApplyInstructions
string
赛事报名须知
必填
eventScoreStandard
string
赛事评分标准
必填
userIds
string
评委的userId集合 逗号分开【必填】
必填