文档
测试

获取赛事详情

POST
http://localhost:8080/cloudPlatform//wx/event/getEventDetail

请求头

参数名
类型
描述
必填
Content-Type
application
必填
token
string
必填

请求参数

参数名
类型
描述
必填
eventId
Long
赛事id
必填
orderField
String
排序字段 latest 最新发布 watchCount 观看次数最多 score 得分最高
必填

响应参数

参数名
类型
描述
必填
msg
json
操作信息
必填
eventName
String
赛事名称
必填
eventIntroduction
String
赛事介绍
必填
eventCover
String
赛事封面
必填
videos
List<PcEventVideoVo>
赛事视频
必填
videoId
Long
视频id
必填
videoName
String
作品名称
必填
teamName
String
队伍名称
必填
score
Double
最终得分
必填
watchCount
Long
观看次数
必填
videoCover
String
视频封面
必填
code
int
操作码
必填