From cf7623fe25a008b4e128c6083e362578e2a1e3b0 Mon Sep 17 00:00:00 2001 From: wjc <1243177876@qq.com> Date: 星期三, 29 三月 2023 14:29:09 +0800 Subject: [PATCH] 2023年03月29日14:23:28 --- HDL_ON/DAL/Server/NewAPI.cs | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/HDL_ON/DAL/Server/NewAPI.cs b/HDL_ON/DAL/Server/NewAPI.cs index 4400e7a..a3d1566 100644 --- a/HDL_ON/DAL/Server/NewAPI.cs +++ b/HDL_ON/DAL/Server/NewAPI.cs @@ -469,7 +469,7 @@ /// <summary> /// 鍒犻櫎璁惧锛堣悿鐭宠棰戦棬閿侊級 /// </summary> - public const string Api_Post_DeleteDevice = "home-wisdom/platform/yingshi/child/deleteDevice"; + public const string Api_Post_DeleteDevice = "/home-wisdom/platform/yingshi/child/deleteDevice"; /// <summary> /// 鐢垫睜璇︽儏锛堣悿鐭宠棰戦棬閿侊級 /// </summary> @@ -494,6 +494,11 @@ /// 杩滅▼寮�閿侊紙钀ょ煶瑙嗛闂ㄩ攣锛� /// </summary> public const string Api_Post_OpenDoor = "/home-wisdom/platform/yingshi/lock/remote/open/door"; + /// <summary> + /// 闂ㄩ攣鍨嬪彿鍒楄〃锛堣悿鐭宠棰戦棬閿侊級 + /// </summary> + public const string Api_Post_Lock_Models = "/home-wisdom/platform/yingshi/lock/models"; + -- Gitblit v1.8.0