| | |
| | | /// 获取临时密码 |
| | | /// </summary> |
| | | public const string API_POST_GET_TEMP_PASSWORD_LIST = "/community-wisdom/app/visitor/freeview/page"; |
| | | /// <summary> |
| | | /// 获取第三方注册的用户信息 |
| | | /// </summary> |
| | | public const string Api_Post_GetExtMemberInfo = "/community-wisdom/app/visitor/freeview/getExtMemberInfo"; |
| | | #endregion |
| | | |
| | | /// <summary> |
| | |
| | | /// 绑定住宅 |
| | | /// </summary> |
| | | public const string Api_Post_BindlingResidence = "/app/home/deliver"; |
| | | /// <summary> |
| | | /// 获取住宅交付链接 |
| | | /// </summary> |
| | | public const string APi_Post_GetHoserDeliverUrl = "/home-wisdom/app/home/obtainDeliveryUrl"; |
| | | /// <summary> |
| | | /// 更新项目状态 (交付、验收、撤销交付、验收未通过、重新调试、交付回滚等操作) |
| | | /// </summary> |
| | | public const string APi_Post_UpdateProjectDebugStatus = "/smart-footstone/mgmt/community/project/updateProjectDebugStatus"; |
| | | /// <summary> |
| | | /// 获取住宅分页 |
| | | /// </summary> |
| | |
| | | /// 更新远程控制 |
| | | /// </summary> |
| | | public const string API_POST_Child_Update = "/home-wisdom/app/child/account/update"; |
| | | /// <summary> |
| | | /// 更新成员账号人脸信息 |
| | | /// </summary> |
| | | public const string API_POST_Child_UpdateFace = "/home-wisdom/app/child/account/updateFace"; |
| | | /// <summary> |
| | | /// 子账号绑定账号 |
| | | /// </summary> |
| | | public const string API_POST_Child_BindAccount = "/home-wisdom/app/child/account/accountBind"; |
| | | /// <summary> |
| | | /// 删除成员账号人脸信息 |
| | | /// </summary> |
| | | public const string API_POST_Child_RemoveFace = "/home-wisdom/app/child/account/removeFace"; |
| | | /// <summary> |
| | | /// 子账号管理员获取主账号授权Token |
| | | /// </summary> |
| | |
| | | /// <summary> |
| | | /// 检测更新,是否需要强制更新 |
| | | /// </summary> |
| | | public const string API_POST_CheckAppVersion = "/smart-footstone/app/appVersion/check"; |
| | | public const string API_POST_CheckAppVersion = "/basis-footstone/app/appVersion/check"; |
| | | ///// <summary> |
| | | ///// 查询APP最新版本 |
| | | ///// </summary> |
| | | //public const string API_POST_GetAppVersion = "/smart-footstone/app/getAppVersion"; |
| | | #endregion |
| | | |
| | | /// <summary> |
| | | /// 获取当前版本注销账号模式 |
| | | /// </summary> |
| | | public const string Api_Post_GetUnregisterModel = "/basis-footstone/app/appVersion/unregisterModel"; |
| | | /// <summary> |
| | | /// 注销账号 |
| | | /// </summary> |
| | | public const string Api_Post_Unregister = "/basis-footstone/member/unregister"; |
| | | |
| | | |
| | | #region ■ -- 房间场景背景图片上传下载接口___________________________ |
| | |
| | | /// </summary> |
| | | public const string Api_Post_IndependentRegister3TyDevcie = "/home-wisdom/app/device/independentRegister"; |
| | | /// <summary> |
| | | /// 移除第三方设备 |
| | | /// </summary> |
| | | public const string Api_Post_Remove3tyDevcie = "/home-wisdom/app/device/remove"; |
| | | /// <summary> |
| | | /// 获取设备详情 |
| | | /// </summary> |
| | | public const string Api_Post_GetDevcieInfoList = "/home-wisdom/app/device/info"; |
| | | /// <summary> |
| | | /// 获取乐橙子账号token |
| | | /// </summary> |
| | | public const string Api_Post_GetLcSubToken = "/home-wisdom/imou/openapi/getSubToken"; |
| | | |
| | | /// <summary> |
| | | /// 刷新设备状 |
| | | /// 刷新设备状态 |
| | | /// </summary> |
| | | public const string Api_Post_RefreshDeviceStatus = "/home-wisdom/app/device/status/refresh"; |
| | | /// <summary> |
| | |
| | | /// 设备消息规则配置 |
| | | /// </summary> |
| | | public const string Api_Post_DeviceMessageRulesSet = "/home-wisdom/app/device/deviceMessageRulesSet"; |
| | | |
| | | #endregion |
| | | |
| | | #region Kaede -- 萤石视频门锁接口____________________________ |
| | | /// <summary> |
| | | /// 删除设备(萤石视频门锁) |
| | | /// </summary> |
| | | public const string Api_Post_DeleteDevice = "/home-wisdom/platform/yingshi/child/deleteDevice"; |
| | | /// <summary> |
| | | /// 电池详情(萤石视频门锁) |
| | | /// </summary> |
| | | public const string Api_Post_Details = "/home-wisdom/platform/yingshi/lock/battery/details"; |
| | | /// <summary> |
| | | /// 门锁用户列表(萤石视频门锁) |
| | | /// </summary> |
| | | public const string Api_Post_UserList = "/home-wisdom/platform/yingshi/lock/user/list"; |
| | | /// <summary> |
| | | /// 门锁状态(萤石视频门锁) |
| | | /// </summary> |
| | | public const string Api_Post_Lockstatus = "/home-wisdom/platform/yingshi/lock/status"; |
| | | /// <summary> |
| | | /// 获取报警列表(萤石视频门锁) |
| | | /// </summary> |
| | | public const string Api_Post_Records = "/home-wisdom/platform/yingshi/alarm/records"; |
| | | /// <summary> |
| | | /// 删除报警记录(萤石视频门锁) |
| | | /// </summary> |
| | | public const string Api_Post_AlarmDelet= "/home-wisdom/platform/yingshi/alarm/delete"; |
| | | /// <summary> |
| | | /// 远程开锁(萤石视频门锁) |
| | | /// </summary> |
| | | public const string Api_Post_OpenDoor = "/home-wisdom/platform/yingshi/lock/remote/open/door"; |
| | | /// <summary> |
| | | /// 门锁型号列表(萤石视频门锁) |
| | | /// </summary> |
| | | public const string Api_Post_Lock_Models = "/home-wisdom/platform/yingshi/lock/models"; |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | #endregion |
| | | |
| | | |
| | | |
| | | #region Kaede -- 埃克斯接口____________________________ |
| | | /// <summary> |
| | | /// 获取遥控器列表 |
| | | /// </summary> |
| | | public const string Api_Post_Aks_Controlist = "/home-wisdom/app/device/avcc/remoteControl/list"; |
| | | /// <summary> |
| | | /// 遥控器按键执行 |
| | | /// </summary> |
| | | public const string Api_Post_Aks_KeypadExecute = "/home-wisdom/app/device/avcc/remoteControl/keypadExecute"; |
| | | /// <summary> |
| | | /// 获取时序器 |
| | | /// </summary> |
| | | public const string Api_Post_Aks_XsqList = "/home-wisdom/app/device/avcc/sequencer/list"; |
| | | /// <summary> |
| | | /// 时序器执行 |
| | | /// </summary> |
| | | public const string Api_Post_Aks_XsqExecute = "/home-wisdom/app/device/avcc/sequencer/execute"; |
| | | /// <summary> |
| | | /// 获取影库过滤分类 |
| | | /// </summary> |
| | | public const string Api_Post_Aks_FilterCategory = "/home-wisdom/app/device/avcc/movieLibrary/filterCategory"; |
| | | /// <summary> |
| | | /// 影片分页获取 |
| | | /// </summary> |
| | | public const string Api_Post_Aks_MovieLibraryPage = "/home-wisdom/app/device/avcc/movieLibrary/page"; |
| | | /// <summary> |
| | | /// 影片详情获取 |
| | | /// </summary> |
| | | public const string Api_Post_Aks_MovieLibraryInfo= "/home-wisdom/app/device/avcc/movieLibrary/info"; |
| | | /// <summary> |
| | | /// 影片收藏/取消收藏 |
| | | /// </summary> |
| | | public const string Api_Post_Aks_MovieLibraryCollect = "/home-wisdom/app/device/avcc/movieLibrary/collect"; |
| | | /// <summary> |
| | | /// 收藏影片分页获取 |
| | | /// </summary> |
| | | public const string Api_Post_Aks_MovieLibraryCollectPage = "/home-wisdom/app/device/avcc/movieLibrary/collectPage"; |
| | | /// <summary> |
| | | /// 影片播放 |
| | | /// </summary> |
| | | public const string Api_Post_Aks_MovieLibraryPlay= "/home-wisdom/app/device/avcc/movieLibrary/play"; |
| | | |
| | | |
| | | |
| | | #endregion |
| | | |
| | | #region Kaede -- 场景接口____________________________ |
| | |
| | | /// 解绑第三方iot平台账号 |
| | | /// </summary> |
| | | public const string Api_Post_Unbound3tyIotAccount = "/smart-open/open-platform/tripartite/userUnbind"; |
| | | /// <summary> |
| | | /// 解绑住宅下的第三方设备 |
| | | /// </summary> |
| | | public const string Api_Post_UnbindDeviceToHome = "/home-wisdom/app/open/unbindDeviceToHome"; |
| | | |
| | | #endregion |
| | | |
| | | #region ■ -- 红外宝接口___________________________ |
| | | /// <summary> |
| | |
| | | |
| | | #endregion |
| | | |
| | | #endregion |
| | | |
| | | |
| | | #region ■ -- 萤石SDK相关接口___________________________ |
| | |
| | | /// </summary> |
| | | public const string API_POST_VideoDevice_UpdateCallStatus = "/home-wisdom/platform/imou/updateCallStatus"; |
| | | /// <summary> |
| | | /// 拒接(挂段所有呼叫) |
| | | /// </summary> |
| | | public const string API_POST_VideoDevice_RejectCallIn = "/home-wisdom/platform/imou/updateCallStatus"; |
| | | |
| | | |
| | | /// <summary> |
| | | /// 获取通话记录 |
| | | /// </summary> |
| | | public const string API_POST_FL_GetCallList = "/home-wisdom/platform/imou/listCallRecords"; |
| | |
| | | /// </summary> |
| | | public const string Api_Post_GetListHomeFace = "/home-wisdom/app/logic/listHomeFace"; |
| | | |
| | | |
| | | /// <summary> |
| | | /// 获第三方注册userId |
| | | /// </summary> |
| | | public const string Api_Post_GetExtUserId = "/community-wisdom/app/visitor/freeview/getExtMemberInfo"; |
| | | #endregion |
| | | |
| | | |
| | |
| | | /// 门锁的历史记录 |
| | | /// </summary> |
| | | public const string API_POST_DoorHistory = "/home-wisdom/app/device/door/logs"; |
| | | /// <summary> |
| | | /// 获取临时密码 |
| | | /// </summary> |
| | | public const string Api_Post_GetTempPasswrod = "/home-wisdom/app/device/door/getTempPwds"; |
| | | /// <summary> |
| | | /// 创建临时密码 |
| | | /// </summary> |
| | | public const string Api_Post_CreateTempPasswrod = "/home-wisdom/app/device/door/createTempPwd"; |
| | | /// <summary> |
| | | /// 删除门锁临时密码 |
| | | /// </summary> |
| | | public const string Api_Post_DelTempPasswrod = "/home-wisdom/app/device/door/tempPwdDel"; |
| | | /// <summary> |
| | | /// 获取门锁用户列表 |
| | | /// </summary> |
| | | public const string Api_Post_GetDoorlockUserList = "/home-wisdom/platform/yingshi/lock/user/list"; |
| | | |
| | | /// <summary> |
| | | /// 更改门锁用户备注名 |
| | | /// </summary> |
| | | public const string Api_Post_setDoorUserRemark = "/home-wisdom/platform/yingshi/lock/setDoorUserRemark"; |
| | | /// <summary> |
| | | /// 删除用户数字密码 |
| | | /// </summary> |
| | | public const string Api_Post_DeleteDoorlockUser_NumberPassword = "/home-wisdom/platform/yingshi/lock/deletePassword"; |
| | | /// <summary> |
| | | /// 删除用户感应卡密码 |
| | | /// </summary> |
| | | public const string Api_Post_DeleteDoorlockUser_DeleteCardPassword = "/home-wisdom/platform/yingshi/lock/deleteCardPassword"; |
| | | /// <summary> |
| | | /// 删除用户指纹密码 |
| | | /// </summary> |
| | | public const string Api_Post_DeleteDoorlockUser_DeleteFingerPassword = "/home-wisdom/platform/yingshi/lock/deleteFingerPassword"; |
| | | /// <summary> |
| | | /// 删除用户人脸密码 |
| | | /// </summary> |
| | | public const string Api_Post_DeleteDoorlockUser_DeleteFacePassword = "/home-wisdom/platform/yingshi/lock/deleteFacePassword"; |
| | | /// <summary> |
| | | /// 删除门锁用户 |
| | | /// </summary> |
| | | public const string Api_Post_DeleteDoorlockUser_DeleteUser = "/home-wisdom/platform/yingshi/lock/deleteDoorUser"; |
| | | /// <summary> |
| | | /// 查询按键两次开门 |
| | | /// </summary> |
| | | public const string Api_Post_GetDoubleClickOpenDoorSwitch = "/home-wisdom/platform/yingshi/lock/getDoubleClickOpenDoorSwitch"; |
| | | /// <summary> |
| | | /// 设置按键两次开门 |
| | | /// </summary> |
| | | public const string Api_Post_SetDoubleClickOpenDoorSwitch = "/home-wisdom/platform/yingshi/lock/setDoubleClickOpenDoorSwitch"; |
| | | /// <summary> |
| | | /// 查询童锁开关 |
| | | /// </summary> |
| | | public const string Api_Post_GetChildLockSwitch = "/home-wisdom/platform/yingshi/lock/getChildLockSwitch"; |
| | | /// <summary> |
| | | /// 设置童锁开关 |
| | | /// </summary> |
| | | public const string Api_Post_SetChildLockSwitch = "/home-wisdom/platform/yingshi/lock/setChildLockSwitch"; |
| | | /// <summary> |
| | | /// 查询反锁配置 |
| | | /// </summary> |
| | | public const string Api_Post_GetAntiLockCfg = "/home-wisdom/platform/yingshi/lock/getAntiLockCfg"; |
| | | /// <summary> |
| | | /// 设置反锁配置 |
| | | /// </summary> |
| | | public const string Api_Post_SetAntiLockCfg = "/home-wisdom/platform/yingshi/lock/setAntiLockCfg"; |
| | | /// <summary> |
| | | /// 查询布撤防状态 |
| | | /// </summary> |
| | | public const string Api_Post_GetDefenceStatus = "/home-wisdom/platform/yingshi/lock/getDefenceStatus"; |
| | | /// <summary> |
| | | /// 设置布撤防状态 |
| | | /// </summary> |
| | | public const string Api_Post_SetDefenceStatus = "/home-wisdom/platform/yingshi/lock/setDefenceStatus"; |
| | | /// <summary> |
| | | /// 查询人脸识别解锁配置 |
| | | /// </summary> |
| | | public const string Api_Post_GetFaceRecognitionUnlockCfg = "/home-wisdom/platform/yingshi/lock/getFaceRecognitionUnlockCfg"; |
| | | /// <summary> |
| | | /// 设置人脸识别解锁配置 |
| | | /// </summary> |
| | | public const string Api_Post_SetFaceRecognitionUnlockCfg = "/home-wisdom/platform/yingshi/lock/setFaceRecognitionUnlockCfg"; |
| | | /// <summary> |
| | | /// 查询门锁系统声音 |
| | | /// </summary> |
| | | public const string Api_Post_GetDoorLockSystemSound = "/home-wisdom/platform/yingshi/lock/getDoorLockSystemSound"; |
| | | /// <summary> |
| | | /// 设置门锁系统声音 |
| | | /// </summary> |
| | | public const string Api_Post_SetDoorLockSystemSound = "/home-wisdom/platform/yingshi/lock/setDoorLockSystemSound"; |
| | | /// <summary> |
| | | /// 查询门铃提示音 |
| | | /// </summary> |
| | | public const string Api_Post_GetDoorBellTone = "/home-wisdom/platform/yingshi/lock/getDoorBellTone"; |
| | | /// <summary> |
| | | /// 设置门铃提示音 |
| | | /// </summary> |
| | | public const string Api_Post_SetDoorBellTone = "/home-wisdom/platform/yingshi/lock/setDoorBellTone"; |
| | | |
| | | |
| | | |
| | | #endregion |
| | | |
| | |
| | | public const string Api_Post_GetInverter_StatisticsInfo = "/home-wisdom/app/device/inverter/allInfo"; |
| | | #endregion |
| | | |
| | | #region 群控,组合调光 |
| | | /// <summary> |
| | | /// 获取群控类型 |
| | | /// </summary> |
| | | public const string Api_Post_GetGroupControlTypes = "/home-wisdom/app/device/groupcontrol/types"; |
| | | /// <summary> |
| | | /// 获取群控列表 |
| | | /// </summary> |
| | | public const string Api_Post_GetGroupControlListByHome = "/home-wisdom/app/device/groupcontrol/list"; |
| | | /// <summary> |
| | | /// 获取群控详情 |
| | | /// </summary> |
| | | public const string Api_Post_GetGroupControlInfos = "/home-wisdom/app/device/groupcontrol/infos"; |
| | | /// <summary> |
| | | /// 添加群控 |
| | | /// </summary> |
| | | public const string Api_Post_AddGroupControl = "/home-wisdom/app/device/groupcontrol/add"; |
| | | /// <summary> |
| | | /// 更新群控 |
| | | /// </summary> |
| | | public const string Api_Post_UpdateGroupControl = "/home-wisdom/app/device/groupcontrol/update"; |
| | | /// <summary> |
| | | /// 删除群控 |
| | | /// </summary> |
| | | public const string Api_Post_DeleteGroupControl = "/home-wisdom/app/device/groupcontrol/deleted"; |
| | | /// <summary> |
| | | /// 收藏群控 |
| | | /// </summary> |
| | | public const string Api_Post_CollectGroupControl = "/home-wisdom/app/device/groupcontrol/collect"; |
| | | /// <summary> |
| | | /// 取消收藏群控 |
| | | /// </summary> |
| | | public const string Api_Post_CancelCollectGroupControl = "/home-wisdom/app/device/groupcontrol/cancelCollect"; |
| | | /// <summary> |
| | | /// 控制群控 |
| | | /// </summary> |
| | | public const string Api_Post_ControlGroupControl = "/home-wisdom/app/device/groupcontrol/controlDown"; |
| | | /// <summary> |
| | | /// 群控状态刷新 |
| | | /// </summary> |
| | | public const string Api_Post_ReadGroupControlStatus = "/home-wisdom/app/device/groupcontrol/statusRefresh"; |
| | | |
| | | #endregion |
| | | |
| | | } |
| | | |
| | | ///// <summary> |