From 2eacb04ca1ec0ad20fda4186b59a9bce67004cb4 Mon Sep 17 00:00:00 2001
From: xm <1271024303@qq.com>
Date: 星期四, 30 四月 2020 17:45:33 +0800
Subject: [PATCH] 请合并小模块
---
ZigbeeApp/Shared/Phone/Login/Logic/AccountLogic.cs | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/ZigbeeApp/Shared/Phone/Login/AccountLogic.cs b/ZigbeeApp/Shared/Phone/Login/Logic/AccountLogic.cs
similarity index 96%
rename from ZigbeeApp/Shared/Phone/Login/AccountLogic.cs
rename to ZigbeeApp/Shared/Phone/Login/Logic/AccountLogic.cs
index 2cc5055..c3889ad 100755
--- a/ZigbeeApp/Shared/Phone/Login/AccountLogic.cs
+++ b/ZigbeeApp/Shared/Phone/Login/Logic/AccountLogic.cs
@@ -116,10 +116,6 @@
};
var requestJson = Newtonsoft.Json.JsonConvert.SerializeObject(requestObj);
var revertObj = await RequestHttpsZigbeeAsync("ProcessRange/ReceiveAppLatAndLon", System.Text.Encoding.UTF8.GetBytes(requestJson));
- //if (revertObj.StateCode.ToUpper() == "SUCCESS")
- //{
- // System.Console.WriteLine("涓婁紶浣嶇疆鎴愬姛" + lat + lon);
- //}
}
catch { }
}
--
Gitblit v1.8.0