diff --git a/modules/mogo-module-share/src/main/java/com/mogo/module/share/constant/ShareConstants.java b/modules/mogo-module-share/src/main/java/com/mogo/module/share/constant/ShareConstants.java index bfbb2fe379..28ed0f468e 100644 --- a/modules/mogo-module-share/src/main/java/com/mogo/module/share/constant/ShareConstants.java +++ b/modules/mogo-module-share/src/main/java/com/mogo/module/share/constant/ShareConstants.java @@ -115,8 +115,8 @@ public class ShareConstants { public static final int VOICE_ALERT_COUNT = 3; //1天的毫秒 TODO -// public static final long ONE_DAY_TIME = 86400000; - public static final long ONE_DAY_TIME = 60000; + public static final long ONE_DAY_TIME = 86400000; +// public static final long ONE_DAY_TIME = 60000; //7天的毫秒 public static final long SEVEN_DAY_TIME = 604800000;