feat:完善项目信息

This commit is contained in:
henry
2022-01-05 11:29:27 +08:00
parent d8ca61a449
commit 822ced6041
88 changed files with 375 additions and 308 deletions

View File

@ -6,7 +6,7 @@ const (
RedisKeyForTaskQueue string = "task_queue"
RedisKeyForTaskQueueBody string = "task_queue_body"
RedisKeyForAccountManage string = "account:manage"
RedisKeyForAccountAdmin string = "account:admin"
RedisKeyForAccountEnterprise string = "account:enterprise"
RedisKeyForTenant string = "tenant:instance"
RedisKeyForTenantKeys string = "tenant:keys"
@ -22,7 +22,7 @@ const (
)
const (
ContentForLocal string = "local"
ContentForTenantID string = "tenant_id"
)
const (