lixiaojun
2024-12-11 caa0bdb6f42efa49d5f76d447d8a0acec8d38ada
WebApi/HStation.WebApi.Xhs.Core/Startup.cs
@@ -37,7 +37,7 @@
                options.MaxRequestBodySize = int.MaxValue;
            });
            //     services.AddJwt<JwtHandler>(enableGlobalAuthorize: true);
            // services.AddJwt<JwtHandler>(enableGlobalAuthorize: true);
            //// 拦截器
            services.AddMvcFilter<AuthorizationFilter>();