diff --git a/gps_tool/an_na_qi_client.go b/gps_tool/an_na_qi_client.go index 09a5662..23000e0 100644 --- a/gps_tool/an_na_qi_client.go +++ b/gps_tool/an_na_qi_client.go @@ -105,16 +105,16 @@ type Regeocode struct { type AddressComponent struct { // BusinessAreas []interface{} `json:"businessAreas"` - Country string `json:"country"` - Province string `json:"province"` - Citycode string `json:"citycode"` - City string `json:"city"` - Adcode string `json:"adcode"` - StreetNumber StreetNumber `json:"streetNumber"` - Towncode string `json:"towncode"` - District string `json:"district"` + Country string `json:"country"` + Province string `json:"province"` + Citycode string `json:"citycode"` + City string `json:"city"` + Adcode string `json:"adcode"` + // StreetNumber StreetNumber `json:"streetNumber"` + // Towncode string `json:"towncode"` + // District string `json:"district"` // Neighborhood Neighborhood `json:"neighborhood"` - Township string `json:"township"` + // Township string `json:"township"` // Building Building `json:"building"` }