From 3b50cedeb99357ff0c07e198ed7cba8a482765e9 Mon Sep 17 00:00:00 2001 From: liuchengqian Date: Tue, 21 Mar 2023 15:11:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=AE=A2=E9=98=85=E5=90=8D?= =?UTF-8?q?=E7=A7=B0=20=E7=A7=B8=E7=A7=86=E7=81=AB=E7=B3=BB=E7=BB=9F?= =?UTF-8?q?=E6=AD=A3=E5=BC=8F=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/com/xkrs/helper/FirePointSubscribeManager.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", "耕地");