| | |
| | | /// 获取住宅交付链接 |
| | | /// </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> |
| | |
| | | /// 解绑第三方iot平台账号 |
| | | /// </summary> |
| | | public const string Api_Post_Unbound3tyIotAccount = "/smart-open/open-platform/tripartite/userUnbind"; |
| | | #endregion |
| | | |
| | | #region ■ -- 红外宝接口___________________________ |
| | | /// <summary> |
| | |
| | | |
| | | #endregion |
| | | |
| | | #endregion |
| | | |
| | | |
| | | #region ■ -- 萤石SDK相关接口___________________________ |
| | |
| | | /// 门锁的历史记录 |
| | | /// </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"; |
| | | |
| | | |
| | | #endregion |
| | | |