修改国际化内容

This commit is contained in:
2023-06-05 16:48:12 +08:00
parent 739c3ad4cb
commit d516b8a4dc
8 changed files with 9 additions and 11 deletions
-2
View File
@@ -83,12 +83,10 @@ namespace IRaCIS.Core.API
if (_configuration.GetSection("BasicSystemConfig").GetValue<bool>("OpenLoginLimit"))
{
options.Filters.Add<LimitUserRequestAuthorization>();
}
})
.AddNewtonsoftJsonSetup(); // NewtonsoftJson 序列化 处理
services.AddOptions().Configure<SystemEmailSendConfig>( _configuration.GetSection("SystemEmailSendConfig"));
Binary file not shown.
Binary file not shown.