// constants/constants.go package constants // UserIDKey 是存储在 Gin Context 中的用户 ID 键名 const UserIDKey = "userID"