diff --git a/src/main/java/com/xkrs/helper/FirePointSubscribeManager.java b/src/main/java/com/xkrs/helper/FirePointSubscribeManager.java index 578ba98..c38114a 100644 --- a/src/main/java/com/xkrs/helper/FirePointSubscribeManager.java +++ b/src/main/java/com/xkrs/helper/FirePointSubscribeManager.java @@ -60,7 +60,7 @@ public class FirePointSubscribeManager { try { String paramContent = ListUtils.fromStringList(subscribedCountyCodeList, ","); System.out.println(paramContent); - String subscribeUrl = "http://118.24.27.47:6900/push-firepoint/ModifySystemMessages"; + String subscribeUrl = "http://118.24.27.47:5060/push-firepoint/ModifySystemMessages"; Map map = new HashMap<>(); map.put("name", "秸秆火系统"); map.put("url", "http://118.24.27.47:6802/insertFirePointChannelPrecise");