wesmiler %!s(int64=2) %!d(string=hai) anos
pai
achega
c1207824d5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/Services/WalletService.php

+ 1 - 1
app/Services/WalletService.php

@@ -126,7 +126,7 @@ class WalletService extends BaseService
      */
     public function getWalletList()
     {
-        $cacheKey = "caches:wallet:platform:all";
+        $cacheKey = "caches:wallets:platform:all";
         $wallets = RedisService::get($cacheKey);
         if ($wallets) {
             return $wallets;