OnPro/HDL_ON/UI/UI2/3-Intelligence/Automation/Send.cs
@@ -502,6 +502,7 @@ return list; } /// <summary> ///请求服务器(与住宅有关:例如;homeId) @@ -558,11 +559,17 @@ //失败时是否要提示 if (isTip) { if (r == null) { r = new ResponsePackNew { message = "没回复,请确认网络是否正常.", Code = "-1", }; } new LogicView.TipPopView().FlashingBox(r.message + $"({r.Code})"); } } return false; } /// <summary> /// 打印日志 /// </summary>