@@ -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;