From 97a0d940eb36bcc0bc7c2d23f7b72c6cdc7af1a1 Mon Sep 17 00:00:00 2001 From: "2248356998 qq.com" <2248356998@qq.com> Date: Tue, 4 Apr 2023 09:25:16 +0800 Subject: [PATCH] update iotSharpClient --- src/Plugins/ThingsGateway.Mqtt/IotSharp/IotSharpClient.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Plugins/ThingsGateway.Mqtt/IotSharp/IotSharpClient.cs b/src/Plugins/ThingsGateway.Mqtt/IotSharp/IotSharpClient.cs index 44453bc05..9c2520a0d 100644 --- a/src/Plugins/ThingsGateway.Mqtt/IotSharp/IotSharpClient.cs +++ b/src/Plugins/ThingsGateway.Mqtt/IotSharp/IotSharpClient.cs @@ -305,7 +305,7 @@ namespace ThingsGateway.Mqtt ResponseId = rpcrequestid, Method = rpcmethodname, Success = false, - Data = "负载参数无法解析" + Data = "消息体参数无法解析" }; }