分支自 SuZhouGuanHong/TaiYuanTaiZhong

huanghongfeng
2024-05-11 ccb5c15ee5cf72d8567997ae25fce6518fb63ae0
´úÂë¹ÜÀí/WMS/WMS_Server/WIDESEA_WebApi/Startup.cs
@@ -184,6 +184,7 @@
            {
                options.MaxRequestBodySize = 1024 * 1024 * 100;//100M
            });
            services.AddTimedJob();//添加定时器
        }
        public void ConfigureContainer(ContainerBuilder builder)
@@ -251,6 +252,7 @@
            {
                endpoints.MapControllers();
            });
            app.UseTimedJob();//添加定时器
        }
    }