火点转发
This commit is contained in:
parent
9505fe33b4
commit
94a90a8f1e
@ -509,7 +509,7 @@ public class FirePointServiceImpl implements FirePointService {
|
||||
|
||||
private void forwardPoint(FirePointEntity firePointEntity) {
|
||||
try {
|
||||
String url = "http://118.24.27.47:10734/insertfirepointchannelThree";
|
||||
String url = "http://121.36.229.60:6811/insertfirepointchannelThree";
|
||||
HttpClientUtils.sendHttpPost(url, new ObjectMapper().writeValueAsString(firePointEntity));
|
||||
} catch (Exception e) {
|
||||
e.printStackTrace();
|
||||
|
Loading…
Reference in New Issue
Block a user