增加地址解析

This commit is contained in:
yuguojian
2025-07-17 17:29:22 +08:00
parent d0d264d1e7
commit 7e75d5f5eb
2 changed files with 5 additions and 5 deletions

View File

@@ -64,8 +64,8 @@ type LocationInfo struct {
}
type LocationDatum struct {
Count int `json:"count"`
Geocodes []Geocode `json:"geocodes"`
Count int `json:"count"`
Geocodes []*Geocode `json:"geocodes"`
}
type Geocode struct {