更新订阅名称 秸秆火系统正式版
This commit is contained in:
parent
99d868bc9d
commit
3b50cedeb9
@ -69,7 +69,7 @@ public class FirePointSubscribeManager {
|
|||||||
String paramContent = ListUtils.fromStringList(subscribedCountyCodeList, ",");
|
String paramContent = ListUtils.fromStringList(subscribedCountyCodeList, ",");
|
||||||
String subscribeUrl = "http://118.24.27.47:5060/push-firepoint/ModifySystemMessages";
|
String subscribeUrl = "http://118.24.27.47:5060/push-firepoint/ModifySystemMessages";
|
||||||
Map<String, Object> map = new HashMap<>();
|
Map<String, Object> map = new HashMap<>();
|
||||||
map.put("name", "秸秆火系统");
|
map.put("name", "秸秆火系统正式版");
|
||||||
map.put("url", "http://118.24.27.47:6802/insertFirePointChannelPrecise");
|
map.put("url", "http://118.24.27.47:6802/insertFirePointChannelPrecise");
|
||||||
map.put("param", paramContent);
|
map.put("param", paramContent);
|
||||||
map.put("typeOfLand", "耕地");
|
map.put("typeOfLand", "耕地");
|
||||||
|
Loading…
Reference in New Issue
Block a user