Explorar el Código

0点开始核验交易

lcl hace 1 año
padre
commit
874cc07426
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      Startup.cs

+ 2 - 0
Startup.cs

@@ -129,6 +129,8 @@ namespace MySystem
             TestService.Instance.Start();
             TestService2.Instance.Start();
 
+            StatTradeCheckService.Instance.StartCheck(); //检查交易额
+
             #endregion
 
         }