修改F5礼包接口

main
grimm 2025-09-03 14:13:37 +08:00
parent a80b8c95be
commit 95d2554aa1
1 changed files with 2 additions and 2 deletions

View File

@ -1964,8 +1964,8 @@ public class PlayerLogic {
}else{
//玩家在线,直接发奖
String rewardStr = getRewardStr(false, config, 0);
MailLogic.getInstance().sendMail(user.getId(),SErrorCodeEerverConfig.getI18NMessage("Google_Comment_title"),
SErrorCodeEerverConfig.getI18NMessage("Google_Comment_txt"),rewardStr,TimeUtils.nowInt(),Global.MAIL_EFFECTIVE_TIME);
MailLogic.getInstance().sendMail(user.getId(),SErrorCodeEerverConfig.getI18NMessage("F5_Gift_title"),
SErrorCodeEerverConfig.getI18NMessage("F5_Gift_txt"),rewardStr,TimeUtils.nowInt(),Global.MAIL_EFFECTIVE_TIME);
giftInfo = goodsId + ",1";
}
map.put(transactionId,giftInfo);