文档
测试

24、编辑视频信息时获取详情

POST
EnterpriseVodeoLst.asmx/UpdateVideo

接口描述

编辑视频信息

请求参数

参数名
类型
描述
必填
id
int
视频id号
必填

说明 / 示例

## 接口说明 ### requset ```js { "id": "", // id号 } ``` ### response返回数据 ```js { "id": "", // 视频id号 "account": "", // 账号 "password": "",// 密码 "port": "",// 端口 "IP": "",// IP "wayNum": "",// 路数 "conditionListName": "地址1,地址2", // 名称 "conditionListAddress": "http://dadsa.com,http://dadsa.com" // 地址名称对应的 网络地址 } ```