修复IP DROP审核调用回调接口

This commit is contained in:
wangxin
2018-11-21 19:14:30 +08:00
parent fa166048d2
commit 3c5f49d1af

View File

@@ -1775,7 +1775,7 @@ public abstract class BaseService {
logger.info("IP配置下发配置参数"+json); logger.info("IP配置下发配置参数"+json);
//调用服务接口下发配置 //调用服务接口下发配置
try { try {
ToMaatResult result = ConfigServiceUtil.put(json, 2); ToMaatResult result = ConfigServiceUtil.postCallbackCfg(json);
if(result!=null){ if(result!=null){
logger.info("IP配置配置下发响应信息"+result.getMsg()); logger.info("IP配置配置下发响应信息"+result.getMsg());
} }