sean.zhou
2022-07-22 9b2eedb85d53ca32610c32c6e50b5230ab3b16cf
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