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