1、消息提示

This commit is contained in:
2025-07-15 16:43:50 +08:00
parent ab50cf0dfe
commit 2e35d55838
21 changed files with 1436 additions and 6 deletions

View File

@ -27,3 +27,8 @@ const (
//系统配置缓存
Config = "config:%s"
)
const (
// 钱包白名单缓存
WalletWhiteListKey = "wallet_white_list"
)