编辑赛事
POST
http://localhost:8080/cloudPlatform/event/editById
请求头
参数名
类型
描述
必填
Content-Type
application
必填
token
string
必填
请求参数
参数名
类型
描述
必填
eventId
long
赛事id【必填】
必填
eventName
string
赛事名称【必填】
必填
eventApplyEndTime
LocalDate
参赛截止时间【必填】
必填
eventReviewEndTime
LocalDate
评审截止时间【必填】
必填
eventCover
string
赛事封面
必填
etId
long
赛事类型
必填
eventIntroduce
string
赛事简介
必填
eventApplyInstructions
string
赛事报名须知
必填
eventScoreStandard
string
eventScoreStandard
必填
userIds
string
评委的userId集合【必填】
必填