From 5a5a2b696866f947b6025d26c3302e8ffef46435 Mon Sep 17 00:00:00 2001
From: JLChen <551775569@qq.com>
Date: 星期一, 11 一月 2021 16:11:20 +0800
Subject: [PATCH] 2021-01-11 1.更新MQTT连接和本地搜索网关方法。2.子账号相关接口完善

---
 Crabtree/SmartHome/HDL/Operation/ResponseEntity/UserLoginRes.cs |   36 ++++++++++++++++++------------------
 1 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/Crabtree/SmartHome/HDL/Operation/ResponseEntity/UserLoginRes.cs b/Crabtree/SmartHome/HDL/Operation/ResponseEntity/UserLoginRes.cs
index d48d23e..cd4fc15 100644
--- a/Crabtree/SmartHome/HDL/Operation/ResponseEntity/UserLoginRes.cs
+++ b/Crabtree/SmartHome/HDL/Operation/ResponseEntity/UserLoginRes.cs
@@ -3,32 +3,32 @@
 
 namespace Shared
 {
-    [Serializable]
-    public class UserLoginRes
-    {
-        public string Token;
+    //[Serializable]
+    //public class UserLoginRes
+    //{
+    //    public string Token;
 
-        public string TimeStamp;
+    //    public string TimeStamp;
 
-        public string UserId;
+    //    public string UserId;
 
-        public string Account;
+    //    public string Account;
 
-        public string Contact;
+    //    public string Contact;
 
-        public int UserType;
+    //    public int UserType;
 
-        public string MainUserId;
+    //    public string MainUserId;
 
-        public bool IsProxyAllVisionRegister;  //<!--鏄惁鍦ㄥ叏瑙嗛�氫腑浠g悊娉ㄥ唽浜�-->
-        public bool IsAllVisionRoomBind;     //<!-- 鏄惁鍦ㄧ粦瀹氫簡浣忔埧浜�,濡傛灉杩欎袱涓瓧娈礗sProxyAllVisionRegister+IsProxyAllVisionRegister閮戒负true鐨勮瘽锛屽垯App绔樉绀哄叏瑙嗛�氳烦杞殑鍔熻兘 -->
-        public string AllVisionRegisterDevUserNameGuid;//7D1fb999-20b6-4363-b731-732d9171071f" ,  <!--SIP 甯愬彿-->         
-        public string TenantCode;// "TXXXX",
-        public string DevelopCode;//": "abc-51f5-123-982c-def"
+    //    public bool IsProxyAllVisionRegister;  //<!--鏄惁鍦ㄥ叏瑙嗛�氫腑浠g悊娉ㄥ唽浜�-->
+    //    public bool IsAllVisionRoomBind;     //<!-- 鏄惁鍦ㄧ粦瀹氫簡浣忔埧浜�,濡傛灉杩欎袱涓瓧娈礗sProxyAllVisionRegister+IsProxyAllVisionRegister閮戒负true鐨勮瘽锛屽垯App绔樉绀哄叏瑙嗛�氳烦杞殑鍔熻兘 -->
+    //    public string AllVisionRegisterDevUserNameGuid;//7D1fb999-20b6-4363-b731-732d9171071f" ,  <!--SIP 甯愬彿-->         
+    //    public string TenantCode;// "TXXXX",
+    //    public string DevelopCode;//": "abc-51f5-123-982c-def"
 
-        public string Guid;
-        public string MD5PWD;
-    }
+    //    public string Guid;
+    //    public string MD5PWD;
+    //}
 
     /// <summary>
     /// 鎴愬憳绠$悊鍛樻潈闄愭搷浣滅被

--
Gitblit v1.8.0