| | |
| | | /// 获取通话记录 |
| | | /// </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 |
| | | |
| | | |
| | |
| | | public const string API_POST_DoorHistory = "/home-wisdom/app/device/door/logs"; |
| | | |
| | | #endregion |
| | | |
| | | #region ■ -- SIP相关接口_______________________________ |
| | | #endregion |
| | | |
| | | |
| | | } |
| | | |
| | | ///// <summary> |