update 对接第三方平台

This commit is contained in:
2024-03-28 09:06:37 +08:00
parent 1030f77e55
commit 2b5697ba48
4 changed files with 90 additions and 1 deletions

View File

@@ -48,6 +48,9 @@ public class JWTUtils {
private static final Long MILLIS_MINUTE_TEN = 20 * 60 * 1000L;
// 第三方平台token过期时间 24小时
public static final long ttlMillis = 60 * 60 * 24 * 1000;
/**
* 生成Jwt的方法
*