(1)IPSEC特殊协议的修改

(2)IP配置审核修改
This commit is contained in:
wangxin
2018-06-06 11:00:33 +08:00
parent 129923f7c1
commit 1e4f717bc7
3 changed files with 20 additions and 5 deletions

View File

@@ -135,7 +135,7 @@ public class StringCfgService extends CrudService<StringCfgDao,BaseStringCfg> {
maatBean.setVersion(Constants.MAAT_VERSION);
//调用服务接口下发配置数据
String json=gsonToJson(maatBean);
logger.info("文件样例下发配置参数"+json);
logger.info("域名白名单配置"+json);
//调用服务接口下发配置
try {
ToMaatResult result = ConfigServiceUtil.postMaatCfg(json);