查询发布点/流名粒度配置 示例 请求路径: 请求示例 { "productcode": "005", "domain": "ctyun.cn" } 正常响应示例 { "code": 100000, "message": "success", "productcode": "005", "domain": "push.ctyun.cn", "appsconf": [ { "id": "3d28337", "appname": "app5" }, { "id": "34e11a897e2", "appname": "app3343", "thirdpush": { "switch": "on", "pushlist": [ { "origin": "1.1.1.1", "port": "11", "host": "ctyun.cn1" }, { "origin": "2.1.1.1", "port": "11", "host": "ctyun.cn2" } ] }, "timeshift": { "switch": "on", "maxplaybacktime": "32s", "moduleid": "d656acd5" } } ], "streamsconf": [ { "id": "a3915a86b7c", "appname": "app6", "streamname": "fff444" }, { "id": "e028077f8", "appname": "app6", "streamname": "fffd", "thirdpush": { "switch": "on", "pushlist": [ { "origin": "111.12.1.1", "port": "11", "host": "ctyun.cn3" } ] }, "timeshift": { "switch": "on", "maxplaybacktime": "32s", "moduleid": "d656eacd5" } } ] } 错误码请参考:参数code和message含义