You've already forked FrameTour-BE
bug修复
This commit is contained in:
@ -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));
|
||||
}
|
||||
|
Reference in New Issue
Block a user