package users type CurrentUserInfo struct { OpenID string `json:"open_id"` Balance int8 `json:"balance"` }