|
|
|
@@ -444,6 +444,7 @@ public class WxGameServiceImpl implements WxGameService { |
|
|
|
Long orderId = 0L; |
|
|
|
Integer addCredit = 0; |
|
|
|
if(data != null){ |
|
|
|
logger.info("userId:"+userId+",中奖了,"+data.toString()); |
|
|
|
if(data instanceof WxCouponChannelVo){ |
|
|
|
WxCouponChannelVo vo = (WxCouponChannelVo) data; |
|
|
|
OrderSaveDto orderSaveDto = new OrderSaveDto(); |
|
|
|
@@ -477,12 +478,14 @@ public class WxGameServiceImpl implements WxGameService { |
|
|
|
addCredit = credit; |
|
|
|
orderId = Constant.creditPlayOrderIdTab; |
|
|
|
}else{ |
|
|
|
logger.info("userId:"+userId+",中奖了加积分为零"); |
|
|
|
resultData.data = null; |
|
|
|
} |
|
|
|
// } |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
}else{ |
|
|
|
logger.info("userId:"+userId+",没中奖,"+data.toString()); |
|
|
|
} |
|
|
|
final IdWorker idWorker = IdWorker.get(); |
|
|
|
WxGameActionLog wxGameActionLog = new WxGameActionLog(); |
|
|
|
|