修改音频色情实际添加视频色情功能
策略管控增加多个url和多个权限标识
This commit is contained in:
@@ -530,6 +530,12 @@ public class MaatCfg implements Serializable {
|
||||
public String getAreaEffectiveIds() {
|
||||
return areaEffectiveIds;
|
||||
}
|
||||
/**
|
||||
* areaEffectiveIds
|
||||
* areaEffectiveIds=7242:5,7212:4,7122:3
|
||||
* 接口要求格式为:72425,72124,71223
|
||||
* @param areaEffectiveIds
|
||||
*/
|
||||
public void setAreaEffectiveIds(String areaEffectiveIds) {
|
||||
if(StringUtils.isEmpty(areaEffectiveIds)){
|
||||
areaEffectiveIds="0";
|
||||
|
||||
Reference in New Issue
Block a user