package redis_model // redis 存放的企业用户信息Session type Auth struct { Phone string `json:"phone"` }