wxr
2023-07-19 6fe1c5ebeb8312edc479a4576f05d80c5051a6c6
HDL_ON/DAL/Server/NewAPI.cs
@@ -957,8 +957,32 @@
        /// 设置布撤防状态
        /// </summary>
        public const string Api_Post_SetDefenceStatus = "/home-wisdom/platform/yingshi/lock/setDefenceStatus";
        /// <summary>
        /// 查询人脸识别解锁配置
        /// </summary>
        public const string Api_Post_GetFaceRecognitionUnlockCfg = "/home-wisdom/platform/yingshi/lock/getFaceRecognitionUnlockCfg";
        /// <summary>
        /// 设置人脸识别解锁配置
        /// </summary>
        public const string Api_Post_SetFaceRecognitionUnlockCfg = "/home-wisdom/platform/yingshi/lock/setFaceRecognitionUnlockCfg";
        /// <summary>
        /// 查询门锁系统声音
        /// </summary>
        public const string Api_Post_GetDoorLockSystemSound = "/home-wisdom/platform/yingshi/lock/getDoorLockSystemSound";
        /// <summary>
        /// 设置门锁系统声音
        /// </summary>
        public const string Api_Post_SetDoorLockSystemSound = "/home-wisdom/platform/yingshi/lock/setDoorLockSystemSound";
        /// <summary>
        /// 查询门铃提示音
        /// </summary>
        public const string Api_Post_GetDoorBellTone = "/home-wisdom/platform/yingshi/lock/getDoorBellTone";
        /// <summary>
        /// 设置门铃提示音
        /// </summary>
        public const string Api_Post_SetDoorBellTone = "/home-wisdom/platform/yingshi/lock/setDoorBellTone";
        #endregion