jiaosong
2023-10-30 4bb705c8806e329d4cec8fd6f31f4b570beb1c6b
server/web/src/main/java/com/doumee/api/web/AccountApi.java
@@ -67,7 +67,7 @@
    public static void main(String[] args) {
        JwtPayLoad payLoad = new JwtPayLoad("d0a92489d26d43e182a1b8b75e1d9836");
        JwtPayLoad payLoad = new JwtPayLoad("07a9f07178864e57bf1fb34e7a321f08");
        System.out.println(JwtTokenUtil.generateToken(payLoad));
    }