临时禁用BusinessAreaInfo

This commit is contained in:
gazebo
2020-02-01 11:16:41 +08:00
parent 1bd8f6a0da
commit 4430ee33cc

View File

@@ -178,18 +178,18 @@ type RoadInfo struct {
} }
type AddressComponentInfo struct { type AddressComponentInfo struct {
Adcode string `json:"adcode"` Adcode string `json:"adcode"`
Building *BuildingOrNeighborInfo `json:"building"` Building *BuildingOrNeighborInfo `json:"building"`
BusinessAreas []*BusinessAreaInfo `json:"businessAreas"` // BusinessAreas []*BusinessAreaInfo `json:"businessAreas"`
City string `json:"city"` City string `json:"city"`
Citycode string `json:"citycode"` Citycode string `json:"citycode"`
Country string `json:"country"` Country string `json:"country"`
District string `json:"district"` District string `json:"district"`
Neighborhood *BuildingOrNeighborInfo `json:"neighborhood"` Neighborhood *BuildingOrNeighborInfo `json:"neighborhood"`
Province string `json:"province"` Province string `json:"province"`
StreetNumber *StreetNumberInfo `json:"streetNumber"` StreetNumber *StreetNumberInfo `json:"streetNumber"`
Towncode string `json:"towncode"` Towncode string `json:"towncode"`
Township string `json:"township"` Township string `json:"township"`
} }
type RegeoCodeInfo struct { type RegeoCodeInfo struct {