临时禁用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 {
Adcode string `json:"adcode"`
Building *BuildingOrNeighborInfo `json:"building"`
BusinessAreas []*BusinessAreaInfo `json:"businessAreas"`
City string `json:"city"`
Citycode string `json:"citycode"`
Country string `json:"country"`
District string `json:"district"`
Neighborhood *BuildingOrNeighborInfo `json:"neighborhood"`
Province string `json:"province"`
StreetNumber *StreetNumberInfo `json:"streetNumber"`
Towncode string `json:"towncode"`
Township string `json:"township"`
Adcode string `json:"adcode"`
Building *BuildingOrNeighborInfo `json:"building"`
// BusinessAreas []*BusinessAreaInfo `json:"businessAreas"`
City string `json:"city"`
Citycode string `json:"citycode"`
Country string `json:"country"`
District string `json:"district"`
Neighborhood *BuildingOrNeighborInfo `json:"neighborhood"`
Province string `json:"province"`
StreetNumber *StreetNumberInfo `json:"streetNumber"`
Towncode string `json:"towncode"`
Township string `json:"township"`
}
type RegeoCodeInfo struct {