test
This commit is contained in:
@@ -354,6 +354,7 @@ namespace WMS.Web.Domain.Services.Public
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
_logger.LogInformation("登录错误信息:" + ex.Message);
|
||||
return Result<LoginInDto>.ReFailure("授权失败,请重新登录", 401);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user