|
|
|
@ -16,7 +16,7 @@ public class RedTimeRuleConfig { |
|
|
|
private LocalDateTime rechargeStartTime = LocalDateTime.of(2025, 12, 4, 16, 0, 0); |
|
|
|
|
|
|
|
// 消费开放时间:2025-12-06 10:00:00(北京时间) |
|
|
|
private LocalDateTime consumeStartTime = LocalDateTime.of(2025, 12, 6, 10, 0, 0); |
|
|
|
private LocalDateTime consumeStartTime = LocalDateTime.of(2025, 12, 5, 10, 0, 0); |
|
|
|
|
|
|
|
// 时区:中国标准时间 |
|
|
|
private ZoneId zoneId = ZoneId.of("Asia/Shanghai"); |