From bbc74a6dae2e90a811b2507c5896fe89aa29ccc0 Mon Sep 17 00:00:00 2001
From: 陈嘉乐 <cjl@hdlchina.com.cn>
Date: 星期三, 08 一月 2020 11:30:46 +0800
Subject: [PATCH] 2020-01-08 1.替换新服务器接口。

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

diff --git a/Crabtree/SmartHome/HDL/Operation/ResponseEntity/UserLoginRes.cs b/Crabtree/SmartHome/HDL/Operation/ResponseEntity/UserLoginRes.cs
old mode 100755
new mode 100644
index b3c82f4..30cd74c
--- a/Crabtree/SmartHome/HDL/Operation/ResponseEntity/UserLoginRes.cs
+++ b/Crabtree/SmartHome/HDL/Operation/ResponseEntity/UserLoginRes.cs
@@ -6,11 +6,11 @@
     [Serializable]
     public class UserLoginRes
     {
-        public string Token;
+        public string Token;
 
         public string TimeStamp;
 
-        public int UserId;
+        public string UserId;
 
         public string Account;
 
@@ -18,12 +18,36 @@
 
         public int UserType;
 
-        public int 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 string DevelopCode;//": "abc-51f5-123-982c-def"
+
+        public string Guid;
+        public string MD5PWD;
     }
 }
+
+        //"Token": "NGpIWWJSMk01akdXR3JOQUUrK3hMbU5yVGN1Y1FFMDlKYmZRYndnZmxyYnc4MjBQNVp4WkRxaDg0d21XcTV1eWxlLzVYcFVFNTBkVm0xNTJHdDBtbXhCQkErdERpbmVoM2oyS095VE53R0F3MmpoRjZIS1g3QT09",
+        //"Account": "721343314@qq.com",
+        //"Guid": "29061",
+        //"MD5PWD": "YJWQ6ZKVR0+MMVNJPCY28EYWKZGKUF6C0ZL6LTOLS5QYD9JI27RYXQ==**",
+        //"HdlOnMqttKey": "39dea90f-3e0c-47",
+        //"ConnectMqttBrokerLoadSubDomain": "tcp://hangzhouregionmqttpenetrate.hdlcontrol.com:6699",
+        //"ConnectMqttClientId": "721343314@qq.com",
+        //"ConnectMqttBrokerUserName": "721343314@qq.com",
+        //"ConnectMqttBrokerPwd": "0068e1c8-8c2b-451c-bb2f-fd741671c140",
+        //"CurrentMqttClientIpAndPort": "",
+        //"AccountType": 0,
+        //"UserType": 0,
+        //"MainUserID": 29061,
+        //"UserID": 29061,
+        //"Contact": null,
+        //"IsProxyAllVisionRegister": false,
+        //"IsAllVisionRoomBind": false,
+        //"AllVisionRegisterDevUserNameGuid": null,
+        //"TenantCode": null,
+        //"DevelopCode": null
\ No newline at end of file

--
Gitblit v1.8.0