模板、设备排序

This commit is contained in:
2025-02-20 18:37:23 +08:00
parent 7b40ae85d0
commit 240706c11c
19 changed files with 177 additions and 1 deletions

View File

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