Update MmdbQuery.go

master
wangsiyuan 2024-04-20 15:53:44 +08:00
parent 39e72a86d3
commit 31dbc2449a
1 changed files with 4 additions and 4 deletions

View File

@ -7,10 +7,10 @@ import (
type IpInfo struct {
Ip string `json:"ip"`
CountryIsoCode string `json:"Country_Iso_Code"`
CountryName string `json:"Country_Name"`
City string `json:"City"`
TimeZone string `json:"Time_Zone"`
CountryIsoCode string `json:"country_iso_code"`
CountryName string `json:"country_name"`
City string `json:"city"`
TimeZone string `json:"time_zone"`
}
func MmdbQueryIP(ip string) IpInfo {