查看视频
简要描述
- 查看视频接口
请求URL
http://127.0.0.1:8081/video/view
请求方式
- POST
返回参数
参数名 | 类型 | 说明 |
---|---|---|
id | int | 视频Id |
url | String | 视频url |
counts | int | 视频数量 |
返回示例
{
"data": [
{
"id": 1,
"url": "http://localhost:8080/images/20220801114204_123.mp4"
}
],
"counts": 1
}