From ef1cfae3cce9fd0a6ef3c3d94d60ca641cc30f6f Mon Sep 17 00:00:00 2001
From: JLChen <551775569@qq.com>
Date: 星期四, 14 一月 2021 17:58:57 +0800
Subject: [PATCH] 2021-01-14 1.增加判断当前值是否需要参与签名方法,保持跟云端一致

---
 Crabtree/SmartHome/UI/SimpleControl/MqttCommon.cs |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/Crabtree/SmartHome/UI/SimpleControl/MqttCommon.cs b/Crabtree/SmartHome/UI/SimpleControl/MqttCommon.cs
index 761d256..fe29bed 100644
--- a/Crabtree/SmartHome/UI/SimpleControl/MqttCommon.cs
+++ b/Crabtree/SmartHome/UI/SimpleControl/MqttCommon.cs
@@ -1,7 +1,6 @@
 锘�/*
 鏇存柊浜咵MQ杩炴帴鏂瑰紡
 */
-using System.Collections.Generic;
 using System;
 using MQTTnet.Client;
 using System.Threading.Tasks;
@@ -10,7 +9,6 @@
 using MQTTnet;
 using System.Text;
 using System.Security.Cryptography;
-using System.IO;
 
 namespace SmartHome
 {

--
Gitblit v1.8.0