package entity type UserCountryResp struct { Country string `json:"country"` // 国家 IPCount int `json:"ip_count"` // IP数量 Percentage int `json:"percentage"` // 百分比 } type UserCountryReq struct { }