|
|
@@ -837,7 +837,7 @@ public class RedisService {
|
|
|
MIDJOURNEY_EXPIRE_TIME("midjourney:expire:time:", "midjourney expire time", 60 * 60 * 48L),
|
|
|
MIDJOURNEY_USER("midjourney:user:", "midjourney user", 60 * 60 * 2L),
|
|
|
MIDJOURNEY_ACCOUNT("midjourney:account:", "midjourney account", 60 * 60 * 48L),
|
|
|
- APPLY_MONEY_DAY_LIMIT_KEY("apply_money_day_limit_key:%s:%s:%s", "每日提现次数限制", 60 * 60 * 24L),
|
|
|
+ APPLY_MONEY_DAY_LIMIT_KEY("apply_money_day_limit_key:%s:%s:%s", "每日提现次数限制", 60 * 60 * 24L * 2),
|
|
|
NETFLIX_UPDATE_LIMIT_TIME("netflix_update_limit_time", "奈飞同步更新", 30l),
|
|
|
NETFLIX_SET_LIMIT_TIME("netflix_set_limit_time", "奈飞设置限制", 30l),
|
|
|
MIDJOURNEY_CAR_TASK("midjourney:car:task","midjourney car 任务数", 48 * 60 * 60L),
|