在线用户登录新增用户地理位置显示

This commit is contained in:
不做码农
2022-06-05 13:15:28 +08:00
parent 4e59afe3ba
commit c6be4db66c
2 changed files with 11 additions and 3 deletions

View File

@@ -17,6 +17,7 @@ namespace ZR.Model
public string Name { get; set; }
public DateTime LoginTime { get; set; }
public string UserIP { get; set; }
public string Location { get; set; }
public OnlineUsers(string clientid, string name, long? userid, string userip)
{