wesmiler 1 년 전
부모
커밋
21afa1819a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/Services/Api/GoodsService.php

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

@@ -385,7 +385,7 @@ class GoodsService extends BaseService
 //                    $item['sku_list'] = $skus;
                 }
             }
-            RedisService::set($cacheKey, $goods, rand(3,5));
+            RedisService::set($cacheKey, $goods, rand(5,10));
         }
         return $goods;
     }