From 407fae6f07a2a982a2a814c2f145c40733c966cb Mon Sep 17 00:00:00 2001 From: JLChen <551775569@qq.com> Date: 星期三, 12 一月 2022 15:29:34 +0800 Subject: [PATCH] 2022-01-12 1.更新 --- Crabtree/SmartHome/HDL/Operation/ResponseEntity/API.cs | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Crabtree/SmartHome/HDL/Operation/ResponseEntity/API.cs b/Crabtree/SmartHome/HDL/Operation/ResponseEntity/API.cs index 2943454..61ccd66 100644 --- a/Crabtree/SmartHome/HDL/Operation/ResponseEntity/API.cs +++ b/Crabtree/SmartHome/HDL/Operation/ResponseEntity/API.cs @@ -174,27 +174,27 @@ #region Timer 閮ㄥ垎 //***************************Timer 閮ㄥ垎******************************** - public static string API_Timer = "/Timer/"; + public static string API_Timer = "/home-wisdom/app/timer/"; /// <summary> /// 3.1 鍒犻櫎瀹氭椂鍣� /// </summary> - public static string DeleteTimer = API_Timer + "DeleteTimer"; + public static string DeleteTimer = API_Timer + "delete"; /// <summary> /// 3.2 鍚敤鎴栫鐢ㄥ畾鏃跺櫒 /// </summary> - public static string IsEnableTimer = API_Timer + "IsEnableTimer"; + public static string IsEnableTimer = API_Timer + "is_enable"; /// <summary> /// 3.3 鏌ヨ瀹氭椂鍣ㄥ垪琛� /// </summary> - public static string GetTimerList = API_Timer + "GetTimerList"; + public static string GetTimerList = API_Timer + "list"; /// <summary> /// 3.4 娣诲姞瀹氭椂鍣� /// </summary> - public static string AddTimer = API_Timer + "AddTimer"; + public static string AddTimer = API_Timer + "save"; /// <summary> /// 3.5 缂栬緫瀹氭椂鍣� /// </summary> - public static string EditTimer = API_Timer + "EditTimer"; + public static string EditTimer = API_Timer + "update"; #endregion #region Alexa璁惧绠$悊 閮ㄥ垎 -- Gitblit v1.8.0