#
luxiaotao1123
2024-03-11 7454d28e24b3071f1a709ca6d737c88dba76818d
zy-asrs-wcs/src/main/java/com/zy/asrs/wcs/common/security/JwtAuthenticationFilter.java
@@ -97,7 +97,7 @@
                    }
                }
            } catch (ExpiredJwtException e) {
                e.printStackTrace();
//                e.printStackTrace();
                HttpUtils.responseError(response, Constants.TOKEN_EXPIRED_CODE, Constants.TOKEN_EXPIRED_MSG,
                        e.getMessage());
                return;