| | |
| | | |
| | | #region ■ -- 丰林相关相关接口___________________________ |
| | | /// <summary> |
| | | /// 检查住宅是否绑定丰林,并获取门口机列表 |
| | | /// 检查住宅是否绑定丰林 |
| | | /// </summary> |
| | | public const string API_POST_FL_Check = "/home-wisdom/app/fl/vi/check"; |
| | | /// <summary> |
| | |
| | | /// <summary> |
| | | /// 获取通话记录 |
| | | /// </summary> |
| | | public const string API_POST_FL_GetCallList = "/home-wisdom/app/fl/vi/list"; |
| | | //public const string API_POST_FL_GetCallList = "/home-wisdom/app/fl/vi/list"; |
| | | public const string API_POST_FL_GetCallList = "/home-wisdom/platform/imou/listCallRecords"; |
| | | /// <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"; |
| | | #endregion |
| | | |
| | | } |
| | | |