帮助列表 |
https://openapi.aodianyun.com/v2/VOD.SetCdnRefer
POST
Content-Type: application/x-www-form-urlencoded
access_id:安全校验ID,值为字符串。必选
示例:”access_id”:”123456”
access_key:安全校验码,值为字符串。必选
示例:”access_key”:”ABCDEFG”
domain:需要设置的防盗链域名。必选 (直播:12598.live-vod.cdn.aodianyun.com,上传:12598.long-vod.cdn.aodianyun.com)
示例:”domain”:"12598.long-vod.cdn.aodianyun.com"
type:需要设置的防盗链域名类型。必选 (直播1,上传2)
示例:”type”:1
host:白名单或黑名单域名列表,多个用换行符 \n 分割。必选
示例:”host”:"www.baidu.com"
status:防盗链模式。必选 (whitelist白名单,blacklist黑名单)
示例:“status”:“whitelist”
allownullrefer:Refer是否允许为空。false否,true是。必选
示例:“allownullrefer”:true
curl -X POST \ https://openapi.aodianyun.com/v2/VOD.SetCdnRefer \-H "Content-Type: application/x-www-form-urlencoded" \ -d '{"access_id":"123456","access_key":"ABCDEFG","domain":"29090.long-vod.cdn.aodianyun.com","type":2, "host":"www.baidu12.com\nwww.baidu1.com","status":"whitelist","allownullrefer":true}'
Flag:操作处理结果状态码
示例:”Flag”:100。提示:Flag=100为成功,失败为非100,失败原因在FlagString中体现。
FlagString:操作处理结果状态说明
示例:“FlagString”:“数据查询成功”
{"Flag":100,"FlagString":"操作成功"}
您可以使用奥点云开放平台提供的API接口调试工具进行接口调试。
请登录:https://openapi.aodianyun.com/tools