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