增加地址解析
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user