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);