generated from root/miduo_server
修改F5礼包接口
parent
a80b8c95be
commit
95d2554aa1
|
@ -1964,8 +1964,8 @@ public class PlayerLogic {
|
||||||
}else{
|
}else{
|
||||||
//玩家在线,直接发奖
|
//玩家在线,直接发奖
|
||||||
String rewardStr = getRewardStr(false, config, 0);
|
String rewardStr = getRewardStr(false, config, 0);
|
||||||
MailLogic.getInstance().sendMail(user.getId(),SErrorCodeEerverConfig.getI18NMessage("Google_Comment_title"),
|
MailLogic.getInstance().sendMail(user.getId(),SErrorCodeEerverConfig.getI18NMessage("F5_Gift_title"),
|
||||||
SErrorCodeEerverConfig.getI18NMessage("Google_Comment_txt"),rewardStr,TimeUtils.nowInt(),Global.MAIL_EFFECTIVE_TIME);
|
SErrorCodeEerverConfig.getI18NMessage("F5_Gift_txt"),rewardStr,TimeUtils.nowInt(),Global.MAIL_EFFECTIVE_TIME);
|
||||||
giftInfo = goodsId + ",1";
|
giftInfo = goodsId + ",1";
|
||||||
}
|
}
|
||||||
map.put(transactionId,giftInfo);
|
map.put(transactionId,giftInfo);
|
||||||
|
|
Loading…
Reference in New Issue