Explorar el Código

押金推送时间改为3分钟

lcl hace 3 meses
padre
commit
25e9ec5dcc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      AppStart/GetHaoDaFTPInfoService.cs

+ 1 - 1
AppStart/GetHaoDaFTPInfoService.cs

@@ -84,7 +84,7 @@ namespace MySystem
                     GetDepositData();
                 }
                 SaveTradeData(DateTime.Now.ToString("yyyyMMdd"));
-                Thread.Sleep(1800000);
+                Thread.Sleep(180000);
             }
         }