罗浮邮件

back_recharge
duhui 2023-04-07 16:51:18 +08:00
parent 24c12d6d4f
commit 5abcb4050b
1 changed files with 1 additions and 1 deletions

View File

@ -808,7 +808,7 @@ public class ArenaLogic {
} }
// 基础奖励邮件 // 基础奖励邮件
String content = SErrorCodeEerverConfig.getI18NMessageNeedConvert("mserverarena_reward_content", new Object[]{index}, new int[]{0}, "#"); String content = SErrorCodeEerverConfig.getI18NMessageNeedConvert("mserverarena_reward_content", new Object[]{index}, new int[]{0}, "#");
MailLogic.getInstance().sendMail(uid, title, content, StringUtil.parseArrayToString(value.getSeasonReward()), TimeUtils.nowInt(), Global.MAIL_EFFECTIVE_TIME); MailLogic.getInstance().sendMailToRedis(uid, title, content, StringUtil.parseArrayToString(value.getSeasonReward()), TimeUtils.nowInt(), Global.MAIL_EFFECTIVE_TIME);
} }
try { try {
MongoUtil.getLjsdMongoTemplate().lastUpdate(); MongoUtil.getLjsdMongoTemplate().lastUpdate();