session.go 139 B

123456
  1. package consts
  2. const SessionAuthSchema = "session_auth"
  3. const SessionRedisPrefix = "b_user:"
  4. const AuthSalt = "fa2tg4y"
  5. const BRole = "3"