|
@ -243,8 +243,8 @@ public class ShiBeiCityGridApiImpl implements ShiBeiCityGridApi { |
|
|
@Override |
|
|
@Override |
|
|
public EventRejectDoResultDto sendReDoEvent(EventRejectReDoFormDto rejectReDoDTO) { |
|
|
public EventRejectDoResultDto sendReDoEvent(EventRejectReDoFormDto rejectReDoDTO) { |
|
|
String json = JSONObject.toJSONString(rejectReDoDTO); |
|
|
String json = JSONObject.toJSONString(rejectReDoDTO); |
|
|
String data = "content=" + json; |
|
|
|
|
|
json = json.replace(ApiConstants.eventOssUrlBefore, ApiConstants.eventOssUrlAfter); |
|
|
json = json.replace(ApiConstants.eventOssUrlBefore, ApiConstants.eventOssUrlAfter); |
|
|
|
|
|
String data = "content=" + json; |
|
|
LOGGER.info("发送地址:" + ApiConstants.sendEventUrl + "||发送参数:"); |
|
|
LOGGER.info("发送地址:" + ApiConstants.sendEventUrl + "||发送参数:"); |
|
|
HttpResponse response = null; |
|
|
HttpResponse response = null; |
|
|
try { |
|
|
try { |
|
|