更新订阅端口

This commit is contained in:
liuchengqian 2023-03-21 15:25:27 +08:00
parent 3b50cedeb9
commit 657017d26d

View File

@ -70,7 +70,7 @@ public class FirePointSubscribeManager {
String subscribeUrl = "http://118.24.27.47:5060/push-firepoint/ModifySystemMessages";
Map<String, Object> map = new HashMap<>();
map.put("name", "秸秆火系统正式版");
map.put("url", "http://118.24.27.47:6802/insertFirePointChannelPrecise");
map.put("url", "http://118.24.27.47:6801/insertFirePointChannelPrecise");
map.put("param", paramContent);
map.put("typeOfLand", "耕地");
return sendHttpPostTextPlain(subscribeUrl, new ObjectMapper().writeValueAsString(map));