Browse Source

好哒交易不限制推送时间

lcl 4 months ago
parent
commit
e3d35c0741
1 changed files with 7 additions and 7 deletions
  1. 7 7
      AppStart/GetHaoDaFTPInfoService.cs

+ 7 - 7
AppStart/GetHaoDaFTPInfoService.cs

@@ -521,15 +521,15 @@ namespace MySystem
         {
             while (true)
             {
-                if(DateTime.Now.Hour < 9)
-                {
+                // if(DateTime.Now.Hour < 9)
+                // {
                     GetTradeData();
-                    Thread.Sleep(2000);
-                }
-                else
-                {
+                //     Thread.Sleep(2000);
+                // }
+                // else
+                // {
                     Thread.Sleep(120000);
-                }
+                // }
             }
         }
         public void GetTradeData()