用户红包过期时间临时改为5分钟过期

This commit is contained in:
tianfeng 2026-01-14 14:21:09 +08:00
parent 5dbb10b0ae
commit 08dcf14388

View File

@ -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());