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