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