1.WebSocket登录注册
2.数据重发机制
This commit is contained in:
@ -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; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user