Parcourir la source

增加特殊名单

xueyiming il y a 5 mois
Parent
commit
6d99ccb2d4

+ 1 - 0
long-article-server/src/main/java/com/tzld/piaoquan/longarticle/service/local/impl/CardServiceImpl.java

@@ -40,6 +40,7 @@ public class CardServiceImpl implements CardService {
         add("20250213023808593788754");
         add("20250213091337867990118");
         add("20250214091843879629665");
+        add("20250214122110960857913");
     }};
 
 

+ 1 - 1
long-article-server/src/main/java/com/tzld/piaoquan/longarticle/service/local/impl/ContentServiceImpl.java

@@ -46,7 +46,7 @@ public class ContentServiceImpl implements ContentService {
         add("20250213023808593788754");
         add("20250213091337867990118");
         add("20250214091843879629665");
-
+        add("20250214122110960857913");
     }};
 
     @Autowired