| | |
| | | /// 远程连接的Mqtt的客户端ID
|
| | | /// </summary> |
| | | [Newtonsoft.Json.JsonIgnore] |
| | | public string ConnEmqClientId = string.Empty; |
| | | public string ConnEmqClientId = string.Empty;
|
| | | /// <summary>
|
| | | /// 当前登录的账号是不是之前的账号
|
| | | /// </summary>
|
| | | [Newtonsoft.Json.JsonIgnore]
|
| | | public bool TheSameLoginAccount = false; |
| | | |
| | | [Newtonsoft.Json.JsonIgnore] |
| | | /// <summary> |
| | |
| | | /// 登录时Token |
| | | /// </summary> |
| | | public string LoginToken = string.Empty; |
| | | |
| | | /// <summary> |
| | | /// 登录过的帐号信息 |
| | | /// </summary> |
| | | public List<string> AccountList = new List<string> { }; |
| | | |
| | | public List<string> HomeFilePathList = new List<string> { }; |
| | | |