帮助列表 |
https://openapi.aodianyun.com/v2/LSS.PullStreamOp
POST
access_id:安全校验ID,值为字符串。必选
示例:“access_id”:“123456789”
access_key:安全校验码,值为字符串。必选
示例:“access_key”:“ABCDEFG”
appid:APPID 。必选
示例:“appid”:“test”
from:from 。必选
示例:“from”:“https://xxx.aodianyun.com”
stream:stream 。必选
示例:“stream”:“demo”
type:操作类型,del:删除拉流。必选
示例:“type”:“del”
curl -X POST https://openapi.aodianyun.com/v2/LSS.PullStreamOp -d'{"access_id":"123456789", "access_key":"ABCDEFG","appid":"test","type":"del","from":"https://xxx.aodianyun.com","stream":"demo"}' #注意开发时,请写成一行!
Flag:操作处理结果状态码
示例:“Flag”:100。提示:Flag=100为成功,失败为非100,失败原因在FlagString中体现。
FlagString:操作处理结果状态说明
示例:“FlagString”:“成功”
{ "Flag": 100, "FlagString": "操作成功"}
您可以使用奥点云开放平台提供的API接口调试工具进行接口调试。
请登录:https://openapi.aodianyun.com/tools