wxr
2023-05-29 2f31cf4659caa468ca736629d02beb06ac65766a
HDL_ON/DAL/Server/NewAPI.cs
@@ -111,6 +111,11 @@
        /// </summary>
        public const string Api_Post_BindlingResidence = "/app/home/deliver";
        /// <summary>
        /// 获取住宅交付链接
        /// </summary>
        public const string APi_Post_GetHoserDeliverUrl = "/home-wisdom/app/home/obtainDeliveryUrl";
        /// <summary>
        /// 获取住宅分页
        /// </summary>
        public const string API_POST_Gethomepager = "/home-wisdom/app/home/list";
@@ -162,6 +167,10 @@
        /// 更新成员账号人脸信息
        /// </summary>
        public const string API_POST_Child_UpdateFace = "/home-wisdom/app/child/account/updateFace";
        /// <summary>
        /// 子账号绑定账号
        /// </summary>
        public const string API_POST_Child_BindAccount = "/home-wisdom/app/child/account/accountBind";
        /// <summary>
        /// 删除成员账号人脸信息
        /// </summary>
@@ -697,6 +706,7 @@
        /// 解绑第三方iot平台账号
        /// </summary>
        public const string Api_Post_Unbound3tyIotAccount = "/smart-open/open-platform/tripartite/userUnbind";
        #endregion
        #region ■  -- 红外宝接口___________________________
        /// <summary>
@@ -738,7 +748,6 @@
        #endregion
        #endregion
        #region ■  -- 萤石SDK相关接口___________________________