{ // 国家/地区名称 string country; // 区域名称 string region; // 省份名称 string province; // 城市名称 string city; // 运营商名称 string isp; // 国家/地区ID int64 countryId; // 省份ID int64 provinceId; // 城市ID int64 cityId; // 区县ID int64 townId; // 运营商ID int64 providerId; // 完整的地区组合 string summary; }