update缓存监控

This commit is contained in:
Guoqs
2025-05-07 11:52:27 +08:00
parent b38cdbe3c0
commit 50b89726f0
2 changed files with 113 additions and 133 deletions

View File

@@ -44,6 +44,7 @@ public class CacheController {
caches.add(new SysCache(CacheConstants.RATE_LIMIT_KEY, "限流处理"));
caches.add(new SysCache(CacheConstants.PWD_ERR_CNT_KEY, "密码错误次数"));
caches.add(new SysCache(CacheConstants.QUERY_STATION_BILLING_TEMPLATE_LIST, "站点计费模板"));
caches.add(new SysCache(CacheConstants.ADAPAY_MEMBER_ACCOUNT, "汇付会员账户"));
}
@PreAuthorize("@ss.hasPermi('monitor:cache:list')")