|
@ -72,6 +72,7 @@ public class ShiBeiCityGridApiImpl implements ShiBeiCityGridApi { |
|
|
String json = JSONObject.toJSONString(sendEventFormDto); |
|
|
String json = JSONObject.toJSONString(sendEventFormDto); |
|
|
String data = "content="+ json; |
|
|
String data = "content="+ json; |
|
|
LOGGER.info("发送参数:" + data); |
|
|
LOGGER.info("发送参数:" + data); |
|
|
|
|
|
LOGGER.info("发送地址:"+ApiConstants.sendEventUrl); |
|
|
HttpResponse response = null; |
|
|
HttpResponse response = null; |
|
|
try { |
|
|
try { |
|
|
response = HttpRequest.post(ApiConstants.sendEventUrl).body(data) |
|
|
response = HttpRequest.post(ApiConstants.sendEventUrl).body(data) |
|
|