1.WebSocket登录注册

2.数据重发机制
This commit is contained in:
hehaibing-1996
2024-05-17 15:12:07 +08:00
parent c8ce453f74
commit 649e22b4ce
17 changed files with 200 additions and 163 deletions

View File

@ -14,5 +14,9 @@ namespace WCS.Model.ApiModel.User
/// 是否配置为不登陆(如果不登陆 直接获取admin 且不验证密码了)
/// </summary>
public bool IsNoLogin { get; set; } = false;
public string WebSocketIpAddress { get; set; } = string.Empty;
public List<string> GroupNames { get; set; }
}
}