妖晶购买

master_0.05_yj
grimm 2024-05-27 18:17:56 +08:00
parent cfbc6e00ef
commit d2be914e20
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ public class BuyGoodsNewLogic {
}
int price = (int)sRechargeCommodityConfig.getPrice()*100;
sendGoods(iSession.getUid(), String.valueOf(goodsId), "", yaoJing_order, TimeUtils.now(), price);
MessageUtil.sendMessage(iSession,1, MessageTypeProto.MessageType.TEST_BUY_GIGT_GOODS_RESPONSE_VALUE,null,true);
MessageUtil.sendMessage(iSession,1, MessageTypeProto.MessageType.YaoJingBuyResponse_VALUE,null,true);
}
/**