| | |
| | | /// 更新个人信息 |
| | | /// </summary> |
| | | public const string API_POST_Member_UpdateMemberInfo = "/smart-footstone/member/memberInfo/updateMemberInfo"; |
| | | /// <summary> |
| | | /// 上传头像 |
| | | /// </summary> |
| | | public const string API_POST_Head_Upload = "/home-wisdom/app/head/portrait/upload"; |
| | | /// <summary> |
| | | /// 下载头像 |
| | | /// </summary> |
| | | public const string API_POST_Head_Down = "/home-wisdom/app/head/portrait/down"; |
| | | /// <summary> |
| | | /// 根据账号下载头像 |
| | | /// </summary> |
| | | public const string API_POST_Head_DownWithAccount = "/home-wisdom/app/head/portrait/downWithAccount"; |
| | | ///// <summary> |
| | | ///// 上传头像 |
| | | ///// </summary> |
| | | //public const string API_POST_Head_Upload = "/home-wisdom/app/head/portrait/upload"; |
| | | ///// <summary> |
| | | ///// 下载头像 |
| | | ///// </summary> |
| | | //public const string API_POST_Head_Down = "/home-wisdom/app/head/portrait/down"; |
| | | ///// <summary> |
| | | ///// 根据账号下载头像 |
| | | ///// </summary> |
| | | //public const string API_POST_Head_DownWithAccount = "/home-wisdom/app/head/portrait/downWithAccount"; |
| | | /// <summary> |
| | | /// 绑定认证(手机/邮箱) |
| | | /// </summary> |
| | |
| | | public const string API_POST_Member_UnbindWithAccount = "/smart-footstone/member/memberInfo/unbindWithAccount"; |
| | | #endregion |
| | | |
| | | /// <summary> |
| | | /// 查询功能介绍列表 |
| | | /// </summary> |
| | | public const string API_POST_FunctionIntroductionList = "/home-wisdom/app/functionIntroduction/list"; |
| | | #endregion |
| | | |
| | | #region ■ HomeCluster -- 住宅管理接口___________________________ |
| | | |
| | | /// <summary> |
| | | /// 绑定住宅 |
| | | /// </summary> |
| | | public const string Api_Post_BindlingResidence = "/app/home/deliver"; |
| | | /// <summary> |
| | | /// 获取住宅分页 |
| | | /// </summary> |
| | |
| | | /// 子账号管理员获取主账号授权Token |
| | | /// </summary> |
| | | public const string API_POST_Child_GetMasterToken = "/home-wisdom/app/child/account/masterToken/get"; |
| | | ///// <summary> |
| | | ///// 下载子账号头像 |
| | | ///// </summary> |
| | | //public const string API_POST_Child_DownloadHeadImage = "/home-wisdom/app/child/account/getHeadPortrait"; |
| | | /// <summary> |
| | | /// 下载子账号头像 |
| | | /// 下载账号头像 |
| | | /// </summary> |
| | | public const string API_POST_Child_DownloadHeadImage = "/home-wisdom/app/child/account/getHeadPortrait"; |
| | | public const string API_POST_DownloadHeadImage = "/home-wisdom/app/head/portrait/downWithAccount"; |
| | | |
| | | #region 数据分享 |
| | | /// <summary> |
| | | /// 分享指定文件给指定成员 |
| | |
| | | /// 获取住宅网关分页 |
| | | /// </summary> |
| | | public const string API_POST_GetGatewayList = "/home-wisdom/app/gateway/getGatewayList"; |
| | | /// <summary> |
| | | /// 获取网关信息 |
| | | /// </summary> |
| | | public const string Api_Post_GetGatewayInfo = "/home-wisdom/app/gateway/info"; |
| | | ///// <summary> |
| | | ///// 解绑绑网关到住宅 |
| | | ///// </summary> |
| | |
| | | /// <summary> |
| | | /// 检测更新,是否需要强制更新 |
| | | /// </summary> |
| | | public const string API_POST_CheckAppVersion= "/smart-footstone/app/checkAppVersion"; |
| | | /// <summary> |
| | | /// 查询APP最新版本 |
| | | /// </summary> |
| | | public const string API_POST_GetAppVersion = "/smart-footstone/app/getAppVersion"; |
| | | public const string API_POST_CheckAppVersion= "/smart-footstone/app/appVersion/check"; |
| | | ///// <summary> |
| | | ///// 查询APP最新版本 |
| | | ///// </summary> |
| | | //public const string API_POST_GetAppVersion = "/smart-footstone/app/getAppVersion"; |
| | | #endregion |
| | | |
| | | |
| | | |
| | | #region ■ -- 房间场景背景图片上传下载接口___________________________ |
| | | /// <summary> |
| | | /// 上传图片 |
| | | /// </summary> |
| | | public const string API_POST_UploadImage = "/home-wisdom/app/images/upload_image"; |
| | | /// <summary> |
| | | /// 查询图片路径 |
| | | /// </summary> |
| | | public const string API_POST_GetImageUrl = "/home-wisdom/app/images/get_image_url"; |
| | | #endregion |
| | | |
| | | |
| | | #region Kaede -- 设备接口____________________________ |
| | | /// <summary> |
| | | /// 获取设备列表 |
| | | /// </summary> |
| | | public const string Api_Post_GetDevcieList = "/home-wisdom/app/device/list"; |
| | | /// <summary> |
| | | /// 获取设备详情 |
| | | /// </summary> |
| | | public const string Api_Post_GetDevcieInfoList = "/home-wisdom/app/device/info"; |
| | | /// <summary> |
| | | /// 刷新设备状 |
| | | /// </summary> |
| | | public const string Api_Post_RefreshDeviceStatus = "/home-wisdom/app/device/status/refresh"; |
| | | /// <summary> |
| | | /// 设备控制 |
| | | /// </summary> |
| | | public const string Api_Post_ControlDevice = "/home-wisdom/app/device/control"; |
| | | /// <summary> |
| | | /// 编辑设备信息 |
| | | /// </summary> |
| | | public const string Api_Post_EditDevice = "/home-wisdom/app/device/edit"; |
| | | /// <summary> |
| | | /// 设备绑定房间 |
| | | /// </summary> |
| | | public const string Api_Post_BindDeviceToRoom = "/home-wisdom/app/device/bindRoom"; |
| | | /// <summary> |
| | | /// 设备解绑房间 |
| | | /// </summary> |
| | | public const string Api_Post_UnbindDeviceToRoom = "/home-wisdom/app/device/unbindRoom"; |
| | | /// <summary> |
| | | /// 设备名称修改 |
| | | /// </summary> |
| | | public const string Api_Post_EditDeviceName = "/home-wisdom/app/device/rename"; |
| | | /// <summary> |
| | | /// 收藏设备 |
| | | /// </summary> |
| | | public const string Api_Post_CollectDevice = "/home-wisdom/app/device/collect"; |
| | | /// <summary> |
| | | /// 取消收藏设备 |
| | | /// </summary> |
| | | public const string Api_Post_CancelCollectDevice = "/home-wisdom/app/device/cancelCollect"; |
| | | #endregion |
| | | |
| | | #region Kaede -- 场景接口____________________________ |
| | | /// <summary> |
| | | /// 获取场景列表 |
| | | /// </summary> |
| | | public const string Api_Post_GetSecneList = "/home-wisdom/app/scene/list"; |
| | | /// <summary> |
| | | /// 获取场景详情 |
| | | /// </summary> |
| | | public const string Api_Post_GetSecneInfo = "/home-wisdom/app/scene/info"; |
| | | /// <summary> |
| | | /// 添加场景 |
| | | /// </summary> |
| | | public const string Api_Post_AddSecne = "/home-wisdom/app/scene/add"; |
| | | /// <summary> |
| | | /// 编辑场景 |
| | | /// </summary> |
| | | public const string Api_Post_EditSecne = "/home-wisdom/app/scene/update"; |
| | | /// <summary> |
| | | /// 删除场景 |
| | | /// </summary> |
| | | public const string Api_Post_DeleteSecne = "/home-wisdom/app/scene/delete"; |
| | | /// <summary> |
| | | /// 执行场景 |
| | | /// </summary> |
| | | public const string Api_Post_ExecuteSecne = "/home-wisdom/app/scene/execute"; |
| | | /// <summary> |
| | | /// 收藏场景 |
| | | /// </summary> |
| | | public const string Api_Post_CollectScene = "/home-wisdom/app/scene/collect"; |
| | | /// <summary> |
| | | /// 取消收藏场景 |
| | | /// </summary> |
| | | public const string Api_Post_CancelCollectScene = "/home-wisdom/app/scene/cancelCollect"; |
| | | #endregion |
| | | |
| | | #region Kaede -- 房间接口____________________________ |
| | | /// <summary> |
| | | /// 获取设备列表 |
| | | /// </summary> |
| | | public const string Api_Post_GetRoomList = "/home-wisdom/app/room/list"; |
| | | /// <summary> |
| | | /// 添加房间 |
| | | /// </summary> |
| | | public const string Api_Post_AddRoom = "/home-wisdom/app/room/add"; |
| | | /// <summary> |
| | | /// 删除房间 |
| | | /// </summary> |
| | | public const string Api_Post_DelRoom = "/home-wisdom/app/room/delete"; |
| | | /// <summary> |
| | | /// 修改房间 |
| | | /// </summary> |
| | | public const string Api_Post_UpdateRoom = "/home-wisdom/app/room/update"; |
| | | |
| | | #endregion |
| | | |
| | | |
| | | |
| | | #region ■ -- 房间、设备、场景分享___________________________ |
| | | /// <summary> |
| | |
| | | /// <summary> |
| | | /// 获取分享 |
| | | /// </summary> |
| | | public const string API_POST_Share_Get = "/home-wisdom/app/share/get"; |
| | | public const string API_POST_Share_GetList = "/home-wisdom/app/share/list"; |
| | | #endregion |
| | | |
| | | |
| | | #region ■ -- 自动化接口___________________________ |
| | | /// <summary> |
| | | /// 获取自动化列表 |
| | | /// </summary> |
| | | public const string API_POST_Logic_List = "/home-wisdom/app/logic/list"; |
| | | /// <summary> |
| | | ///获取自动化详情 |
| | | /// </summary> |
| | | public const string API_POST_Logic_Info = "/home-wisdom/app/logic/info"; |
| | | /// <summary> |
| | | /// 添加自动化 |
| | | /// </summary> |
| | | public const string API_POST_Logic_Add = "/home-wisdom/app/logic/add"; |
| | | /// <summary> |
| | | /// 编辑自动化 |
| | | /// </summary> |
| | | public const string API_POST_Logic_Update = "/home-wisdom/app/logic/update"; |
| | | /// <summary> |
| | | /// 删除自动化 |
| | | /// </summary> |
| | | public const string API_POST_Logic_Delete = "/home-wisdom/app/logic/delete"; |
| | | /// <summary> |
| | | /// 启用禁用自动化 |
| | | /// </summary> |
| | | public const string API_POST_Logic_Enable = "/home-wisdom/app/logic/enable"; |
| | | #endregion |
| | | |
| | | |
| | | |
| | | #endregion |
| | | } |
| | | |