wesmiler 2 lat temu
rodzic
commit
8e8c3306aa

+ 1 - 0
app/Http/Controllers/Admin/IndexController.php

@@ -96,6 +96,7 @@ class IndexController extends Backend
      */
     public function clearCache()
     {
+        RedisService::keyDel("caches:articles:*");
         RedisService::keyDel("caches:wallet:*");
         RedisService::keyDel("caches:live:*");
         RedisService::keyDel("caches:goods:*");

+ 1 - 1
app/Services/Api/ArticleService.php

@@ -136,7 +136,7 @@ class ArticleService extends BaseService
         }
         return $datas;
     }
-    
+
 
     /**
      * 获取文章详情