This commit is contained in:
tongfei
2023-10-28 17:51:54 +08:00
parent 1ec62de590
commit 9bcd0e9600

View File

@@ -354,6 +354,7 @@ namespace WMS.Web.Domain.Services.Public
}
catch (Exception ex)
{
_logger.LogInformation("登录错误信息:" + ex.Message);
return Result<LoginInDto>.ReFailure("授权失败,请重新登录", 401);
}
}