|
|
|
@ -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()! + "'" , |
|
|
|
|