From f60ce72c3c29c7d31a046795c88ec39a69e73d45 Mon Sep 17 00:00:00 2001 From: JLChen <551775569@qq.com> Date: 星期三, 06 一月 2021 17:33:54 +0800 Subject: [PATCH] 2021-01-06 1.替换新云端前期准备相关接口,和修改相关参数。 --- 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