Van333
2022-12-29 d8f66b834134f6b755fd3fb93bb91b56f9d31f6f
src/main/java/api/controller/PoleController.java
@@ -50,7 +50,7 @@
        reqParams.setUserId(userId);
        String result = HttpUtil.Post(
                "http://127.0.0.1:8888/machine-fast/serv/api/pole/polestreetlight/listWithNotStatus",
                "http://47.106.172.9:8888/machine-fast/serv/api/pole/polestreetlight/listWithNotStatus",
                new Gson().toJson(reqParams)
        );
@@ -81,7 +81,7 @@
        reqParams.setUserId(userId);
        String result = HttpUtil.Post(
                "http://127.0.0.1:8888/machine-fast/serv/api/pole/polestreetlight/getStatusById",
                "http://47.106.172.9:8888/machine-fast/serv/api/pole/polestreetlight/getStatusById",
                new Gson().toJson(reqParams)
        );
@@ -118,7 +118,7 @@
        String result = HttpUtil.Post(
                "http://127.0.0.1:8888/machine-fast/serv/api/pole/polestreetlight/lightBatch",
                "http://47.106.172.9:8888/machine-fast/serv/api/pole/polestreetlight/lightBatch",
                new Gson().toJson(reqParams)
        );