白名单审核调用postMaatCfg方法

This commit is contained in:
wangxin
2018-05-25 08:59:02 +08:00
parent 2b17b9e3fe
commit 7a8cd5bc41
2 changed files with 2 additions and 2 deletions

View File

@@ -110,7 +110,7 @@ public class IpCfgService extends CrudService<IpCfgDao,BaseIpCfg> {
logger.info("IP白名单下发配置参数"+json);
//调用服务接口下发配置
try {
ToMaatResult result = ConfigServiceUtil.postCallbackCfg(json);
ToMaatResult result = ConfigServiceUtil.postMaatCfg(json);
logger.info("IP白名单配置下发响应信息"+result.getMsg());
} catch (Exception e) {
e.printStackTrace();

View File

@@ -109,7 +109,7 @@ public class StringCfgService extends CrudService<StringCfgDao,BaseStringCfg> {
logger.info("文件样例下发配置参数:"+json);
//调用服务接口下发配置
try {
ToMaatResult result = ConfigServiceUtil.postCallbackCfg(json);
ToMaatResult result = ConfigServiceUtil.postMaatCfg(json);
logger.info("IP白名单配置下发响应信息"+result.getMsg());
} catch (Exception e) {
e.printStackTrace();