bug修复

This commit is contained in:
2025-02-05 11:28:50 +08:00
parent 0b861f0e21
commit 7892c0f5cc
21 changed files with 324 additions and 95 deletions

View File

@ -96,7 +96,7 @@ public class JwtTokenUtil {
public static void main(String[] args) throws Exception {
JwtInfo jwtInfo = new JwtInfo();
jwtInfo.setUserId(3936121342868459520L);
jwtInfo.setUserId(3950649683084447744L);
jwtInfo.setName("微信用户");
System.out.println(generateToken(jwtInfo, 86400));
}