constants.go 80 B

12345
  1. package constants
  2. const (
  3. UserCacheKey = "user" // 用户登录的缓存键
  4. )