| | |
| | | public class LoginObj |
| | | { |
| | | /// <summary> |
| | | /// RequestVersion |
| | | /// </summary> |
| | | public string RequestVersion = CommonPage.RequestVersion; |
| | | /// <summary> |
| | | /// 用户账户 |
| | | /// </summary> |
| | | public string Account; |
| | |
| | | /// </summary> |
| | | public string Password; |
| | | /// <summary> |
| | | /// 登录来源,主要是为了区分此次登录是来源OnApp还是Zigbee App |
| | | /// 默认值: null |
| | | /// 登录来源,0:Zigbee |
| | | /// </summary> |
| | | public string Source; |
| | | /// <summary> |
| | | /// Company 公司编号(0:HDL短信验证码 1:短信控制 2:酒店控制 3:忘记密码 100:安捷嘉 101:想天 102:安百纳 103:首城珑玺) |
| | | /// 默认值: 0 |
| | | /// </summary> |
| | | public int Company; |
| | | public string RequestSource = "0"; |
| | | |
| | | } |
| | | #endregion |
| | | |