ftp、mail、website三个模块中审核接口调用maat配置接口

This commit is contained in:
duandongmei
2018-06-08 15:21:04 +08:00
parent 00c8c59236
commit 623a1fdd09
3 changed files with 6 additions and 5 deletions

View File

@@ -307,7 +307,7 @@ public class MailCfgService extends CrudService<MailCfgDao,CfgIndexInfo> {
String json=gsonToJson(maatBean);
logger.info("mail配置下发配置参数"+json);
//调用服务接口下发配置
ToMaatResult result = ConfigServiceUtil.postCallbackCfg(json);
ToMaatResult result = ConfigServiceUtil.postMaatCfg(json);
logger.info("mail配置下发响应信息"+result.getMsg());
}else if(isAudit==3){