wesmiler 2 년 전
부모
커밋
c1207824d5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;