使用用户中心

This commit is contained in:
junleea 2025-06-01 16:44:33 +08:00
parent 252fa4683b
commit 724c5e6c1f
1 changed files with 2 additions and 0 deletions

View File

@ -431,6 +431,8 @@ func GetUserByIDFromUserCenter(id int) dao.User {
} }
} }
} }
user_str = worker.GetRedis(key)
log.Println("user_str:", user_str)
return user return user
} }