From 3a635e9645366b6c43ad82b5cc092d4da12f07b8 Mon Sep 17 00:00:00 2001 From: liuchengqian Date: Wed, 8 Mar 2023 14:18:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=AE=A2=E9=98=85=E8=AF=B7?= =?UTF-8?q?=E6=B1=82=E7=9A=84IP=E5=92=8C=E7=AB=AF=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/com/xkrs/helper/FirePointSubscribeManager.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/xkrs/helper/FirePointSubscribeManager.java b/src/main/java/com/xkrs/helper/FirePointSubscribeManager.java index 3fc8d75..578ba98 100644 --- a/src/main/java/com/xkrs/helper/FirePointSubscribeManager.java +++ b/src/main/java/com/xkrs/helper/FirePointSubscribeManager.java @@ -60,10 +60,10 @@ public class FirePointSubscribeManager { try { String paramContent = ListUtils.fromStringList(subscribedCountyCodeList, ","); System.out.println(paramContent); - String subscribeUrl = "http://192.168.2.46:8800/push-firepoint/ModifySystemMessages"; + String subscribeUrl = "http://118.24.27.47:6900/push-firepoint/ModifySystemMessages"; Map map = new HashMap<>(); map.put("name", "秸秆火系统"); - map.put("url", "http://192.168.2.36:6821/insertFirePointChannelPrecise"); + map.put("url", "http://118.24.27.47:6802/insertFirePointChannelPrecise"); map.put("param", paramContent); map.put("typeOfLand", "耕地"); return sendHttpPost(subscribeUrl, new ObjectMapper().writeValueAsString(map));