| | |
| | | #endregion |
| | | |
| | | #region ■ PushSerivce -- 推送服务接口___________________________ |
| | | |
| | | /// <summary> |
| | | /// 添加推送Token |
| | | /// 注册推送接口 |
| | | /// 批量推送绑定家居社区接口 |
| | | /// 2021-09-09 对接新接口支持物业公告推送 |
| | | /// communityCodes 不传 默认所有住宅或者小区都收到推送 |
| | | /// </summary> |
| | | public const string API_POST_PushSerivce_AddToken = "/smart-footstone/app/push-information/add"; |
| | | public const string API_POST_PushSerivce_AddToken = "/smart-footstone/app/push-information/addPushToken"; |
| | | /// <summary> |
| | | /// 删除推送Token |
| | | /// 注销推送接口 |
| | | /// 批量解绑家居社区 |
| | | /// 2021-09-09 对接新接口支持物业公告推送 |
| | | /// </summary> |
| | | public const string API_POST_PushSerivce_DeleteToken = "/smart-footstone/app/push-information/delete"; |
| | | public const string API_POST_PushSerivce_DeleteToken = "/smart-footstone/app/push-information/unBindPushToken"; |
| | | ///// <summary> |
| | | ///// 添加推送Token |
| | | ///// </summary> |
| | | //public const string API_POST_PushSerivce_AddToken = "/smart-footstone/app/push-information/add"; |
| | | ///// <summary> |
| | | ///// 删除推送Token |
| | | ///// </summary> |
| | | //public const string API_POST_PushSerivce_DeleteToken = "/smart-footstone/app/push-information/delete"; |
| | | ///// <summary> |
| | | /////// 获取推送消息记录 |
| | | /////// </summary> |
| | |
| | | /// 通过主键id删除一条推送记录 |
| | | /// </summary> |
| | | public const string API_POST_PushSerivce_Deletepushinfo = "/smart-footstone/app/message/delete_by_id"; |
| | | /// <summary> |
| | | /// 获取物业公告详情 |
| | | /// </summary> |
| | | public const string API_POST_PushSerivce_GetNoticeInfo = "/community-footstone/app/notice/info"; |
| | | |
| | | #endregion |
| | | |
| | | #region ■ -- 检测更新接口___________________________ |
| | |
| | | /// 启用禁用自动化 |
| | | /// </summary> |
| | | public const string API_POST_Logic_Enable = "/home-wisdom/app/logic/enable"; |
| | | /// <summary> |
| | | /// 自动化地理围栏状态上报 |
| | | /// </summary> |
| | | public const string API_POST_Logic_GeoFenceStateReport = "/home-wisdom/app/logic/geoFenceStateReport"; |
| | | #endregion |
| | | |
| | | #region -- 第三方设备相关接口___________________________ |
| | |
| | | /// </summary> |
| | | public const string API_POST_FL_GetCallList = "/home-wisdom/platform/imou/listCallRecords"; |
| | | |
| | | public const string Api_Post_GetSipInfo = ""; |
| | | /// <summary> |
| | | /// 人脸录入 |
| | | /// </summary> |
| | |
| | | |
| | | #region ■ -- SIP相关接口_______________________________ |
| | | #endregion |
| | | /// <summary> |
| | | /// 绑定source面板 |
| | | /// </summary> |
| | | public const string Api_Post_BindSourcePanel = "/home-wisdom/source/screen/home/bind"; |
| | | |
| | | |
| | | } |