| Api/src/main/java/com/java110/api/rest/RestApi.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
Api/src/main/java/com/java110/api/rest/RestApi.java
@@ -61,7 +61,7 @@ headers.put(CommonConstant.HTTP_METHOD,CommonConstant.HTTP_METHOD_POST); responseEntity = apiServiceSMOImpl.service(postInfo,headers); }catch (Throwable e){ logger.error("请求post 方法["+service+"]失败:",e); logger.error("请求post 方法["+service+"]失败:"+postInfo,e); return new ResponseEntity<String>("请求发生异常,"+e.getMessage(),HttpStatus.INTERNAL_SERVER_ERROR); }