From 08dcf14388134b411a281bb1cfceb0b954c24ce4 Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Wed, 14 Jan 2026 14:21:09 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E6=88=B7=E7=BA=A2=E5=8C=85=E8=BF=87?= =?UTF-8?q?=E6=9C=9F=E6=97=B6=E9=97=B4=E4=B8=B4=E6=97=B6=E6=94=B9=E4=B8=BA?= =?UTF-8?q?5=E5=88=86=E9=92=9F=E8=BF=87=E6=9C=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../other/app/command/redpacket/SendUserRedPacketCmdExe.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/SendUserRedPacketCmdExe.java b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/redpacket/SendUserRedPacketCmdExe.java index 4fc0b2dc..c6236a18 100644 --- a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/redpacket/SendUserRedPacketCmdExe.java +++ b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/redpacket/SendUserRedPacketCmdExe.java @@ -57,7 +57,7 @@ public class SendUserRedPacketCmdExe { String packetId = IdWorkerUtils.getIdStr(); - LocalDateTime expireTime = LocalDateTime.now().plusHours(24); + LocalDateTime expireTime = LocalDateTime.now().plusMinutes(5); Long handlingFee = calculateHandlingFee(cmd.getTotalAmount());