This commit is contained in:
he
2023-01-15 14:20:25 +08:00
parent 120dd22561
commit 25263ec709
9 changed files with 84 additions and 28 deletions
@@ -608,7 +608,7 @@ namespace IRaCIS.Application.Services
if (loginDoctor == null)
{
return ResponseOutput.NotOk("请检查用户名或者密码。", new LoginReturnDTO());
return ResponseOutput.NotOk(_localizer["User_CheckNameOrPw"], new LoginReturnDTO());
}