From 7ed9cc5bb6a07a8358a2705797bd2b31c6e39fd4 Mon Sep 17 00:00:00 2001
From: JLChen <551775569@qq.com>
Date: 星期四, 07 一月 2021 18:33:34 +0800
Subject: [PATCH] 2021-01-07 1.注册功能,忘记密码功能相关接口替换,UI界面修改调整。

---
 Crabtree/SmartHome/HDL/Operation/ResponseEntity/API.cs |   84 +++++++++++++++++++++---------------------
 1 files changed, 42 insertions(+), 42 deletions(-)

diff --git a/Crabtree/SmartHome/HDL/Operation/ResponseEntity/API.cs b/Crabtree/SmartHome/HDL/Operation/ResponseEntity/API.cs
index 65e4d00..9ad9a5a 100644
--- a/Crabtree/SmartHome/HDL/Operation/ResponseEntity/API.cs
+++ b/Crabtree/SmartHome/HDL/Operation/ResponseEntity/API.cs
@@ -7,21 +7,21 @@
         # region ZigbeeUsers 閮ㄥ垎
         //***************************ZigbeeUsers 閮ㄥ垎********************************
         public static string API_ZigbeeUsers = "/ZigbeeUsers/";
-        /// <summary>
-        /// 杩炴帴鏈嶅姟鍣�
-        /// Connection
-        /// </summary>
-        public static string Connection = API_ZigbeeUsers + "/Connection";
-        /// <summary>
-        /// Users - 浣跨敤甯愬彿瀵嗙爜鐧诲綍
-        /// ZigbeeUsers/Login
-        /// </summary>
-        public static string Login = API_ZigbeeUsers + "Login";
+        ///// <summary>
+        ///// 杩炴帴鏈嶅姟鍣�
+        ///// Connection
+        ///// </summary>
+        //public static string Connection = API_ZigbeeUsers + "/Connection";
+        ///// <summary>
+        ///// Users - 浣跨敤甯愬彿瀵嗙爜鐧诲綍
+        ///// ZigbeeUsers/Login
+        ///// </summary>
+        //public static string Login = API_ZigbeeUsers + "Login";
 
-        /// <summary>
-        /// 鐢ㄦ埛鏄惁瀛樺湪
-        /// </summary>
-        public static string IsExistingAccount = API_ZigbeeUsers + "IsExistingAccount";
+        ///// <summary>
+        ///// 鐢ㄦ埛鏄惁瀛樺湪
+        ///// </summary>
+        //public static string IsExistingAccount = API_ZigbeeUsers + "IsExistingAccount";
 
         ///// <summary>
         ///// HomeList
@@ -29,23 +29,23 @@
         //public static string HomeList = "HangZhouHdlCloudApi/ZigbeeUsers/HomeList";
 
 
-        /// <summary>
-        /// 淇敼鐢ㄦ埛瀵嗙爜
-        /// </summary>
-        public static string UpdatePassword = API_ZigbeeUsers + "UpdatePassword";
+        ///// <summary>
+        ///// 淇敼鐢ㄦ埛瀵嗙爜
+        ///// </summary>
+        //public static string UpdatePassword = API_ZigbeeUsers + "UpdatePassword";
 
-        /// <summary>
-        /// 鍒ゆ柇璐﹀彿鏄惁瀛樺湪
-        /// </summary>
-        public static string DetectionAccount = API_ZigbeeUsers + "DetectionAccount";
-        /// <summary>
-        /// 娉ㄥ唽璐﹀彿 鍙戦�侀偖浠剁‘璁ょ殑鏂瑰紡
-        /// </summary>
-        public static string YdRegisterAccount = API_ZigbeeUsers + "YdRegisterAccount";
-        /// <summary>
-        /// 蹇樿瀵嗙爜
-        /// </summary>
-        public static string YdForgetPassword = API_ZigbeeUsers + "YdForgetPassword";
+        ///// <summary>
+        ///// 鍒ゆ柇璐﹀彿鏄惁瀛樺湪
+        ///// </summary>
+        //public static string DetectionAccount = API_ZigbeeUsers + "DetectionAccount";
+        ///// <summary>
+        ///// 娉ㄥ唽璐﹀彿 鍙戦�侀偖浠剁‘璁ょ殑鏂瑰紡
+        ///// </summary>
+        //public static string YdRegisterAccount = API_ZigbeeUsers + "YdRegisterAccount";
+        ///// <summary>
+        ///// 蹇樿瀵嗙爜
+        ///// </summary>
+        //public static string YdForgetPassword = API_ZigbeeUsers + "YdForgetPassword";
         /// <summary>
         ///  缁戝畾瀛愯处鍙峰埌椤圭洰  need Authorization
         /// </summary>
@@ -144,20 +144,20 @@
         
 
 
-        /// <summary>
-        ///  1.81 娣诲姞椤圭洰(浣忓畢)
-        /// </summary>
-        public static string AddHome = API_APP + "AddHome";
+        ///// <summary>
+        /////  1.81 娣诲姞椤圭洰(浣忓畢)
+        ///// </summary>
+        //public static string AddHome = API_APP + "AddHome";
 
-        /// <summary>
-        /// 1.82鍒犻櫎椤圭洰 (浣忓畢)
-        /// </summary>
-        public static string DelHome = API_APP + "DelHome";
+        ///// <summary>
+        ///// 1.82鍒犻櫎椤圭洰 (浣忓畢)
+        ///// </summary>
+        //public static string DelHome = API_APP + "DelHome";
        
-        /// <summary>
-        /// 1.83 缂栬緫椤圭洰(浣忓畢)
-        /// </summary>
-        public static string EditHome = API_APP + "EditHome";
+        ///// <summary>
+        ///// 1.83 缂栬緫椤圭洰(浣忓畢)
+        ///// </summary>
+        //public static string EditHome = API_APP + "EditHome";
 
         /// <summary>
         ///  1.84 鑾峰彇椤圭洰 (浣忓畢)鍒嗛〉

--
Gitblit v1.8.0