feat:完善项目信息

This commit is contained in:
henry
2022-01-05 16:09:55 +08:00
parent 822ced6041
commit 53c1f3912b
14 changed files with 352 additions and 922 deletions

View File

@ -8,7 +8,7 @@ const (
RedisKeyForAccountAdmin string = "account:admin"
RedisKeyForAccountEnterprise string = "account:enterprise"
RedisKeyForTenant string = "tenant:instance"
RedisKeyForTenant string = "tenant"
RedisKeyForTenantKeys string = "tenant:keys"
)