From fd5b40fc95f459039af4cb27c5df5f24f58b8b1f Mon Sep 17 00:00:00 2001 From: zhangbin <460190368@qq.com> Date: Fri, 4 Jul 2025 15:19:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=95=B0=E6=8D=AE=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- OpenAuth.WebApi/Model/mqtt/ThingOsdHandler.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenAuth.WebApi/Model/mqtt/ThingOsdHandler.cs b/OpenAuth.WebApi/Model/mqtt/ThingOsdHandler.cs index 106563b..5950e2f 100644 --- a/OpenAuth.WebApi/Model/mqtt/ThingOsdHandler.cs +++ b/OpenAuth.WebApi/Model/mqtt/ThingOsdHandler.cs @@ -34,7 +34,7 @@ namespace OpenAuth.WebApi.Model.mqtt Topic = topic, Method = root["method"]?.ToString() ?? "", CreateTime = DateTime.Now, - Data = root.ToString() + Data = payload }); var sub_device = root["data"]?["sub_device"]?.ToString() ?? ""; if (!string.IsNullOrEmpty(sub_device))