修改配置

This commit is contained in:
daihh
2022-11-07 18:55:03 +08:00
parent 06fccac0e2
commit e4742e5486
5 changed files with 5 additions and 5 deletions

View File

@@ -53,7 +53,7 @@ public class EmailServiceImpl implements IEmailService {
}
String cfgFrom=SysConstant.getConfigValue("xboe.email.from","boeu_learning@boe.com.cn");
String cfgUser=SysConstant.getConfigValue("xboe.email.user");
String cfgWord=SysConstant.getConfigValue("xboe.email.password");
String cfgWord=SysConstant.getConfigValue("xboe.email.security");
Map<String,Object> data=new HashMap<String,Object>();
data.put("to",to);