service-api/src/main/java/com/java110/api/aop/PageProcessAspect.java
@@ -179,7 +179,7 @@ return o; } catch (Throwable e) { logger.error("执行方法异常", e); return new ResponseEntity("内部异常" + e.getLocalizedMessage(), HttpStatus.BAD_REQUEST); return new ResponseEntity(e.getLocalizedMessage(), HttpStatus.BAD_REQUEST); } }