| | |
| | | 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 |
| | |
| | | #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 |
| | | |
| | | |