diff --git a/src/main/java/com/xkrs/helper/FirePointSubscribeManager.java b/src/main/java/com/xkrs/helper/FirePointSubscribeManager.java index 3dc51b7..4715335 100644 --- a/src/main/java/com/xkrs/helper/FirePointSubscribeManager.java +++ b/src/main/java/com/xkrs/helper/FirePointSubscribeManager.java @@ -69,7 +69,7 @@ public class FirePointSubscribeManager { String paramContent = ListUtils.fromStringList(subscribedCountyCodeList, ","); String subscribeUrl = "http://118.24.27.47:5060/push-firepoint/ModifySystemMessages"; Map map = new HashMap<>(); - map.put("name", "秸秆火系统"); + map.put("name", "秸秆火系统正式版"); map.put("url", "http://118.24.27.47:6802/insertFirePointChannelPrecise"); map.put("param", paramContent); map.put("typeOfLand", "耕地");