Kirin hace 4 años
padre
commit
a46b314da9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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)