This commit is contained in:
2025-05-15 18:39:19 +08:00
parent 8e2324df0e
commit 38a5acface
35 changed files with 3493 additions and 385 deletions

View File

@ -0,0 +1,8 @@
package rediskey
const (
//区块链网络列表 LIST
NetWorks = "network"
//代币信息 LIST {networkCode}
Tokens = "token:%v"
)