iploc.go
@@ -9,10 +9,10 @@ // Data from ip-api.com type GeoIP struct { InternetIp string `json:"query"` Country string `json:"country"` RegionName string `json:"regionName"` City string `json:"city"` InternetIp string `json:"query"` // 外网ip Country string `json:"country"` // 国家 RegionName string `json:"regionName"` // 地区 City string `json:"city"` // 城市 Lat float64 `json:"lat"` Lon float64 `json:"lon"` }