登录集成插件
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

18 lines
393 B

package com.fr.plugin.decision.integration.utils;
/**
* @Author JianYe.Wang
* @Data 2021/12/3 14:05
* @Description TODO
* @Version 10.0
**/
public class Constants {
public static final int HOLD = -1;
// third token名称
public static final String TOKEN_NAME = "third_token";
// token的默认超期时间
public static final long EXPIRED_TIME = 1000 * 60 * 10;
}