@@ -26,4 +26,5 @@ public class GlobalExceptionHandler {
public Response handleNullPointerException(NullPointerException exception) {
return ResUtils.error(exception.getMessage(), null);
}
+