From ffdeae1a43e1539f9533f93d64089994db6c742b Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期三, 09 六月 2021 17:23:01 +0800 Subject: [PATCH] Merge branch 'tzy2' into wxr6 --- HDL_ON/DAL/Mqtt/MqttClient.cs | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/HDL_ON/DAL/Mqtt/MqttClient.cs b/HDL_ON/DAL/Mqtt/MqttClient.cs index 4212f96..93d0ae7 100644 --- a/HDL_ON/DAL/Mqtt/MqttClient.cs +++ b/HDL_ON/DAL/Mqtt/MqttClient.cs @@ -224,10 +224,10 @@ Topic = $"/user/{DB_ResidenceData.Instance.CurrentRegion.id}/app/thing/event/appDeviceRefresh/up", QualityOfServiceLevel = MQTTnet.Protocol.MqttQualityOfServiceLevel.AtMostOnce }; - //缃戝叧瀵嗛挜鏇存柊閫氱煡 + //涓�绔彛瀵嗛挜鏇存柊閫氱煡 var mqttkeyChange = new MqttTopicFilter() { - Topic = $"/user/{DB_ResidenceData.Instance.CurrentRegion.id}/custom/mqtt/secret/change", + Topic = $"/user/{MqttInfoConfig.Current.HomeGatewayInfo.gatewayId}/custom/mqtt/secret/change", QualityOfServiceLevel = MQTTnet.Protocol.MqttQualityOfServiceLevel.AtMostOnce }; @@ -710,6 +710,7 @@ case "18316672920": case "15971583093": case "15626203746": + case "551775569@qq.com": return; } -- Gitblit v1.8.0