Commit a6343c55 authored by 廖旭伟's avatar 廖旭伟

修改办事情形接口

parent a392cc7a
...@@ -139,10 +139,9 @@ public class ComplexApiController { ...@@ -139,10 +139,9 @@ public class ComplexApiController {
if (ObjectUtil.isEmpty(rest)) { if (ObjectUtil.isEmpty(rest)) {
throw new AppException("请求访问超时"); throw new AppException("请求访问超时");
} }
// Rest<ComplexStituationInfo> eventRest = JSON.parseObject(rest, new TypeReference<Rest<ComplexStituationInfo>>() { Rest<ComplexStituationInfo> eventRest = JSON.parseObject(rest, new TypeReference<Rest<ComplexStituationInfo>>() {
// }); });
// return JSON.toJSONString(eventRest); return JSON.toJSONString(eventRest);
return rest;
} catch (Exception e) { } catch (Exception e) {
log.error("接收数据失败", e); log.error("接收数据失败", e);
rsp.setCode(ApiRespCodeEnum.FAILED.getValue()); rsp.setCode(ApiRespCodeEnum.FAILED.getValue());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment