@ -87,6 +87,7 @@ public class ShiBeiCityGridApiImpl implements ShiBeiCityGridApi {
if(0 == Integer.parseInt(res.get("code").toString())){
try {
result = (SendEventResultDto) JSONObject.toJavaObject((JSONObject) res.get("data"), SendEventResultDto.class);
result.setCode("0");
}catch (Exception e){
e.printStackTrace();
LOGGER.error("事件上报返回结果处理错误:" + e.getMessage());