五星成长礼bug
parent
54e8854bc4
commit
61d614eaff
|
@ -285,10 +285,10 @@ public class BuyGoodsLogic {
|
||||||
}else {
|
}else {
|
||||||
rechargeInfo.putDyGoodsCanBuyTimes(goodsId,dytime);
|
rechargeInfo.putDyGoodsCanBuyTimes(goodsId,dytime);
|
||||||
}
|
}
|
||||||
// List<CommonProto.GiftGoodsInfo> goodsBagInfo = new ArrayList<>(SRechargeCommodityConfig.rechargeCommodityConfigMap.size());
|
List<CommonProto.GiftGoodsInfo> goodsBagInfo = new ArrayList<>(SRechargeCommodityConfig.rechargeCommodityConfigMap.size());
|
||||||
// BuyGoodsLogic.getGoodsBagInfo(uid, goodsBagInfo,false);
|
BuyGoodsLogic.getGoodsBagInfo(uid, goodsBagInfo,false);
|
||||||
// PlayerInfoProto.AllGiftGoodsIndication build = PlayerInfoProto.AllGiftGoodsIndication.newBuilder().addAllGiftGoodsInfo(goodsBagInfo).build();
|
PlayerInfoProto.AllGiftGoodsIndication build = PlayerInfoProto.AllGiftGoodsIndication.newBuilder().addAllGiftGoodsInfo(goodsBagInfo).build();
|
||||||
// MessageUtil.sendIndicationMessage(session,1, MessageTypeProto.MessageType.ALL_GIFTGOODS_INDICATION_VALUE,build,true);
|
MessageUtil.sendIndicationMessage(session,1, MessageTypeProto.MessageType.ALL_GIFTGOODS_INDICATION_VALUE,build,true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue