hutongqing
2024-11-28 3ec3e0c1913bc902dbbcaeae2959897df6212ec2
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注入到服务中