Explorar o código

每月最后一天统计上月有效wifi逻辑调整

lcl hai 5 meses
pai
achega
70f83d0d69
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      AppStart/WifiCheckHelper.cs

+ 1 - 1
AppStart/WifiCheckHelper.cs

@@ -28,7 +28,7 @@ public class WifiCheckHelper
         {
             try
             {
-                if(DateTime.Now.AddMonths(1).Day == 1 && DateTime.Now.Hour > 22)
+                if(DateTime.Now.AddDays(2).Day == 1 && DateTime.Now.Hour > 14)
                 {
                     DoSomething();
                 }