修正allow_http2的显示、bypass的自定义域改成null的json
This commit is contained in:
@@ -476,6 +476,9 @@ public class InterceptCfgService extends CrudService<WebsiteCfgDao,CfgIndexInfo>
|
||||
//entity.getHttpUrlList().get(0).getCfgKeywords();
|
||||
|
||||
domainUserRegion=domainUserRegion+";"+Constants.USERREGION_DOMAIN_STR+"="+domainStr;
|
||||
if(entity.getServiceId().equals(521)) {
|
||||
domainUserRegion="{}";
|
||||
}
|
||||
HttpUrlCfg cfg = new HttpUrlCfg();
|
||||
BeanUtils.copyProperties(entity, cfg, new String[]{"cfgId"});
|
||||
cfg.setTableName(HttpUrlCfg.getTablename());
|
||||
|
||||
Reference in New Issue
Block a user