sean.zhou
2022-07-25 ea1df99ee3ab248cb72277f64a2e0011da663bb7
src/main/java/com/dji/sample/common/util/JwtUtil.java
@@ -54,6 +54,10 @@
        JwtUtil.algorithm = Algorithm.HMAC256(secret);
    }
    private JwtUtil() {
    }
    /**
     * Create a token based on custom information.
     * @param claims custom information