创角时间

back_recharge
wangyuan 2019-06-27 18:06:00 +08:00
parent 18cd2bd4b9
commit 121c465496
1 changed files with 1 additions and 0 deletions

View File

@ -92,6 +92,7 @@ public class GetPlayerInfoHandler extends BaseHandler{
.addAllBuyGoodsId(rechargeInfo.getBuyGoodsTimes().keySet())
.setSuddenlyBossInfo(suddenlyBossInfo)
.setVipBaseInfo(vipInfoProto)
.setUserCreateTime((int)(playerInfoManager.getCreateTime()/1000))
.build();
try {
MessageUtil.sendMessage(iSession, 1, MessageTypeProto.MessageType.GET_PLAYERINFO_RESPONSE_VALUE, getPlayerInfoResponse, true);