[时区预备测试]

This commit is contained in:
2024-02-20 09:41:01 +08:00
parent d3caa1dda9
commit 87a8d8d490
4 changed files with 38 additions and 10 deletions
+1 -1
View File
@@ -109,7 +109,7 @@ builder.Services.AddControllers(options =>
}
})
.AddNewtonsoftJsonSetup(); // NewtonsoftJson 序列化 处理
.AddNewtonsoftJsonSetup(builder.Services); // NewtonsoftJson 序列化 处理
builder.Services.AddOptions().Configure<SystemEmailSendConfig>(_configuration.GetSection("SystemEmailSendConfig"));
builder.Services.AddOptions().Configure<ServiceVerifyConfigOption>(_configuration.GetSection("BasicSystemConfig"));