wesmiler 2 месяцев назад
Родитель
Сommit
33d4d35a90
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app/Services/Api/ArticleService.php

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

@@ -177,7 +177,7 @@ class ArticleService extends BaseService
         $cacheKey = "caches:articles:indexList_{$type}";
         $datas = RedisService::get($cacheKey);
         if($datas){
-//            return $datas;
+            return $datas;
         }
 
         $limit = ConfigService::make()->getConfigByCode('index_article_num',3);