| | |
| | | /// 下载账号头像 |
| | | /// </summary> |
| | | public const string API_POST_DownloadHeadImage = "/home-wisdom/app/head/portrait/downWithAccount"; |
| | | |
| | | |
| | | #region 数据分享 |
| | | /// <summary> |
| | | /// 分享指定文件给指定成员 |
| | |
| | | /// <summary> |
| | | /// 检测更新,是否需要强制更新 |
| | | /// </summary> |
| | | public const string API_POST_CheckAppVersion= "/smart-footstone/app/appVersion/check"; |
| | | 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_GetDevcieInfoList = "/home-wisdom/app/device/info"; |
| | | |
| | | |
| | | /// <summary> |
| | | /// 刷新设备状 |
| | | /// </summary> |
| | |
| | | /// <summary> |
| | | /// 编辑安防 |
| | | /// </summary> |
| | | public const string Api_Post_Security_Edit = "/home-wisdom/app/security/update"; |
| | | public const string Api_Post_Security_Edit = "/home-wisdom/app/security/edit"; |
| | | /// <summary> |
| | | /// 删除安防 |
| | | /// </summary> |
| | |
| | | /// <summary> |
| | | /// 河东获取萤石云子账号token的接口 |
| | | /// </summary> |
| | | public const string API_POST_EZ_GetChildToken = "/home-wisdom/platform/childToken"; |
| | | |
| | | public const string API_POST_EZ_GetChildToken = "/home-wisdom/platform/yingshi/child/token"; |
| | | |
| | | |
| | | #endregion |
| | | |
| | |
| | | /// <summary> |
| | | /// 开锁成功 |
| | | /// </summary> |
| | | public const string API_POST_FL_Unlock= "/home-wisdom/app/fl/vi/unlock"; |
| | | public const string API_POST_FL_Unlock = "/home-wisdom/app/fl/vi/unlock"; |
| | | /// <summary> |
| | | /// 通话视频截图上传 |
| | | /// </summary> |
| | |
| | | /// 挂断 |
| | | /// </summary> |
| | | public const string API_POST_FL_HangUp = "/home-wisdom/app/fl/vi/hang-up"; |
| | | /// <summary> |
| | | /// 获取通话记录 |
| | | /// </summary> |
| | | public const string API_POST_FL_GetCallList = "/home-wisdom/app/fl/vi/list"; |
| | | /// <summary> |
| | | /// 删除通话记录 |
| | | /// </summary> |
| | |
| | | /// </summary> |
| | | public const string API_POST_FL_QRcode = "http://112.74.164.111:180/api.php/Device/setdynamicpwd"; |
| | | #endregion |
| | | |
| | | |
| | | #region 可视对讲标准通用接口 |
| | | /// <summary> |
| | | /// 获取可视对讲设备列表(所有对接可视对讲都包含一起) |
| | | /// </summary> |
| | | public const string API_POST_VideoDeviceList = "/home-wisdom/platform/imou/listVisualSpeaks"; |
| | | /// <summary> |
| | | /// 远程开门 |
| | | /// </summary> |
| | | public const string API_POST_VideoDevice_OpenDoorbell = "/home-wisdom/platform/imou/openDoorbell"; |
| | | /// <summary> |
| | | /// 更改通话状态 |
| | | /// </summary> |
| | | public const string API_POST_VideoDevice_UpdateCallStatus = "/home-wisdom/platform/imou/updateCallStatus"; |
| | | /// <summary> |
| | | /// 获取通话记录 |
| | | /// </summary> |
| | | public const string API_POST_FL_GetCallList = "/home-wisdom/platform/imou/listCallRecords"; |
| | | |
| | | public const string Api_Post_GetSipInfo = ""; |
| | | /// <summary> |
| | | /// 人脸录入 |
| | | /// </summary> |
| | | public const string Api_Post_InputUserFace = "/community-wisdom/app/doorDevice/inputUserFace"; |
| | | /// <summary> |
| | | /// 开关人脸功能 |
| | | /// </summary> |
| | | public const string Api_Post_SwitchFaceFunction = "/community-wisdom/app/doorDevice/updateCustomerFaceClose"; |
| | | /// <summary> |
| | | /// 获取住户详情 |
| | | /// </summary> |
| | | public const string Api_Post_GetCustomerInfo = "/basis-footstone/app/customer/detail"; |
| | | /// 住宅sip账号获取 |
| | | /// </summary> |
| | | public const string API_POST_VideoDevice_GetSipAccount = "/home-wisdom/app/home/getSipAccount"; |
| | | #endregion |
| | | |
| | | |
| | | #region ■ -- 门锁相关接口_______________________________ |
| | | |
| | |
| | | public const string API_POST_DoorHistory = "/home-wisdom/app/device/door/logs"; |
| | | |
| | | #endregion |
| | | |
| | | #region ■ -- SIP相关接口_______________________________ |
| | | #endregion |
| | | |
| | | |
| | | } |
| | | |
| | | ///// <summary> |