From c4bdf99a264ecabff1e070973ff6e2f3d458a2c9 Mon Sep 17 00:00:00 2001 From: zhangbin <460190368@qq.com> Date: Wed, 18 Jun 2025 16:12:43 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=AF=E7=94=A8osd?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- OpenAuth.WebApi/Model/mqtt/MqttHostedService.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/OpenAuth.WebApi/Model/mqtt/MqttHostedService.cs b/OpenAuth.WebApi/Model/mqtt/MqttHostedService.cs index 1130c6d..b3f15e6 100644 --- a/OpenAuth.WebApi/Model/mqtt/MqttHostedService.cs +++ b/OpenAuth.WebApi/Model/mqtt/MqttHostedService.cs @@ -27,11 +27,11 @@ namespace OpenAuth.WebApi.Model.mqtt await mqttCenter.ConnectAndSubscribeAsync( // "thing/product/8UUXN5400A079H/osd", - // "thing/product/1581F8HGX254V00A0BUY/osd" + "thing/product/1581F8HGX254V00A0BUY/osd" // "thing/product/8UUXN5400A079H/services", //"thing/product/8UUXN5400A079H/services_reply" - "thing/product/8UUXN5400A079H/requests", - "thing/product/8UUXN5400A079H/services_reply" + //"thing/product/8UUXN5400A079H/requests", + //"thing/product/8UUXN5400A079H/services_reply" //"thing/product/8UUXN5400A079H/events" ); }