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