wxr
2022-06-30 23bbed132eea46eef51c6d01c21b346238e29ee2
HDL_ON/DAL/Server/NewAPI.cs
@@ -19,6 +19,21 @@
        public const string API_POST_GlobalRegionList = "/smart-footstone/region/globalRegionList";
        #endregion 
        #region 访客
        /// <summary>
        /// 生成临时密码
        /// </summary>
        public const string API_POST_ADD_TEMP_PASSWORD = "/community-wisdom/app/visitor/freeview/add";
        /// <summary>
        /// 删除临时密码
        /// </summary>
        public const string API_POST_DEL_TEMP_PASSWORD = "/community-wisdom/app/visitor/freeview/delete";
        /// <summary>
        /// 获取临时密码
        /// </summary>
        public const string API_POST_GET_TEMP_PASSWORD_LIST = "/community-wisdom/app/visitor/freeview/page";
        #endregion
        #region ■ AcCluster -- 登录和注册部分___________________________
        /// <summary>
        /// 帐号登录
@@ -668,21 +683,6 @@
        /// 动态密码/二维码开锁
        /// </summary>
        public const string API_POST_FL_QRcode = "http://112.74.164.111:180/api.php/Device/setdynamicpwd";
        /// <summary>
        /// 临时密码
        /// 二维码
        /// </summary>
        public const string API_Post_Temporary_Password = "/home-wisdom/app/freeview/temppwd/add";
        /// <summary>
        /// 获取门禁二维码
        /// </summary>
        public const string API_POST_OwnerQRCode = "/community-wisdom/doorDevice/getOwnerQRCode";
        /// <summary>
        /// 徘徊报警
        /// </summary>
        public const string API_POST_ALARM_RECORDS = "/home-wisdom/app/device/alarmRecords/listByPage";
        #endregion