From d7f0efa238033cbc2d9980e69e20b850ae673f1d Mon Sep 17 00:00:00 2001 From: chenqiyang <1406175257@qq.com> Date: 星期四, 30 三月 2023 13:43:50 +0800 Subject: [PATCH] 优化萤石sdk部分界面 --- HDL_ON/DAL/Server/NewAPI.cs | 10 +++++++--- 1 files changed, 7 insertions(+), 3 deletions(-) diff --git a/HDL_ON/DAL/Server/NewAPI.cs b/HDL_ON/DAL/Server/NewAPI.cs index 16302fe..dbdee41 100644 --- a/HDL_ON/DAL/Server/NewAPI.cs +++ b/HDL_ON/DAL/Server/NewAPI.cs @@ -495,9 +495,10 @@ /// </summary> public const string Api_Post_OpenDoor = "/home-wisdom/platform/yingshi/lock/remote/open/door"; /// <summary> - /// 鑾峰彇闂ㄩ攣鍨嬪彿鍒楄〃锛堣悿鐭宠棰戦棬閿侊級 + /// 闂ㄩ攣鍨嬪彿鍒楄〃锛堣悿鐭宠棰戦棬閿侊級 /// </summary> - public const string Api_Post_Models = "/home-wisdom/platform/yingshi/lock/models"; + public const string Api_Post_Lock_Models = "/home-wisdom/platform/yingshi/lock/models"; + @@ -830,7 +831,10 @@ /// </summary> public const string Api_Post_GetListHomeFace = "/home-wisdom/app/logic/listHomeFace"; - + /// <summary> + /// 鑾风涓夋柟娉ㄥ唽userId + /// </summary> + public const string Api_Post_GetExtUserId = "/community-wisdom/app/visitor/freeview/getExtMemberInfo"; #endregion -- Gitblit v1.8.0