1
hutongqing
2024-12-17 f142e86b68f5480f342442b1a4ae4c6a4fc3d912
WIDESEAWCS_Server/WIDESEAWCS_QuartzJob/QuartzExtensions/JobSetup.cs
@@ -37,6 +37,12 @@
        {
            if (services == null) throw new ArgumentNullException(nameof(services));
            if (!HslCommunication.Authorization.SetAuthorizationCode("891c8f18-d6de-409f-81f4-6de405431905"))
            {
                Console.WriteLine("hslcommunication active failed");
                Console.ReadLine();
            }
            services.AddSingleton<Storage>();
            services.AddSingleton<QuartzNetExtension>();
            //将JobFactory注入到服务中