wesmiler 2 年 前
コミット
32008291b6
1 ファイル変更1 行追加0 行削除
  1. 1 0
      app/Services/Api/LiveCategoryService.php

+ 1 - 0
app/Services/Api/LiveCategoryService.php

@@ -85,6 +85,7 @@ class LiveCategoryService extends BaseService
                 }
             }
 
+            $categorys = array_values($categorys);
             RedisService::set($cacheKey, $categorys, 3600);
         }