This commit is contained in:
zhangchenbiao
2023-06-09 10:02:00 +08:00
parent 0b0e2d3f9e
commit 7734a4fbcc
7 changed files with 21 additions and 10 deletions

View File

@@ -16,7 +16,7 @@ public class CommonConstants {
public static final String DEFAULT_AVATAR = "DefaultAvatar";
public static final int ACTION_TOKEN_EXPIRE = 14400;
public static final int ACCESS_TOKEN_EXPIRE = 14400;
public static final int REFRESH_TOKEN_EXPIRE = 60*60*24*30;