getEventList 接口
获取精彩事件列表
请求方式
POST/GET http://ip/V1.0/replay/getEventList
请求数据
无
返回数据
{
"status": 0,
"message": "SUCCESS",
"eventList": [
{
"clipSuffixName": "",
"customName": "Event 5b",
"duration": 5000,
"number": 5,
"rating": 0,
"replayRecordId": "55",
"tags": [
"tag 3",
"tag 5"
],
"teamName": "",
"totalSize": 7099937
},
{
"clipSuffixName": "",
"customName": "0.5",
"duration": 5000,
"number": 4,
"rating": 0.5,
"replayRecordId": "54",
"tags": [
"tag 2"
],
"teamName": "0.5",
"totalSize": 4224231
}
]
}
属性 | 说明 |
---|---|
replayRecordId | 精彩事件唯一标识 |
totalSize | 精彩事件文件大小,字节 |
duration | 时长,毫秒 |
number | 精彩事件序号 |
customName | 自定义名称 |
rating | 评分,0~5 |
tags | 标签 |
teamName | 队伍名称 |