package model const ( CTX_USER_INFO = "userinfo" ) type UserInfo struct { UserId int64 `json:"userId"` CountryCode string `json:"countryCode"` Phone string `json:"phone"` Identity int32 `json:"identity"` }