优化signalr在线用户

This commit is contained in:
不做码农
2023-04-19 19:55:35 +08:00
parent f603ccdc71
commit c457f3e221
2 changed files with 19 additions and 6 deletions

View File

@@ -18,6 +18,7 @@ namespace ZR.Admin.WebApi.Hubs
public DateTime LoginTime { get; set; }
public string UserIP { get; set; }
public string Location { get; set; }
public string Uuid{ get; set; }
public OnlineUsers(string clientid, string name, long? userid, string userip)
{