Browse Source

押金推送时间改为3分钟

lcl 3 tháng trước cách đây
mục cha
commit
25e9ec5dcc
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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);
             }
         }