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/SendJson.cs | 32 ++++++++++++++++----------------
1 files changed, 16 insertions(+), 16 deletions(-)
diff --git a/Crabtree/SmartHome/HDL/Operation/ResponseEntity/SendJson.cs b/Crabtree/SmartHome/HDL/Operation/ResponseEntity/SendJson.cs
index 53e0577..704e5c4 100644
--- a/Crabtree/SmartHome/HDL/Operation/ResponseEntity/SendJson.cs
+++ b/Crabtree/SmartHome/HDL/Operation/ResponseEntity/SendJson.cs
@@ -19,14 +19,14 @@
public string LoginAccessToken;
}
- [System.Serializable]
- public class BaseNoTokenObj
- {
- public string RequestVersion = MainPage.RequestVersion;
+ //[System.Serializable]
+ //public class BaseNoTokenObj
+ //{
+ // public string RequestVersion = MainPage.RequestVersion;
- public string RequestSource = MainPage.RequestSource;
+ // public string RequestSource = MainPage.RequestSource;
- }
+ //}
[System.Serializable]
public class PageSettingObj
@@ -481,16 +481,16 @@
#region ZigbeeUsers
#region 2.11 浣跨敤甯愬彿瀵嗙爜鐧诲綍
- /// <summary>
- /// 浣跨敤甯愬彿瀵嗙爜鐧诲綍
- /// </summary>
- [System.Serializable]
- public class LoginObj : BaseNoTokenObj
- {
- public string Account;
- public string Password;
- public int Company;
- }
+ ///// <summary>
+ ///// 浣跨敤甯愬彿瀵嗙爜鐧诲綍
+ ///// </summary>
+ //[System.Serializable]
+ //public class LoginObj : BaseNoTokenObj
+ //{
+ // public string Account;
+ // public string Password;
+ // public int Company;
+ //}
#endregion
--
Gitblit v1.8.0