Van333
2022-12-29 d8f66b834134f6b755fd3fb93bb91b56f9d31f6f
src/main/java/api/controller/TimerController.java
@@ -65,7 +65,7 @@
        String result = HttpUtil.Post(
                "http://127.0.0.1:8888/machine-fast/serv/api/timer/list",
                "http://47.106.172.9:8888/machine-fast/serv/api/timer/list",
                new Gson().toJson(reqParams)
        );
@@ -102,7 +102,7 @@
        reqParams.setTimerRequest(timerRequest);
        String result = HttpUtil.Post(
                "http://127.0.0.1:8888/machine-fast/serv/api/timer/getStreetlightListByTimerId",
                "http://47.106.172.9:8888/machine-fast/serv/api/timer/getStreetlightListByTimerId",
                new Gson().toJson(reqParams)
        );
@@ -148,7 +148,7 @@
        String result = HttpUtil.Post(
                "http://127.0.0.1:8888/machine-fast/serv/api/timer/listByTimerId",
                "http://47.106.172.9:8888/machine-fast/serv/api/timer/listByTimerId",
                new Gson().toJson(reqParams)
        );
@@ -188,7 +188,7 @@
        String result = HttpUtil.Post(
                "http://127.0.0.1:8888/machine-fast/serv/api/timer/deleteTimerByTimerId",
                "http://47.106.172.9:8888/machine-fast/serv/api/timer/deleteTimerByTimerId",
                new Gson().toJson(reqParams)
        );
@@ -235,7 +235,7 @@
        String result = HttpUtil.Post(
                "http://127.0.0.1:8888/machine-fast/serv/api/timer/addTimer",
                "http://47.106.172.9:8888/machine-fast/serv/api/timer/addTimer",
                new Gson().toJson(reqParams)
        );
@@ -284,7 +284,7 @@
        String result = HttpUtil.Post(
                "http://127.0.0.1:8888/machine-fast/serv/api/timer/updateTimer",
                "http://47.106.172.9:8888/machine-fast/serv/api/timer/updateTimer",
                new Gson().toJson(reqParams)
        );