sean.zhou
2022-09-23 8ce3bb68bdc2250cc4a8a3d29085443fac64615a
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