帮助列表 |
https://openapi.aodianyun.com/v2/LSS.GetUserConfig
POST
access_id:安全校验ID,值为字符串。必选
示例:“access_id”:“123456789”
access_key:安全校验码,值为字符串。必选
示例:“access_key”:“ABCDEFG”
curl -X POST https://openapi.aodianyun.com/v2/LSS.GetUserConfig -d '{"access_id":"123456789","access_key":"ABCDEFG"}'
#注意开发时,请写成一行!
Flag:操作处理结果状态码
示例:“Flag”:100。提示:Flag=100为成功,失败为非100,失败原因在FlagString中体现。
FlagString:操作处理结果状态说明
示例:“FlagString”:“添加成功”
Info:配置信息
示例:“Info”:{}
{
"Flag": 100,
"FlagString": "操作成功",
"Info": {
"auth_info": {
"publish_auth_info": {
"enable": true,
"master_key": "xxx",
"backup_key": "xxx"
},
"rtmp_auth_info": {
"enable": true,
"master_key": "xxx",
"backup_key": ""
},
"hls_auth_info": {
"enable": true,
"master_key": "xxx",
"backup_key": ""
}
},
"referer_verify_info": {
"enable": 0
},
"rtc_config": {
"enable": false
},
"enable_record": false,
"liveService": "aliyun_live",
"available": true,
"frozen_flag": false,
"forbid_live_streams": [
{
"app": "demo",
"stream": "aaaa"
},
{
"app": "demo",
"stream": "AAAAA"
}
],
"stream_record_setting": {
"demo": {
"test1": true
}
}
}
}
您可以使用奥点云开放平台提供的API接口调试工具进行接口调试。
请登录:https://openapi.aodianyun.com/tools