Compare commits

..

No commits in common. "92f9bce6837eb92fb9a97a7edef331b18f90ea59" and "85cb2d82ea50e129f510ae7d9d627ecf4bee43fb" have entirely different histories.

View File

@ -69,7 +69,7 @@ namespace YD_WeChatApplet
services.AddScoped<IServerService, ServerService>();
services.AddScoped<IFrameworkService, FrameworkService>();
services.AddSingleton<ICacheService, RedisCacheService>();
services.AddScoped<ICacheService, RedisCacheService>();
services.AddSession();
services.AddMemoryCache();
services.AddHttpContextAccessor();