feat:添加登录事件

This commit is contained in:
陈淳
2023-04-19 18:06:40 +08:00
parent 2fd861025a
commit a93e65df0a
6 changed files with 66 additions and 68 deletions

View File

@@ -5,6 +5,7 @@ using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Furion.EventBus;
using Yi.Furion.Core.Rbac.Entities;
namespace Yi.Furion.Core.Rbac.Etos
{
@@ -28,6 +29,6 @@ namespace Yi.Furion.Core.Rbac.Etos
public long UserId { get; set; }
public string UserName { get; set; }
public HttpContext httpContext { get; set; }
public LoginLogEntity LoginLogEntity { get; set; }
}
}