chenbiao 2 lat temu
rodzic
commit
4647cf75e8

+ 1 - 0
netflix-service/src/main/java/com/cyksj/redis/RedisService.java

@@ -844,6 +844,7 @@ public class RedisService {
         MIDJOURNEY_QUERY("midjourney:query:", "midjourney query", 60 * 60 * 2L),
         MIDJOURNEY_RELAX_CONVERSATION("midjourney:relax:conversation:", "midjourney relax conversation", 60 * 60 * 2L),
         MIDJOURNEY_ACCOUNT_USED("midjourney:account:used:", "midjourney account used", 60 * 60 * 48L),
+        APPLY_MONEY_DAY_LIMIT_KEY("xxxx", "xxxxx", 60 * 60 * 48L),
         ;
 
         private String name;