帮助列表 |
https://openapi.aodianyun.com/v2/DVR.RemoveMergeDvr
POST
Content-Type: application/x-www-form-urlencoded
access_id:安全校验ID,值为字符串。必选
示例:”access_id”:”123456789”
access_key:安全校验码,值为字符串。必选
示例:”access_key”:”ABCDEFG”
url:视频合并后的地址,可同时删除一个或多个。必选
示例:”url”:[ “http://*.m3u8”]
curl -X POST \ https://openapi.aodianyun.com/v2/DVR.RemoveMergeDvr \-H "Content-Type: application/x-www-form-urlencoded" \ -d '{"access_id":"123456","access_key":"ABCDEFG","url":["http://*.m3u8"]}'
Flag:操作处理结果状态码
示例:”Flag”:100。提示:Flag=100为成功,失败为非100,失败FlagString中体现。
FlagString:操作处理结果状态说明
示例:“FlagString”:“删除处理成功”
{ "Flag": 100, "FlagString": "删除处理成功"}
您可以使用奥点云开放平台提供的API接口调试工具进行接口调试。
请登录:https://openapi.aodianyun.com/tools