guns-admin/src/main/java/com/stylefeng/guns/core/common/exception/BizExceptionEnum.java
@@ -58,8 +58,8 @@ /** * token异常 */ TOKEN_EXPIRED(600, "token过期"), TOKEN_ERROR(600, "token验证失败"), TOKEN_EXPIRED(401, "token过期"), TOKEN_ERROR(403, "token验证失败"), /** * 签名异常