From d935a473e7008125d9b97d498a660f41779d7222 Mon Sep 17 00:00:00 2001 From: Havoc412 <2993167370@qq.com> Date: Thu, 24 Oct 2024 15:30:34 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20rename?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/http/validator/common/location/poi.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/http/validator/common/location/poi.go b/app/http/validator/common/location/poi.go index f4506ba..6a5ec80 100644 --- a/app/http/validator/common/location/poi.go +++ b/app/http/validator/common/location/poi.go @@ -1,6 +1,6 @@ package location type Poi struct { - Laitude float64 `form:"latitude" json:"latitude"` + Latitude float64 `form:"latitude" json:"latitude"` Longitude float64 `form:"longitude" json:"longitude"` }