generate模型更换后的接口更改及异步获取结果
This commit is contained in:
@@ -7,4 +7,7 @@ public class CommonConstant {
|
||||
public static final Long CREDITS_EXPIRE_TIME = 2 * 24 * 60 * 60L;
|
||||
// 单位 分钟
|
||||
public static final Integer MINIO_IMAGE_EXPIRE_TIME = 24 * 60;
|
||||
// 单位 秒 一天过期 in redis
|
||||
public static final Long GENERATE_RESULT_EXPIRE_TIME = 24 * 60 * 60L;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user