| | |
| | | [System.Serializable] |
| | | public class NullObj |
| | | { |
| | | |
| | | |
| | | } |
| | | |
| | | #region ■ 全球区域列表 ____________________________ |
| | |
| | | /// 验证码,短信登录时候用 |
| | | /// </summary> |
| | | public string verifyCode; |
| | | |
| | | |
| | | |
| | | } |
| | | |
| | |
| | | /// 登录名 |
| | | /// </summary> |
| | | public string loginName; |
| | | /// <summary> |
| | | /// 用户头像 |
| | | /// </summary> |
| | | public string memberHeadIcon; |
| | | |
| | | } |
| | | |
| | |
| | | |
| | | } |
| | | |
| | | /// <summary> |
| | | /// 更新个人头像 |
| | | /// </summary> |
| | | [System.Serializable] |
| | | public class UpdateMemberHeadIconRes |
| | | { |
| | | /// <summary> |
| | | /// 用户头像 |
| | | /// </summary> |
| | | public string memberHeadIcon; |
| | | |
| | | } |
| | | |
| | | /// <summary> |
| | | /// 绑定认证(手机/邮箱) |
| | |
| | | /// 验证吗 |
| | | /// </summary> |
| | | public string verifyCode; |
| | | |
| | | |
| | | |
| | | } |
| | | |
| | |
| | | /// 住宅类型 |
| | | /// </summary> |
| | | public string homeType; |
| | | /// <summary> |
| | | /// 不自动生成默认住宅 |
| | | /// </summary> |
| | | public bool autoGenerate = false; |
| | | } |
| | | |
| | | |
| | |
| | | /// </summary> |
| | | public string aesKey; |
| | | /// <summary> |
| | | /// |
| | | /// BUSUDPGATEWAY, |
| | | /// AGATEWAY, |
| | | /// ZIGBEEGATEWAY, |
| | | /// KNXGATEWAY |
| | | /// </summary> |
| | | public string gatewayType; |
| | | /// <summary> |
| | |
| | | /// 设备号 |
| | | /// </summary> |
| | | public int deviceId; |
| | | /// <summary> |
| | | /// 网关状态 |
| | | /// ON_LINE(0,"在线"), |
| | | /// OFF_LINE(1,"下线"),; |
| | | /// </summary> |
| | | public bool gatewayStatus; |
| | | |
| | | ///// <summary> |
| | | ///// |
| | | ///// </summary> |
| | | //public string gwFirmwareVersion; |
| | | |
| | | |
| | | ///// <summary> |
| | | ///// |
| | | ///// </summary> |
| | |
| | | /// 删除子账号 |
| | | /// </summary> |
| | | [System.Serializable] |
| | | public class ChildDeleteObj: ChildBaseObj |
| | | public class ChildDeleteObj : ChildBaseObj |
| | | { |
| | | |
| | | |
| | | } |
| | | |
| | | /// <summary> |
| | |
| | | /// 更新子账号备注名字 |
| | | /// </summary> |
| | | [System.Serializable] |
| | | public class UpdateChildNickNameObj: ChildBaseObj |
| | | public class UpdateChildNickNameObj : ChildBaseObj |
| | | { |
| | | /// <summary> |
| | | /// nickName |
| | |
| | | /// 是否允许创建场景 |
| | | /// </summary> |
| | | public bool isAllowCreateScene; |
| | | |
| | | |
| | | } |
| | | |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | [System.Serializable] |
| | | public class AccountObj |
| | | { |
| | | /// <summary> |
| | | /// 账号 |
| | | /// </summary> |
| | | public string account; |
| | | |
| | | } |
| | | |
| | | |
| | | #endregion |
| | | |
| | | #region 数据分享 |
| | |
| | | /// |
| | | /// </summary> |
| | | [System.Serializable] |
| | | public class GetMessageListObj: PushIdObj |
| | | public class GetMessageListObj : PushIdObj |
| | | { |
| | | /// <summary> |
| | | /// 住宅主键id |
| | |
| | | public string msgId; |
| | | } |
| | | |
| | | |
| | | |
| | | |
| | | #endregion |
| | | |
| | |
| | | |
| | | #endregion |
| | | |
| | | |
| | | #region 图片上传下载 |
| | | /// <summary> |
| | | /// 上传图片 |
| | | /// </summary> |
| | | [System.Serializable] |
| | | public class UploadImageObj |
| | | { |
| | | /// <summary> |
| | | /// 前缀标识 |
| | | /// </summary> |
| | | public string prefix; |
| | | /// <summary> |
| | | /// 关联ID |
| | | /// </summary> |
| | | public string uid; |
| | | /// <summary> |
| | | /// 文件名称 |
| | | /// </summary> |
| | | public string fileName; |
| | | /// <summary> |
| | | /// 图片二进制流 |
| | | /// </summary> |
| | | public byte[] content; |
| | | } |
| | | |
| | | /// <summary> |
| | | /// 查询图片路径 |
| | | /// </summary> |
| | | [System.Serializable] |
| | | public class GetImageUrlObj |
| | | { |
| | | /// <summary> |
| | | /// 图片下载路径标识 |
| | | /// </summary> |
| | | public string imageKey; |
| | | } |
| | | #endregion |
| | | |
| | | |
| | | #endregion |
| | | |
| | | |
| | | /// <summary> |
| | | /// 极光推送消息 |
| | | /// </summary> |
| | | [System.Serializable] |
| | | public class JPushMessageInfo |
| | | { |
| | | /// <summary> |
| | | /// 推送标题 |
| | | /// </summary> |
| | | public string Title; |
| | | /// <summary> |
| | | /// 推送内容 |
| | | /// </summary> |
| | | public string Content; |
| | | /// <summary> |
| | | /// 推送附加数据 |
| | | /// </summary> |
| | | public string Extras; |
| | | |
| | | } |
| | | |
| | | //#region 旧接口 |
| | | ///// <summary> |