| | |
| | | /// 登录名 |
| | | /// </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 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> |
| | | /// 上传图片 |
| | | /// </summary> |
| | | /// [System.Serializable] |
| | | [System.Serializable] |
| | | public class UploadImageObj |
| | | { |
| | | /// <summary> |
| | |
| | | /// <summary> |
| | | /// 查询图片路径 |
| | | /// </summary> |
| | | /// [System.Serializable] |
| | | [System.Serializable] |
| | | public class GetImageUrlObj |
| | | { |
| | | /// <summary> |
| | |
| | | #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> |