新增发布点_流名粒度配置 响应参数 参数 类型 说明 code int 状态码 message string 描述信息 示例 请求路径: 请求示例 { "productcode":"005", "domain":"ctyun.cn", "appsconf": [ { "appname": "app333", "timeshift": { "switch": "on", "maxplaybacktime": "32s", "moduleid": "d656acd5" }, "thirdpush": { "switch": "on", "pushlist": [ { "origin": "1.1.1.1", "host": "ctyun.cn1", "port": "22" } ] } } ], "streamsconf": [ { "appname": "app6", "streamname": "ffff", "timeshift": { "switch": "on", "maxplaybacktime": "32s", "moduleid": "d656ed5" }, "thirdpush": { "switch": "on", "pushlist": [ { "origin": "1.1.1.1", "host": "ctyun.cn2" } ] } } ] } 正常响应示例 { "code": 100000, "message": "success" } 错误码请参考:参数code和message含义
来自: