From 4e343aa2d3bba9e1dc5519afa2564a230c556496 Mon Sep 17 00:00:00 2001 From: 陈嘉乐 <cjl@hdlchina.com.cn> Date: 星期五, 05 二月 2021 15:13:14 +0800 Subject: [PATCH] 2021-2-5-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