Revert "用户红包过期时间临时改为5分钟过期"
This reverts commit 08dcf14388134b411a281bb1cfceb0b954c24ce4.
This commit is contained in:
parent
93a779f240
commit
10ab62cb15
@ -66,7 +66,7 @@ public class SendUserRedPacketCmdExe {
|
|||||||
|
|
||||||
String packetId = IdWorkerUtils.getIdStr();
|
String packetId = IdWorkerUtils.getIdStr();
|
||||||
|
|
||||||
LocalDateTime expireTime = LocalDateTime.now().plusMinutes(5);
|
LocalDateTime expireTime = LocalDateTime.now().plusHours(24);
|
||||||
|
|
||||||
Long handlingFee = calculateHandlingFee(cmd.getTotalAmount());
|
Long handlingFee = calculateHandlingFee(cmd.getTotalAmount());
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user