服务端的TigerApi 框架,基于.NET6 2024 版本
Rodney Chen
2024-11-20 e8710d52e1b63dd6f640054aa92a496247edbb08
Tiger.Business/Services/ServicesBus.cs
@@ -20,7 +20,7 @@
        {
            if (ApiConfig.RunInterface)
            {
                //BizContext.InterfaceService = DI.Resolve<IInterfaceService>();
                BizContext.InterfaceService = DI.Resolve<IInterfaceService>();
                //BizContext.InterfaceService.SetSchedulerFactory(schedulerFactory);
                ////启动时从服务器加载所有作业
                //BizContext.InterfaceService.AddJobFromDB();