wesmiler 2 月之前
父節點
當前提交
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);