auth.go 115 B

123456
  1. package redis_model
  2. // redis 存放的企业用户信息Session
  3. type Auth struct {
  4. Phone string `json:"phone"`
  5. }