Browse Source

云展播时间限制

吴志根 3 years ago
parent
commit
05c14a5063
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/dsb/com/cnd3b/restcontroller/publicmethod/live/live.java

+ 1 - 1
src/dsb/com/cnd3b/restcontroller/publicmethod/live/live.java

@@ -91,7 +91,7 @@ public class live extends Controller {
             Long timeEnd = getTimestamp("2022-03-20 00:00:00");
             Long timeNow = System.currentTimeMillis();
             System.err.println(time1);
-            long hour = 3600000;
+            long hour = 3600000*2;
             System.err.println(time2+hour);
             if ((timeNow >= time1 && timeNow <= time1 + hour) || (timeNow >= time2 && timeNow <= time2 + hour) || (timeNow >= time3 && timeNow <= time3 + hour) || (timeNow >= timeEnd)) {
                 resultObject.put("tlivelist", newliverows);