session.go 158 B

1234567
  1. package consts
  2. const SessionAuthSchema = "session_auth"
  3. const SessionRedisPrefix = "m_user:"
  4. const AuthSalt = "fa2tg4y"
  5. const BRole = "1"
  6. const BRole2 = "2"