From 31c9bd0e8fe238761e9d4497f3db9dc80152e17e Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Thu, 4 Dec 2025 18:23:25 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A3=98=E7=AA=97=E6=B3=A8=E9=87=8A=E5=8F=96?= =?UTF-8?q?=E6=B6=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../other/app/command/redpacket/SendRoomRedPacketCmdExe.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/redpacket/SendRoomRedPacketCmdExe.java b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/redpacket/SendRoomRedPacketCmdExe.java index ba993a76..6d1e905c 100644 --- a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/redpacket/SendRoomRedPacketCmdExe.java +++ b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/redpacket/SendRoomRedPacketCmdExe.java @@ -153,7 +153,7 @@ public class SendRoomRedPacketCmdExe { ); // 发送飘窗通知(平台红包) -// sendMessage(cmd, packetId); + sendMessage(cmd, packetId); log.info("发平台红包成功 packetId={} roomId={} amount={} count={} ", packetId, cmd.getRoomId(), cmd.getTotalAmount(), cmd.getTotalCount());