puzhibing
2023-04-07 97f4845952c1e42804ecca481d0cf109c6369c1f
user/guns-admin/src/main/java/com/supersavedriving/user/core/common/exception/BizExceptionEnum.java
@@ -58,13 +58,13 @@
    /**
     * token异常
     */
    TOKEN_EXPIRED(600, "token过期"),
    TOKEN_ERROR(600, "token验证失败"),
    TOKEN_EXPIRED(10030, "token过期"),
    TOKEN_ERROR(10030, "token验证失败"),
    /**
     * 签名异常
     */
    SIGN_ERROR(700, "签名验证失败"),
    SIGN_ERROR(10040, "签名验证失败"),
    /**
     * 其他