diff --git a/UserClass/AsyncTcpClient.cs b/UserClass/AsyncTcpClient.cs index fc73455..2262162 100644 --- a/UserClass/AsyncTcpClient.cs +++ b/UserClass/AsyncTcpClient.cs @@ -363,7 +363,7 @@ namespace SunlightAggregationManager.UserClass //格式化返回信息 ret = JsonSerializer.Serialize(data_); } - if (Command == "SETUSER")//回复Notification请求的信息 + if (Command == "SETUSER")//回复请求的信息 { MainWindowViewModel.Updata_Memory(MainWindowViewModel._userData, "User='" + deserialized.GetValue("USER").ToString()! + "'" ,