From 51cd95b143cd928ea86a11e3618256a7d779c745 Mon Sep 17 00:00:00 2001
From: WJC <wjc@hdlchina.com.cn>
Date: 星期二, 24 十二月 2019 13:22:53 +0800
Subject: [PATCH] 2019-12-24-1

---
 ZigbeeApp/Shared/Phone/Device/Logic/Send.cs |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/ZigbeeApp/Shared/Phone/Device/Logic/Send.cs b/ZigbeeApp/Shared/Phone/Device/Logic/Send.cs
index bc6810c..ab23f9e 100644
--- a/ZigbeeApp/Shared/Phone/Device/Logic/Send.cs
+++ b/ZigbeeApp/Shared/Phone/Device/Logic/Send.cs
@@ -1016,7 +1016,6 @@
         /// <returns></returns>
         public static async System.Threading.Tasks.Task<string> WebClientAsync(int value, string url, Residential residential = null)
         {
-
             NameValueCollection postValues = new NameValueCollection();
 
             if (value == 0)
@@ -1046,9 +1045,8 @@
             byte[] responseArray = webClient.UploadValues(url, postValues);
             var s = System.Text.Encoding.UTF8.GetString(responseArray);
             return s;
-
         }
-
+        
         public class Residential
         {
             /// <summary>

--
Gitblit v1.8.0