文档
测试

视频详情

GET
http://192.168.2.212:16928/api/Main/VideoInfo

请求参数

参数名
类型
描述
必填
id
int
id
必填

响应参数

参数名
类型
描述
必填
type
string
视频大标题
必填
title
string
视频标题
必填
source
string
制作单位
必填
newpath
string
视频地址
必填
path
string
视频地址
必填

说明 / 示例

视频: if(newpath=="") { path }else if(newpath.Contains(".mp4")) { newpath }else { path }