wesmiler 2 years ago
parent
commit
c1207824d5
1 changed files with 1 additions and 1 deletions
  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;