| | |
| | | [System.Serializable] |
| | | public class NullObj |
| | | { |
| | | |
| | | |
| | | } |
| | | |
| | | #region ■ 全球区域列表 ____________________________ |
| | |
| | | /// 验证码,短信登录时候用 |
| | | /// </summary> |
| | | public string verifyCode; |
| | | |
| | | |
| | | |
| | | } |
| | | |
| | |
| | | /// 验证吗 |
| | | /// </summary> |
| | | public string verifyCode; |
| | | |
| | | |
| | | |
| | | } |
| | | |
| | |
| | | ///// |
| | | ///// </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 |
| | | |
| | | |