Kirin 4 năm trước cách đây
mục cha
commit
a46b314da9
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/api/controller/trade/CashTradeController.php

+ 1 - 1
app/api/controller/trade/CashTradeController.php

@@ -108,7 +108,7 @@ class CashTradeController
                 $new[$k]['up'] = 0;
             }
         }
-        CacheService::redisHandler()->set('all_money', $new);
+        CacheService::redisHandler()->set('all_money', $new, 120);
     }
 
 //    public function all_money(Request $request)