本地礼包购买

back_recharge
xuexinpeng 2021-06-10 18:18:35 +08:00
parent 68a935cfb6
commit e150375e8c
1 changed files with 2 additions and 0 deletions

View File

@ -138,6 +138,8 @@ public class BuyGoodsNewLogic {
price = 0;
orderId = "free-order";
openId = "free-openId";
}else{
price= (int)sRechargeCommodityConfig.getPrice() *100;
}
MessageUtil.sendMessage(session,1, MessageTypeProto.MessageType.TEST_BUY_GIGT_GOODS_RESPONSE_VALUE,null,true);
sendGoods(uid, goodsId, openId, orderId,System.currentTimeMillis(), price);