From 4c4dc956d5e00ec9567e15b062453c4f6e7bb562 Mon Sep 17 00:00:00 2001 From: zuohuaijun Date: Tue, 17 Dec 2024 22:07:32 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=98=8E=E4=BF=AE=E5=A4=8D=E5=AF=86?= =?UTF-8?q?=E7=A0=81=E6=9C=89=E6=95=88=E6=9C=9F=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Admin.NET/Admin.NET.Core/Service/Config/SysConfigService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Admin.NET/Admin.NET.Core/Service/Config/SysConfigService.cs b/Admin.NET/Admin.NET.Core/Service/Config/SysConfigService.cs index 73936636..ea04c224 100644 --- a/Admin.NET/Admin.NET.Core/Service/Config/SysConfigService.cs +++ b/Admin.NET/Admin.NET.Core/Service/Config/SysConfigService.cs @@ -284,7 +284,7 @@ public class SysConfigService : IDynamicApiController, ITransient var sysSecondVer = await GetConfigValueByCode(ConfigConst.SysSecondVer); // 登录二次验证 var sysCaptcha = await GetConfigValueByCode(ConfigConst.SysCaptcha); // 图形验证码 var sysForceChangePassword = await GetConfigValueByCode(ConfigConst.SysForceChangePassword); // 强制修改密码 - var sysPasswordExpirationTime = await GetConfigValueByCode(ConfigConst.SysPasswordExpirationTime); // 密码有效期 + var sysPasswordExpirationTime = await GetConfigValueByCode(ConfigConst.SysPasswordExpirationTime); // 密码有效期 var publicKey = App.GetConfig("Cryptogram:PublicKey", true); // 获取密码加解密公钥配置 return new