ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Logic/HdlDeviceCommonLogic.cs
@@ -76,7 +76,7 @@ return reResult; } //网关ID string gatewayID = HdlGatewayLogic.Current.GetGatewayId(device.Gateway); string gatewayID = device.Gateway.GwId; //错误主题 string errorTopic = gatewayID + "/" + "Error_Respon"; //检测对象的主题 @@ -179,7 +179,7 @@ return reResult; } //网关ID string gatewayID = HdlGatewayLogic.Current.GetGatewayId(device.Gateway); string gatewayID = device.Gateway.GwId; //错误主题 string errorTopic = gatewayID + "/" + "Error_Respon"; //检测对象的主题