wesmiler 1 year ago
parent
commit
21afa1819a
1 changed files with 1 additions and 1 deletions
  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;
     }