音视频白名单serviceid调整

This commit is contained in:
leijun
2018-09-18 17:39:54 +08:00
parent 3b5bdda09d
commit 53d83710b0

View File

@@ -0,0 +1,7 @@
#修改基于音视频传输的IP PORT阻断业务的业务ID由0x100改为0x10F
update function_service_dict set service_id='271' where dict_id='21';
#修改基于音视频传输的URL阻断业务的业务ID由0x101改为0x110
update function_service_dict set service_id='272' where dict_id='30';
#音视频添加action白名单
INSERT INTO `function_service_dict` VALUES (130,20, 0, 128, 'whitelist', 256, 'av_content_ip_whitelist', '', 1, NULL, NULL, NULL, NULL, '2');
INSERT INTO `function_service_dict` VALUES (131,22, 0, 128, 'whitelist', 257, 'av_content_url_whitelist', '', 1, NULL, NULL, NULL, NULL, '2');