DirectAccess in users

This commit is contained in:
2025-03-29 18:04:05 +08:00
parent 6ada023cea
commit b327e08062
2 changed files with 61 additions and 7 deletions

View File

@ -26,7 +26,7 @@ import (
)
func KgAccountCache(query any) string {
return fmt.Sprintf("account#%v", query)
return cachekit.FKey(cachekit.DAUser, query)
}
func CacheAccount(account models.Account) {