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;