Files
cycle_api/app/Cache/Set/TronWalletAddressSetCache.php
2024-03-25 06:15:36 +08:00

12 lines
203 B
PHP

<?php
namespace App\Cache\Set;
use App\Cache\Base\SetBaseCache;
class TronWalletAddressSetCache extends SetBaseCache
{
protected string $set_name = 'TronWalletAddressSetCache:'; //缓存前缀
}