From e4cacc569e575fb81995c1c4ac5ebf74a9d26615 Mon Sep 17 00:00:00 2001 From: sjlleo Date: Fri, 10 Jun 2022 21:34:40 +0800 Subject: [PATCH] =?UTF-8?q?update:=20API=E9=94=99=E8=AF=AF=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E6=8F=90=E9=86=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ipgeo/leo.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipgeo/leo.go b/ipgeo/leo.go index e752138..f15b2e7 100644 --- a/ipgeo/leo.go +++ b/ipgeo/leo.go @@ -21,7 +21,7 @@ func LeoIP(ip string) (*IPGeoData, error) { if res.Get("Message").String() != "" { return &IPGeoData{ - Country: res.Get("Message").String(), + Prov: res.Get("Message").String(), }, nil }